aboutsummaryrefslogtreecommitdiffstats
path: root/testing/abcde/python2-eyed3-0.7.0.patch
diff options
context:
space:
mode:
authorPeter Bui <pnutzh4x0r@gmail.com>2014-10-24 11:28:54 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-30 12:56:14 +0000
commit79c955c62f819413d3c82207c7f1a72d9096f4b8 (patch)
treeba18cbf39fbdf7305ea8797f8f41f1c3536c9366 /testing/abcde/python2-eyed3-0.7.0.patch
parentbd0fe1110188e650d805780093b3b719d8020e4d (diff)
downloadaports-79c955c62f819413d3c82207c7f1a72d9096f4b8.tar.bz2
aports-79c955c62f819413d3c82207c7f1a72d9096f4b8.tar.xz
testing/abcde: new aport
http://code.google.com/p/abcde/ A command line CD encoder that reads your CD, downloads the track information from a CDDB provider, and rips your CD
Diffstat (limited to 'testing/abcde/python2-eyed3-0.7.0.patch')
-rw-r--r--testing/abcde/python2-eyed3-0.7.0.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/abcde/python2-eyed3-0.7.0.patch b/testing/abcde/python2-eyed3-0.7.0.patch
new file mode 100644
index 0000000000..ef0aa29b8e
--- /dev/null
+++ b/testing/abcde/python2-eyed3-0.7.0.patch
@@ -0,0 +1,21 @@
+--- abcde-2.5.4/abcde 2012-09-18 15:09:31.000000000 +0200
++++ abcde-2.5.4/abcde 2013-01-28 21:44:55.479715536 +0100
+@@ -829,7 +829,7 @@
+ -a "$TRACKARTIST" -t "$TRACKNAME" -Y "$CDYEAR" \
+ -G "$GENREID" -n "${TRACKNUM:-$1}" \
+ ${TRACKNUM:+-N "$TRACKS"} \
+- ${ENCODING:+--set-encoding="$ENCODING"} \
+- ${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
++ ${ENCODING:+--encoding "$ENCODING"} \
++ ${TPE2:+--text-frame=TPE2:"$TPE2"} \
+ "$ABCDETEMPDIR/track$1.$OUTPUT"
+ ;;
+@@ -3879,7 +3879,7 @@
+ TAGGER="$EYED3"
+ TAGGEROPTS="$ID3V2OPTS"
+ ID3SYNTAX=eyed3
+- TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
++ TAGGEROPTS="--encoding utf16 $ID3V2OPTS"
+ fi
+
+ # NOGAP is specific to lame. Other encoders fail ...