extra/pulseaudio to 13.99.2+22+ga9c6d43b7-1

This commit is contained in:
Kevin Mihelich 2020-10-29 15:15:04 +00:00
parent 3a934310ed
commit 3f82a773ef

View file

@ -6,7 +6,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/"
@ -14,8 +14,8 @@ license=(GPL)
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"
'0001-disable-neon.patch')
sha256sums=('SKIP'
@ -63,7 +63,7 @@ _pick() {
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'
@ -138,7 +138,8 @@ package_pulseaudio() {
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)
@ -190,7 +191,7 @@ package_pulseaudio-equalizer(){
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"
}