From 51447d1608993401946c6c91e6be5833d9bbf415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 14 Feb 2021 23:21:17 -0300 Subject: [PATCH 1/2] pulseaudio: update to 14.2. Add comments about elogind and unit tests. Closes: #27973 [via git-merge-pr] Co-authored-by: UsernameRandomlyGenerated --- common/shlibs | 4 ++-- srcpkgs/pulseaudio/template | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index fda9284996c..8d32c3af15c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -731,8 +731,8 @@ libasyncns.so.0 libasyncns-0.8_1 libpulse.so.0 libpulseaudio-1.0_1 libpulse-mainloop-glib.so.0 libpulseaudio-1.0_1 libpulse-simple.so.0 libpulseaudio-1.0_1 -libpulsecommon-14.0.so libpulseaudio-14.0_1 -libpulsecore-14.0.so libpulseaudio-14.0_1 +libpulsecommon-14.2.so libpulseaudio-14.2_1 +libpulsecore-14.2.so libpulseaudio-14.2_1 libprojectM.so.3 projectM-3.1.7_2 liborc-0.4.so.0 orc-0.4.11_1 liborc-test-0.4.so.0 orc-0.4.11_1 diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index d54b9c5ba69..6819c2c1b70 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,8 +1,9 @@ # Template file for 'pulseaudio' pkgname=pulseaudio -version=14.0 -revision=3 +version=14.2 +revision=1 build_style=meson +# XXX: new version should be able to enable systemd functionality using elogind configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled -Dgtk=disabled -Dsystemd=disabled -Dwebrtc-aec=enabled -Dbluez5=true -Dbluez5-ofono-headset=false -Dbluez5-native-headset=true @@ -21,8 +22,11 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.freedesktop.org/wiki/Software/PulseAudio" distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz" -checksum=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261 +checksum=75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1 python_version=3 +# FIXME: core-util-test fails +make_check=yes + system_groups="pulse-access" system_accounts="pulse" pulse_groups="audio" From 37ac5824cbf5705e635af65fe8eb78a3067d23d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 15 Feb 2021 01:47:15 -0300 Subject: [PATCH 2/2] pulseaudio-module-sndio: revbump for pulseaudio. --- srcpkgs/pulseaudio-module-sndio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseaudio-module-sndio/template b/srcpkgs/pulseaudio-module-sndio/template index b43a0b40b4d..7b261e7ae06 100644 --- a/srcpkgs/pulseaudio-module-sndio/template +++ b/srcpkgs/pulseaudio-module-sndio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio-module-sndio' pkgname=pulseaudio-module-sndio version=13.0 -revision=2 +revision=3 build_style=gnu-makefile make_use_env=yes hostmakedepends="pulseaudio pkg-config"