summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpineEyE2020-11-17 11:56:02 +0100
committerSpineEyE2020-11-17 11:56:02 +0100
commitc8fb4555b0f22eafad8e3ef0ca1c141fc3a220f3 (patch)
treed2fe6fb791a5e76a65d9e2a13dd25c9998832d2c /PKGBUILD
parentd51778fd115d7a8beddeb5a60c748d76c0b60f7c (diff)
downloadaur-c8fb4555b0f22eafad8e3ef0ca1c141fc3a220f3.tar.gz
new commits
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a716e8445ae..362f919c9dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=pulseaudio-hsphfpd
pkgname=(pulseaudio-hsphfpd libpulse-hsphfpd alsa-card-profiles-hsphfpd pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp}-hsphfpd)
pkgdesc="A fork of pulseaudio providing superior bluetooth headset functionality"
-pkgver=13.99.3+95+ga0843d3fd
+pkgver=13.99.3+105+gb72e9fbc0
pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
@@ -13,7 +13,7 @@ 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 libopenaptx)
-_commit=6101798c7a4fa5b8ce7f5589706b03d87a3aee76 # master
+_commit=daf3a3c4b08c89aa658353764c5237f0a4bef9f7 # tags/v13.99.3^0
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
sha256sums=('SKIP')
@@ -60,7 +60,7 @@ _pick() {
package_pulseaudio-hsphfpd() {
depends=("libpulse-hsphfpd=$pkgver-$pkgrel" alsa-card-profiles rtkit libltdl speexdsp
- tdb orc libsoxr webrtc-audio-processing)
+ tdb orc libsoxr webrtc-audio-processing libxtst)
optdepends=('pulseaudio-alsa-hsphfpd: ALSA configuration (recommended)'
'pulseaudio-zeroconf-hsphfpd: Zeroconf support'
'pulseaudio-lirc-hsphfpd: IR (lirc) support'
@@ -137,7 +137,8 @@ package_pulseaudio-hsphfpd() {
package_libpulse-hsphfpd() {
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 "libpulse=$pkgver-$pkgrel")
conflicts=(libpulse)
license=(LGPL)
@@ -202,7 +203,7 @@ package_pulseaudio-equalizer-hsphfpd(){
package_pulseaudio-rtp-hsphfpd(){
pkgdesc="RTP and RAOP support for PulseAudio"
- depends=("pulseaudio=$pkgver-$pkgrel" gst-plugins-base-libs)
+ depends=("pulseaudio=$pkgver-$pkgrel")
mv rtp/* "$pkgdir"
}