parent
78d846a2b0
commit
a8c61c95e9
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . ./conf
|
[ -r ./conf ] && . ./conf
|
||||||
|
|
||||||
vinstall -d -m0755 -o _bluez_alsa -g audio /run/bluealsa
|
install -d -m0755 -o _bluez_alsa -g audio /run/bluealsa
|
||||||
exec chpst -u _bluez_alsa:audio bluealsa $OPTS
|
exec chpst -u _bluez_alsa:audio bluealsa $OPTS
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'bluez-alsa'
|
# Template file for 'bluez-alsa'
|
||||||
pkgname=bluez-alsa
|
pkgname=bluez-alsa
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-aac --disable-hcitop --enable-debug"
|
configure_args="--enable-aac --disable-hcitop --enable-debug"
|
||||||
hostmakedepends="pkg-config automake libtool"
|
hostmakedepends="pkgconf automake libtool"
|
||||||
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
|
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
|
||||||
ortp-devel sbc-devel"
|
ortp-devel sbc-devel"
|
||||||
short_desc="Bluetooth Audio ALSA Backend"
|
short_desc="Bluetooth Audio ALSA Backend"
|
||||||
|
|
Loading…
Reference in New Issue