Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] {gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency
@ 2022-04-07 16:38 paper42
  2022-04-18 20:46 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-04-07 16:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages no-pulseaudio
https://github.com/void-linux/void-packages/pull/36559

{gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

`pipewire-pulse` can be used instead of `pulseaudio`, so there is no need for these packages to depend on `pulseaudio`. This may break sound for people who run something like `xbps-remove -oy` every time, but that's their mistake. This is especially useful in the case of gnome-settings-daemon because this currently makes gnome depend on pulseaudio and it has to be explicitly disabled or people have to use `ignorepkg` and uninstall it.

A patch file from https://github.com/void-linux/void-packages/pull/36559.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-no-pulseaudio-36559.patch --]
[-- Type: text/x-diff, Size: 3272 bytes --]

From 12868f0559231551b4ff878595031e29dcbcaa64 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 18:09:35 +0200
Subject: [PATCH 1/3] gnome-settings-daemon: remove pulseaudio dependency

---
 srcpkgs/gnome-settings-daemon/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-settings-daemon/template b/srcpkgs/gnome-settings-daemon/template
index 9f8c9857eec6..c8be36b2a457 100644
--- a/srcpkgs/gnome-settings-daemon/template
+++ b/srcpkgs/gnome-settings-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-settings-daemon'
 pkgname=gnome-settings-daemon
 version=41.0
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dsystemd=false"
 hostmakedepends="cmake docbook-xsl gettext glib-devel libglib-devel libxslt
@@ -11,7 +11,7 @@ makedepends="NetworkManager-devel alsa-lib-devel colord-devel cups-devel gcr-dev
  libgweather-devel libnotify-devel librsvg-devel libwacom-devel nss-devel
  polkit-devel pulseaudio-devel startup-notification-devel upower-devel
  xf86-input-wacom-devel libXfixes-devel"
-depends="hicolor-icon-theme pulseaudio"
+depends="hicolor-icon-theme"
 checkdepends="elogind libnotify python3-dbusmock python3-gobject
  python3-pycodestyle which hwids eudev"
 short_desc="GNOME settings daemon"

From 7a810103593f4de293c14371dc6e9f050e367c39 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 18:09:35 +0200
Subject: [PATCH 2/3] mkchromecast: remove pulseaudio dependency

---
 srcpkgs/mkchromecast/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mkchromecast/template b/srcpkgs/mkchromecast/template
index 161210796b90..306abdb6613f 100644
--- a/srcpkgs/mkchromecast/template
+++ b/srcpkgs/mkchromecast/template
@@ -1,11 +1,11 @@
 # Template file for 'mkchromecast'
 pkgname=mkchromecast
 version=0.3.8.1
-revision=4
+revision=5
 pycompile_dirs="/usr/share/mkchromecast/mkchromecast"
 depends="python3-Flask python3-netifaces python3-setuptools python3-requests
  python3-mutagen python3-psutil python3-PyQt5 python3-SoCo python3-chromecast
- python3-gobject pulseaudio python3-youtube-dl ffmpeg"
+ python3-gobject python3-youtube-dl ffmpeg"
 short_desc="Cast Linux Audio/Video to Google cast and Sonos devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From ef34539558df90ad307102f7ffad94738e786a3a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 18:09:35 +0200
Subject: [PATCH 3/3] pasystray: remove pulseaudio dependency

---
 srcpkgs/pasystray/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/pasystray/template b/srcpkgs/pasystray/template
index a25bcc5af5b8..fc553ddc05fe 100644
--- a/srcpkgs/pasystray/template
+++ b/srcpkgs/pasystray/template
@@ -1,12 +1,11 @@
 # Template file for 'pasystray'
 pkgname=pasystray
 version=0.7.1
-revision=1
+revision=2
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool automake"
 makedepends="gtk+3-devel pulseaudio-devel libnotify-devel"
-depends="pulseaudio"
 short_desc="PulseAudio System Tray"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="LGPL-2.1-or-later"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: {gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency
  2022-04-07 16:38 [PR PATCH] {gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency paper42
@ 2022-04-18 20:46 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-04-18 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

There's a merged pull request on the void-packages repository

{gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency
https://github.com/void-linux/void-packages/pull/36559

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

`pipewire-pulse` can be used instead of `pulseaudio`, so there is no need for these packages to depend on `pulseaudio`. This may break sound for people who run something like `xbps-remove -oy` every time, but that's their mistake. This is especially useful in the case of gnome-settings-daemon because this currently makes gnome depend on pulseaudio and it has to be explicitly disabled or people have to use `ignorepkg` and uninstall it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-18 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 16:38 [PR PATCH] {gnome-settings-daemon,mkchromecast,pasystray}: remove pulseaudio dependency paper42
2022-04-18 20:46 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).