[arch-commits] Commit in pulseaudio/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Oct 29 14:48:46 UTC 2020
Date: Thursday, October 29, 2020 @ 14:48:46
Author: heftig
Revision: 399000
13.99.2+22+ga9c6d43b7-1
Modified:
pulseaudio/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-29 14:42:35 UTC (rev 398999)
+++ PKGBUILD 2020-10-29 14:48:46 UTC (rev 399000)
@@ -3,7 +3,7 @@
pkgbase=pulseaudio
pkgname=(pulseaudio libpulse alsa-card-profiles pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
pkgdesc="A featureful, general-purpose sound server"
-pkgver=13.99.2+13+g7f4d7fcf5
+pkgver=13.99.2+22+ga9c6d43b7
pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -11,8 +11,8 @@
makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman gst-plugins-base-libs)
-_commit=7f4d7fcf5f6407913e50604c6195d0d5356195b1 # master
+ xmltoman)
+_commit=a9c6d43b7ca3ffceab31bc3819903ee8c5de70c5 # master
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
sha256sums=('SKIP')
@@ -54,7 +54,7 @@
package_pulseaudio() {
depends=("libpulse=$pkgver-$pkgrel" alsa-card-profiles rtkit libltdl speexdsp
- tdb orc libsoxr webrtc-audio-processing)
+ tdb orc libsoxr webrtc-audio-processing libxtst)
optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
'pulseaudio-zeroconf: Zeroconf support'
'pulseaudio-lirc: IR (lirc) support'
@@ -129,7 +129,8 @@
package_libpulse() {
pkgdesc="$pkgdesc (client library)"
- depends=(dbus libasyncns libcap libxtst libsm libsndfile systemd)
+ depends=(dbus libasyncns libcap libxcb libsm libsndfile systemd)
+ optdepends=('glib2: mainloop integration')
provides=(libpulse{,-simple,-mainloop-glib}.so)
license=(LGPL)
backup=(etc/pulse/client.conf)
@@ -181,7 +182,7 @@
package_pulseaudio-rtp(){
pkgdesc="RTP and RAOP support for PulseAudio"
- depends=("pulseaudio=$pkgver-$pkgrel" gst-plugins-base-libs gst-plugins-good)
+ depends=("pulseaudio=$pkgver-$pkgrel")
mv rtp/* "$pkgdir"
}
More information about the arch-commits
mailing list