diff options
author | klaatu <klaatu@hackerpublicradio.org> | 2010-05-13 00:59:35 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:59:35 +0200 |
commit | 0d8e08a0f7c86bcb008f342786250db3c5ec9542 (patch) | |
tree | 6934712fd15f38f8f549dae3facf22a1583ac4b6 /multimedia/LiVES/LiVES.patch | |
parent | bdeee16f08a25d2c74ebf16841d499fcf5b03177 (diff) | |
download | slackbuilds-0d8e08a0f7c86bcb008f342786250db3c5ec9542.tar.gz |
multimedia/LiVES: Added to 13.0 repository
Diffstat (limited to 'multimedia/LiVES/LiVES.patch')
-rw-r--r-- | multimedia/LiVES/LiVES.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/LiVES/LiVES.patch b/multimedia/LiVES/LiVES.patch new file mode 100644 index 0000000000..bb9e3c019f --- /dev/null +++ b/multimedia/LiVES/LiVES.patch @@ -0,0 +1,19 @@ +--- trunk/smogrify 2009/12/29 21:59:04 356 ++++ trunk/smogrify 2010/01/08 02:10:47 368 +@@ -3932,7 +3932,6 @@ + system("sox -t .raw -r $arate -c $achans -$osigned -$osamps $oendian $audio_in -t .raw -r $nrate -c $nchans -$nsigned $nendian -$nsamps $audio_out stretch $stretch>/dev/null 2>&1"); + } + else { +- print("sox -t .raw -r $arate -c $achans -$osigned -$osamps $oendian $audio_in -t .raw -r $nrate -c $nchans -$nsigned $nendian -$nsamps $audio_out>/dev/null 2>&1"); + system("sox -t .raw -r $arate -c $achans -$osigned -$osamps $oendian $audio_in -t .raw -r $nrate -c $nchans -$nsigned $nendian -$nsamps $audio_out>/dev/null 2>&1"); + } + } +@@ -4302,7 +4301,7 @@ + $name=&mkname($i); + my $nframes=0; + +- my $conv_cmd=$convert_command; ++ my $conv_command=$convert_command; + + if (!defined($file_ext)) { + $file_ext=&get_ext($file); |