aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-07-31 05:31:19 +0800
committerlioux <lioux@FreeBSD.org>2006-07-31 05:31:19 +0800
commitec62137d1e959ad5384c4c650ef247cf43328495 (patch)
tree57f46f63e653ba71ae07837ab6efea8f0900acfb /multimedia
parent8e24e1e5f7ed71f5498753c8b188d2e9eb2b0466 (diff)
downloadfreebsd-ports-gnome-ec62137d1e959ad5384c4c650ef247cf43328495.tar.gz
freebsd-ports-gnome-ec62137d1e959ad5384c4c650ef247cf43328495.tar.zst
freebsd-ports-gnome-ec62137d1e959ad5384c4c650ef247cf43328495.zip
o mplayer command line option "-vc dummy" has been deprecated in
favor of "-vc null". Rectify that. o Bump PORTREVISION PR: 98668 Submitted by: David Kleiner <david.kleiner@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/tovid/Makefile2
-rw-r--r--multimedia/tovid/files/patch-src__tovid.sh9
2 files changed, 1 insertions, 10 deletions
diff --git a/multimedia/tovid/Makefile b/multimedia/tovid/Makefile
index eb5b8f93fad2..a738a069535d 100644
--- a/multimedia/tovid/Makefile
+++ b/multimedia/tovid/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tovid
PORTVERSION= 0.24
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= multimedia python
MASTER_SITES= http://download.berlios.de/tovid/
diff --git a/multimedia/tovid/files/patch-src__tovid.sh b/multimedia/tovid/files/patch-src__tovid.sh
index 78de483cc443..d1fbbb919d43 100644
--- a/multimedia/tovid/files/patch-src__tovid.sh
+++ b/multimedia/tovid/files/patch-src__tovid.sh
@@ -9,15 +9,6 @@
# Rough estimates of KB/sec for different formats
K_PER_SEC=200
test x"$TGT_RES" = x"VCD" && K_PER_SEC=172
-@@ -1327,7 +1327,7 @@
- AUDIO_CMD="cat /dev/zero | $PRIORITY sox -t raw -c 2 -r $SAMPRATE -w -s - -t wav $AUDIO_WAV trim 0 $V_DURATION"
- # Extract audio normally
- else
-- AUDIO_CMD="$PRIORITY mplayer $MPLAYER_OPTS -quiet -vc null -vo null -ao pcm:waveheader:file=$AUDIO_WAV \"$IN_FILE\""
-+ AUDIO_CMD="$PRIORITY mplayer $MPLAYER_OPTS -quiet -vc dummy -vo null -ao pcm:waveheader:file=$AUDIO_WAV \"$IN_FILE\""
- # Normalize, if requested
- if $DO_NORM; then
- AUDIO_CMD="$AUDIO_CMD -af volnorm"
@@ -1512,8 +1512,8 @@
# ******************************************************************************
# ******************************************************************************