summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang-Huang Bao2021-01-12 19:45:28 +0800
committerHuang-Huang Bao2021-01-12 19:45:28 +0800
commitd41e59189158957cd7c55572a69af153164c1c77 (patch)
tree464448caac00e0039dbd2a91833c83a81082bfb5
parent13b24a7fecf92ed51d02dfc5e56b045df0970ff0 (diff)
downloadaur-d41e59189158957cd7c55572a69af153164c1c77.tar.gz
Update for native HFP AG support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b95387e6b0a4..683d0e0a6a3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipewire-common-git
pkgdesc = Server and user space API to deal with multimedia pipelines
- pkgver = 0.3.19.r52.g219248d4
+ pkgver = 0.3.19.r55.g7bd86df6
pkgrel = 1
url = https://pipewire.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6eb98d5e475a..25147fee20be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(pipewire-common-git pipewire-common-docs-git pipewire-common-jack-git
pipewire-common-pulse-git pipewire-common-alsa-git
gst-plugin-pipewire-common-git pipewire-common-ffmpeg-git
pipewire-common-bluez5-git pipewire-common-bluez5-hsphfpd-git)
-pkgver=0.3.19.r52.g219248d4
+pkgver=0.3.19.r55.g7bd86df6
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
@@ -35,7 +35,8 @@ build() {
meson configure build \
-D docs=true \
-D ffmpeg=true \
- -D bluez5-backend-native=true \
+ -D bluez5-backend-hsp-native=true \
+ -D bluez5-backend-hfp-native=true \
-D bluez5-backend-ofono=true \
-D bluez5-backend-hsphfpd=false \
-D udevrulesdir=/usr/lib/udev/rules.d
@@ -79,6 +80,7 @@ package_pipewire-common-git() {
DESTDIR="$pkgdir" meson install -C build
install -Dm644 "$_pkgbase/LICENSE" "$pkgdir/usr/share/licenses/$_pkgbase/LICENSE"
+ install -Dm644 "$_pkgbase/COPYING" "$pkgdir/usr/share/licenses/$_pkgbase/COPYING"
cd "$pkgdir"
@@ -89,7 +91,8 @@ package_pipewire-common-git() {
cd "$srcdir"
meson configure build \
- -D bluez5-backend-native=false \
+ -D bluez5-backend-hsp-native=false \
+ -D bluez5-backend-hfp-native=false \
-D bluez5-backend-ofono=false \
-D bluez5-backend-hsphfpd=true
meson compile -C build