mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
bluez-alsa: update to 3.1.0
This commit is contained in:
parent
cf0c74999e
commit
b47c9829da
1 changed files with 9 additions and 16 deletions
|
@ -1,32 +1,25 @@
|
||||||
# Template file for 'bluez-alsa'
|
# Template file for 'bluez-alsa'
|
||||||
pkgname=bluez-alsa
|
pkgname=bluez-alsa
|
||||||
version=3.0.0
|
version=3.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-aac --disable-hcitop --disable-debug
|
configure_args="--enable-aac --enable-aptx --with-libopenaptx --enable-ldac
|
||||||
$(vopt_if man --enable-manpages)"
|
--enable-manpages --disable-debug --disable-hcitop"
|
||||||
hostmakedepends="pkg-config automake libtool $(vopt_if man pandoc)"
|
hostmakedepends="pkg-config automake libtool python3-docutils"
|
||||||
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
|
makedepends="alsa-lib-devel fdk-aac-devel ldacBT-devel libbluetooth-devel
|
||||||
ortp-devel sbc-devel"
|
libglib-devel libopenaptx-devel ortp-devel sbc-devel"
|
||||||
short_desc="Bluetooth Audio ALSA Backend"
|
short_desc="Bluetooth Audio ALSA Backend"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Arkq/bluez-alsa"
|
homepage="https://github.com/Arkq/bluez-alsa"
|
||||||
|
changelog="https://raw.githubusercontent.com/Arkq/bluez-alsa/master/NEWS"
|
||||||
distfiles="https://github.com/Arkq/bluez-alsa/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Arkq/bluez-alsa/archive/v${version}.tar.gz"
|
||||||
checksum=8b9bc36be922c10c6628ddf84b13dfadfeb3ab0bcf72bad842c66f3120abc6b2
|
checksum=d9a878d9fd7f18842c9c8ed83bc96cab684753c90f2751d575a3cdd776ec78a5
|
||||||
system_accounts="_bluez_alsa"
|
system_accounts="_bluez_alsa"
|
||||||
_bluez_alsa_groups="audio"
|
_bluez_alsa_groups="audio"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
build_options="man"
|
|
||||||
desc_option_man="Use pandoc to build manpages"
|
|
||||||
|
|
||||||
case "$XBPS_MACHINE" in
|
|
||||||
x86_64*|i686|ppc64le*) build_options_default="man";;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue