From 99c70833361ddc40981f3980435530a50db99ba5 Mon Sep 17 00:00:00 2001 From: amak Date: Tue, 22 Jun 2021 13:19:13 +1000 Subject: [PATCH] bluez-alsa: update to 3.1.0 --- srcpkgs/bluez-alsa/template | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index d01ec201aa12..60214c292894 100644 --- a/srcpkgs/bluez-alsa/template +++ b/srcpkgs/bluez-alsa/template @@ -1,32 +1,24 @@ # 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 " license="MIT" homepage="https://github.com/Arkq/bluez-alsa" 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 }