Date: Sat, 30 Mar 2019 20:48:58 +0100 From: Hans Petter Selasky <hps@selasky.org> To: ports@FreeBSD.org Subject: Request for commit approval : audio/virtual_oss Message-ID: <c4f6648b-34f9-10ce-a9db-4a32392b07d7@selasky.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------D7D208E5794D2E1836124FD8 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Separate bluetooth speaker utility into own option. This resolves some build failures. Approved by: --------------D7D208E5794D2E1836124FD8 Content-Type: text/x-patch; name="voss.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="voss.diff" Index: Makefile =================================================================== --- Makefile (revision 497246) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ @@ -16,7 +16,7 @@ USES= tar:bzip2 uidfix -OPTIONS_DEFINE= BLUETOOTH DEBUG EQUALIZER +OPTIONS_DEFINE= BLUETOOTH BT_SPEAKER DEBUG EQUALIZER OPTIONS_DEFAULT=BLUETOOTH EQUALIZER .if exists(/usr/lib/libcuse.so) @@ -28,8 +28,11 @@ BLUETOOTH_DESC= Build with bluetooth support BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES" -BLUETOOTH_PLIST_FILES= sbin/virtual_bt_speaker \ + +BT_SPEAKER_DESC= Build with bluetooth speaker utility +BT_SPEAKER_PLIST_FILES= sbin/virtual_bt_speaker \ man/man8/virtual_bt_speaker.8.gz +BT_SPEAKER_MAKE_ARGS= HAVE_BLUETOOTH_SPEAKER="YES" DEBUG_MAKE_ARGS= HAVE_DEBUG="YES" Index: distinfo =================================================================== --- distinfo (revision 497246) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553804799 -SHA256 (virtual_oss-1.2.1.tar.bz2) = 3d039c3e839cd3b5c0341e929c17863afac10debd6e1ae35d6fcd7f80c7b6e97 -SIZE (virtual_oss-1.2.1.tar.bz2) = 45907 +TIMESTAMP = 1553974911 +SHA256 (virtual_oss-1.2.2.tar.bz2) = f92302f13a02ac4dbb2e5ee14f8382157179a90459f67e1607225fc9b7cf183c +SIZE (virtual_oss-1.2.2.tar.bz2) = 45860 --------------D7D208E5794D2E1836124FD8--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c4f6648b-34f9-10ce-a9db-4a32392b07d7>