mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update virtual_oss to 1.2.1
Among other features and bugfixes virtual_oss now can do simple FIR filtering on the played back or recorded audio. Approved by: lme
This commit is contained in:
parent
8141bcb894
commit
a5c45f4a95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497113
2 changed files with 15 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= virtual_oss
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org/distfiles/
|
||||
|
@ -16,8 +16,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
|
|||
|
||||
USES= tar:bzip2 uidfix
|
||||
|
||||
OPTIONS_DEFINE= BLUETOOTH DEBUG
|
||||
OPTIONS_DEFAULT=BLUETOOTH
|
||||
OPTIONS_DEFINE= BLUETOOTH DEBUG EQUALIZER
|
||||
OPTIONS_DEFAULT=BLUETOOTH EQUALIZER
|
||||
|
||||
.if exists(/usr/lib/libcuse.so)
|
||||
MAKE_ARGS= HAVE_CUSE="YES"
|
||||
|
@ -28,8 +28,17 @@ 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 \
|
||||
man/man8/virtual_bt_speaker.8.gz
|
||||
|
||||
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
|
||||
|
||||
EQUALIZER_DESC= Build with equalizer utility
|
||||
EQUALIZER_MAKE_ARGS= HAVE_EQUALIZER="YES"
|
||||
EQUALIZER_LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||
EQUALIZER_PLIST_FILES= sbin/virtual_equalizer \
|
||||
man/man8/virtual_equalizer.8.gz
|
||||
|
||||
PLIST_FILES= sbin/virtual_oss \
|
||||
man/man8/virtual_oss.8.gz
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540895195
|
||||
SHA256 (virtual_oss-1.2.0.tar.bz2) = 3d2402f699a2eea0002ec6216c736562efd69b5f6bddef35be64f88da50a73c4
|
||||
SIZE (virtual_oss-1.2.0.tar.bz2) = 35101
|
||||
TIMESTAMP = 1553804799
|
||||
SHA256 (virtual_oss-1.2.1.tar.bz2) = 3d039c3e839cd3b5c0341e929c17863afac10debd6e1ae35d6fcd7f80c7b6e97
|
||||
SIZE (virtual_oss-1.2.1.tar.bz2) = 45907
|
||||
|
|
Loading…
Add table
Reference in a new issue