bluez-alsa: update to 3.1.0

This commit is contained in:
amak 2021-06-22 13:19:13 +10:00 committed by Érico Nogueira Rolim
parent cf0c74999e
commit b47c9829da

View file

@ -1,32 +1,25 @@
# Template file for 'bluez-alsa'
pkgname=bluez-alsa
version=3.0.0
revision=3
version=3.1.0
revision=1
build_style=gnu-configure
configure_args="--enable-aac --disable-hcitop --disable-debug
$(vopt_if man --enable-manpages)"
hostmakedepends="pkg-config automake libtool $(vopt_if man pandoc)"
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
ortp-devel sbc-devel"
configure_args="--enable-aac --enable-aptx --with-libopenaptx --enable-ldac
--enable-manpages --disable-debug --disable-hcitop"
hostmakedepends="pkg-config automake libtool python3-docutils"
makedepends="alsa-lib-devel fdk-aac-devel ldacBT-devel libbluetooth-devel
libglib-devel libopenaptx-devel ortp-devel sbc-devel"
short_desc="Bluetooth Audio ALSA Backend"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
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"
checksum=8b9bc36be922c10c6628ddf84b13dfadfeb3ab0bcf72bad842c66f3120abc6b2
checksum=d9a878d9fd7f18842c9c8ed83bc96cab684753c90f2751d575a3cdd776ec78a5
system_accounts="_bluez_alsa"
_bluez_alsa_groups="audio"
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() {
autoreconf -fi
}