Skip to content

Commit

Permalink
pulseaudio: update to 14.2.
Browse files Browse the repository at this point in the history
Also remove rtkit dependency:

   PulseAudio doesn't need rtkit available to work for basic usage, so
   it's better to only pull it in when a user wants realtime (the error
   messages should also be clear enough).

   Since rtkit now pulls in a complex dependency in polkit, we can avoid
   pulseaudio also pulling the whole thing in.

Add comments about elogind and unit tests.

Closes: #27973 [via git-merge-pr]
  • Loading branch information
ericonr committed Feb 15, 2021
1 parent 3ea776c commit 51224eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions srcpkgs/pulseaudio/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,15 +15,17 @@ makedepends="$(vopt_if avahi avahi-libs-devel) eudev-libudev-devel fftw-devel ja
libcap-devel libcap-progs libglib-devel libltdl-devel libressl-devel
libsndfile-devel libsoxr-devel orc-devel sbc-devel speex-devel tdb-devel
webrtc-audio-processing-devel xcb-util-devel check-devel"
depends="rtkit"
conf_files="/etc/pulse/*"
short_desc="Featureful, general-purpose sound server"
maintainer="Orphaned <orphan@voidlinux.org>"
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"
Expand Down

0 comments on commit 51224eb

Please sign in to comment.