audio/virtual_oss: Update to 1.3.2

Also sync rc script with upstream, since the -T option is now removed as
of 6d7f60c ("virtual_oss: Retire -T option").

Sponsored by:	The FreeBSD Foundation
Reviewed by:	diizzy
Differential Revision:	https://reviews.freebsd.org/D49449
This commit is contained in:
Christos Margiolis
2025-03-25 14:21:53 +01:00
parent 4d533435fd
commit 755d9b5959
3 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
PORTNAME= virtual_oss
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
PORTREVISION= 2
DISTVERSION= 1.3.2
CATEGORIES= audio
MAINTAINER= christos@FreeBSD.org

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1712313931
SHA256 (freebsd-virtual_oss-v1.3.1_GH0.tar.gz) = d4aa8a1b1362c7d0f1f5478545871da5334717965a6ed351266b993d934d8912
SIZE (freebsd-virtual_oss-v1.3.1_GH0.tar.gz) = 72082
TIMESTAMP = 1742585865
SHA256 (freebsd-virtual_oss-v1.3.2_GH0.tar.gz) = eeb50760b963345d7b5684c3ee4f5d44070cb9572fc8c82d1d63e5844e24dfe7
SIZE (freebsd-virtual_oss-v1.3.2_GH0.tar.gz) = 71906

View File

@@ -15,7 +15,6 @@
# Default is "dsp"
# virtual_oss_dsp (string): Arguments passed to virtual_oss config named dsp
# Default is
# -T /dev/sndstat # register vdsp in sndstat
# -C 2 -c 2 # use two channels
# -S # resample if needed
# -i 8 # real-time priority
@@ -38,7 +37,6 @@ status_cmd="${name}_status"
required_modules="cuse"
virtual_oss_default_args="\
-T /dev/sndstat \
-S \
-i 8 \
-C 2 -c 2 \