summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEHfive2018-10-14 14:44:26 +0800
committerEHfive2018-10-14 14:44:26 +0800
commitea355b419cfb919175a1a35e200a7dd40b8937a3 (patch)
tree9219273b27e4c0b2d18c8c182cdc2a253b384d0b
parent761af464b322de9c64ed0e29a5822d9f6e55cd25 (diff)
downloadaur-ea355b419cfb919175a1a35e200a7dd40b8937a3.tar.gz
aptX support require ffmpeg>=4.0, update License
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9031a8c63f0a..0350467616ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = pulseaudio-modules-bt-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL3
+ license = LGPL
makedepends = cmake>=3.0
makedepends = make
makedepends = pkg-config
@@ -18,7 +18,7 @@ pkgbase = pulseaudio-modules-bt-git
depends = bluez>=5.0
depends = bluez-libs>=5.0
depends = sbc
- optdepends = ffmpeg
+ optdepends = ffmpeg>=4.0
provides = pulseaudio-bluetooth
conflicts = pulseaudio-bluetooth
replaces = pulseaudio-bluetooth
diff --git a/PKGBUILD b/PKGBUILD
index e4a56f8d7122..8b2d33a65c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgrel=1
pkgdesc="PulseAudio Bluetooth modules with SBC, APTX, APTX-HD, Sony LDAC, A2DP codecs support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
-license=('GPL3')
+license=('LGPL')
depends=("pulseaudio>=12.0" "bluez>=5.0" "bluez-libs>=5.0" "sbc")
makedepends=("cmake>=3.0" "make" "pkg-config" "ffmpeg>=4.0")
-optdepends=("ffmpeg")
+optdepends=("ffmpeg>=4.0")
provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth")
replaces=("pulseaudio-bluetooth")