diff options
Diffstat (limited to 'media-sound/squeezecenter/files/squeezecenter-7.3.1-aac-transcode-gentoo.patch')
-rw-r--r-- | media-sound/squeezecenter/files/squeezecenter-7.3.1-aac-transcode-gentoo.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/squeezecenter/files/squeezecenter-7.3.1-aac-transcode-gentoo.patch b/media-sound/squeezecenter/files/squeezecenter-7.3.1-aac-transcode-gentoo.patch deleted file mode 100644 index 75d9f7f38de1..000000000000 --- a/media-sound/squeezecenter/files/squeezecenter-7.3.1-aac-transcode-gentoo.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- convert.conf.old 2009-01-17 14:33:33.000000000 +0000 -+++ convert.conf 2009-01-17 15:04:25.000000000 +0000 -@@ -74,8 +74,8 @@ - # specific combinations match before wildcards - - mov mp3 * * -- # FRB:{BITRATE=-B %B} -- [mov123] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --big-endian - - -+ # FB:{BITRATE=-B %B} -+ [faad] -q -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $BITRATE$ -x -r - - - - alc mp3 * * - # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} -@@ -158,9 +158,13 @@ - [wvunpack] $FILE$ -rq $START$ $END$ -o - - - ## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3. --mov aif * * -- # FR -- [mov123] $FILE$ -+#mov aif * * -+# # FR -+# [mov123] $FILE$ -+ -+mov wav * * -+ # F -+ [faad] -q -w -f 2 $FILE$ - - wma wma * * - - -@@ -198,8 +202,8 @@ - [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 - - - mov flc * * -- # FR -- [mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - -+ # F -+ [faad] -q -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 - - - alc flc * * - # F |