Update virtual_oss to latest version, 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:
Index: Makefile
===================================================================
--- Makefile (revision 497056)
+++ Makefile (working copy)
@@ -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 @@
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"
@@ -29,6 +29,9 @@
BLUETOOTH_DESC= Build with bluetooth support
BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES"
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
PLIST_FILES= sbin/virtual_oss \
man/man8/virtual_oss.8.gz
Index: distinfo
===================================================================
--- distinfo (revision 497056)
+++ distinfo (working copy)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"