mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update virtual_oss to 1.2.2
Separate bluetooth speaker utility into own option. This resolves some build failures. Approved by: pi
This commit is contained in:
parent
e79d4c79bc
commit
aee38b96b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497368
@ -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 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
|
||||
|
||||
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 @@ LIB_DEPENDS+= libcuse4bsd.so:multimedia/cuse4bsd-kmod
|
||||
|
||||
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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user