diff options
author | macmpi <spam@ipik.org> | 2020-01-26 22:32:29 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 11:40:12 +0100 |
commit | 9ab78706754a7ee7ba0571ba6679792d9f689b62 (patch) | |
tree | 502a0d522bd05536717a946706791e6702d9774c /testing | |
parent | 137533d6be31b1932d91e587d63107587bc01a05 (diff) | |
download | aports-9ab78706754a7ee7ba0571ba6679792d9f689b62.zip |
testing/bluez-alsa: enable aac
set conficure option and add fdk-aac dependency
Diffstat (limited to 'testing')
-rw-r--r-- | testing/bluez-alsa/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/bluez-alsa/APKBUILD b/testing/bluez-alsa/APKBUILD index b403096a97d..41bac24fa75 100644 --- a/testing/bluez-alsa/APKBUILD +++ b/testing/bluez-alsa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Bradley Saulteaux <-@bradso.to> pkgname=bluez-alsa pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Bluetooth Audio ALSA Backend" url="https://github.com/Arkq/bluez-alsa" arch="all" @@ -9,7 +9,7 @@ license="MIT" depends="bluez" subpackages="$pkgname-openrc" makedepends="automake autoconf libtool alsa-lib-dev bluez-dev glib-dev sbc-dev - dbus-dev" + dbus-dev fdk-aac-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/Arkq/bluez-alsa/archive/v$pkgver.tar.gz bluealsa.initd" @@ -21,7 +21,7 @@ prepare() { build() { cd build - ../configure --enable-ofono --disable-static + ../configure --enable-aac --enable-ofono --disable-static make } |