summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang-Huang Bao2021-01-10 16:44:59 +0800
committerHuang-Huang Bao2021-01-10 16:44:59 +0800
commitc949efcf93dbfd09c641f6f015ab41780cda19c1 (patch)
tree2660adc938c4a55e090b5c1b24d0a7f3b4a850df
parent3071aa2621dd8150f90bd2f6fc6102871560fb5f (diff)
downloadaur-c949efcf93dbfd09c641f6f015ab41780cda19c1.tar.gz
Fix
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e5c07683ec..75578b94543b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pipewire-common-git
pkgdesc = Server and user space API to deal with multimedia pipelines
pkgver = 0.3.19+37+g86576f1e
- pkgrel = 1
+ pkgrel = 2
url = https://pipewire.org
arch = x86_64
license = MIT
@@ -36,7 +36,6 @@ pkgname = pipewire-common-git
depends = sbc
depends = rtkit
depends = vulkan-icd-loader
- depends = bluez-libs
depends = alsa-card-profiles
depends = libdbus-1.so
depends = libncursesw.so
@@ -114,6 +113,7 @@ pkgname = pipewire-common-bluez5-git
pkgdesc = Server and user space API to deal with multimedia pipelines (BlueZ 5 SPA plugin)
depends = pipewire
depends = libpipewire-0.3.so
+ depends = bluez-libs
depends = libldacBT_enc.so
depends = libopenaptx.so
depends = libfdk-aac.so
@@ -124,6 +124,7 @@ pkgname = pipewire-common-bluez5-hsphfpd-git
pkgdesc = Server and user space API to deal with multimedia pipelines (BlueZ 5 SPA plugin, using hsphfpd for HSP/HFP support)
depends = pipewire
depends = libpipewire-0.3.so
+ depends = bluez-libs
depends = hsphfpd
depends = libldacBT_enc.so
depends = libopenaptx.so
diff --git a/PKGBUILD b/PKGBUILD
index c9a3a745a6eb..c44269834ffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(pipewire-common-git pipewire-common-docs-git pipewire-common-jack-git
gst-plugin-pipewire-common-git pipewire-common-ffmpeg-git
pipewire-common-bluez5-git pipewire-common-bluez5-hsphfpd-git)
pkgver=0.3.19+37+g86576f1e
-pkgrel=1
+pkgrel=2
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
license=(MIT)
@@ -59,7 +59,7 @@ _pick() {
_ver=${pkgver:0:3}
package_pipewire-common-git() {
- depends=(sbc rtkit vulkan-icd-loader bluez-libs alsa-card-profiles
+ depends=(sbc rtkit vulkan-icd-loader alsa-card-profiles
libdbus-1.so libncursesw.so libsndfile.so libudev.so libasound.so
libsystemd.so)
optdepends=('pipewire-common-docs-git: Documentation'
@@ -76,7 +76,7 @@ package_pipewire-common-git() {
etc/pipewire/media-session.d/{alsa-monitor,media-session}.conf)
install=pipewire.install
- DESTDIR="$pkgdir" meson install -C build --quiet
+ DESTDIR="$pkgdir" meson install -C build
cd "$pkgdir"
@@ -170,7 +170,7 @@ package_pipewire-common-ffmpeg-git() {
package_pipewire-common-bluez5-git() {
pkgdesc+=" (BlueZ 5 SPA plugin)"
- depends=(pipewire libpipewire-$_ver.so
+ depends=(pipewire libpipewire-$_ver.so bluez-libs
libldacBT_enc.so libopenaptx.so libfdk-aac.so)
provides=(pipewire-bluez5)
conflicts=(pipewire-bluez5)
@@ -179,7 +179,7 @@ package_pipewire-common-bluez5-git() {
package_pipewire-common-bluez5-hsphfpd-git() {
pkgdesc+=" (BlueZ 5 SPA plugin, using hsphfpd for HSP/HFP support)"
- depends=(pipewire libpipewire-$_ver.so hsphfpd
+ depends=(pipewire libpipewire-$_ver.so bluez-libs hsphfpd
libldacBT_enc.so libopenaptx.so libfdk-aac.so)
provides=(pipewire-bluez5)
conflicts=(pipewire-bluez5)