summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHuang-Huang Bao2019-02-28 23:38:55 +0800
committerHuang-Huang Bao2019-02-28 23:38:55 +0800
commitab53a43d9e08b74730de8b1d384f99725ae72084 (patch)
treed6174cbb55df8cbc7b3a39c19990c7c68eb01900 /PKGBUILD
parentbacf9d301ae8a07954b949bcd1b3c96c02ccab46 (diff)
downloadaur-ab53a43d9e08b74730de8b1d384f99725ae72084.tar.gz
Cleanup dependencies;Add fdk-aac-free to optdepends;Add descriptions for optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15e54bdcf90c..5a3cad486637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: EHfive <eh5@sokka.cn>
pkgname=pulseaudio-modules-bt-git
-pkgver=r100.6a4121c5
+pkgver=r102.8a58314e
pkgrel=1
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
license=('LGPL')
-depends=("pulseaudio>=12.0" "bluez>=5.0" "bluez-libs>=5.0" "sbc" "libfdk-aac")
-makedepends=("cmake>=3.0" "make" "pkg-config" "libavcodec.so>=58-64" "libavutil.so>=56-64" "libtool" "libldac" "git")
-optdepends=("libavcodec.so>=58-64" "libavutil.so>=56-64" "libldac")
+depends=("pulseaudio>=12.0" "bluez" "bluez-libs" "sbc" "libfdk-aac.so")
+makedepends=("cmake>=3.0" "libavcodec.so>=58" "libldac" "git")
+optdepends=("libavcodec.so>=58: aptX Classic, aptX HD support"
+ "libldac: LDAC support"
+ "fdk-aac-free: alternative library for AAC support")
provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth")