summarylogtreecommitdiffstats
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
parentbacf9d301ae8a07954b949bcd1b3c96c02ccab46 (diff)
downloadaur-ab53a43d9e08b74730de8b1d384f99725ae72084.tar.gz
Cleanup dependencies;Add fdk-aac-free to optdepends;Add descriptions for optdepends
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bec15fc054da..0dfcd4dfd0f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseaudio-modules-bt-git
pkgdesc = PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support
- pkgver = r100.6a4121c5
+ pkgver = r102.8a58314e
pkgrel = 1
url = https://github.com/EHfive/pulseaudio-modules-bt
arch = i686
@@ -11,21 +11,17 @@ pkgbase = pulseaudio-modules-bt-git
arch = aarch64
license = LGPL
makedepends = cmake>=3.0
- makedepends = make
- makedepends = pkg-config
- makedepends = libavcodec.so>=58-64
- makedepends = libavutil.so>=56-64
- makedepends = libtool
+ makedepends = libavcodec.so>=58
makedepends = libldac
makedepends = git
depends = pulseaudio>=12.0
- depends = bluez>=5.0
- depends = bluez-libs>=5.0
+ depends = bluez
+ depends = bluez-libs
depends = sbc
- depends = libfdk-aac
- optdepends = libavcodec.so>=58-64
- optdepends = libavutil.so>=56-64
- optdepends = libldac
+ depends = libfdk-aac.so
+ optdepends = libavcodec.so>=58: aptX Classic, aptX HD support
+ optdepends = libldac: LDAC support
+ optdepends = fdk-aac-free: alternative library for AAC support
provides = pulseaudio-bluetooth
conflicts = pulseaudio-bluetooth
source = git+https://github.com/EHfive/pulseaudio-modules-bt.git
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")