diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-03-16 09:27:17 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-03-16 09:27:17 +0000 |
commit | c49abedca7b0afc7ee27333d2e005a1392ebda2c (patch) | |
tree | b5aaadaae32aff0edb85e564d460d76db92e0150 /audio/abcde/files | |
parent | c4a659c21f74f8c4d78b2c764d1e809b1ca04a16 (diff) | |
download | ports-c49abedca7b0afc7ee27333d2e005a1392ebda2c.tar.gz ports-c49abedca7b0afc7ee27333d2e005a1392ebda2c.zip |
Notes
Diffstat (limited to 'audio/abcde/files')
-rw-r--r-- | audio/abcde/files/patch-abcde | 6 | ||||
-rw-r--r-- | audio/abcde/files/patch-abcde.conf | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/abcde/files/patch-abcde b/audio/abcde/files/patch-abcde index ccb910fa6d5e..32e99793ccaf 100644 --- a/audio/abcde/files/patch-abcde +++ b/audio/abcde/files/patch-abcde @@ -1,6 +1,6 @@ ---- abcde.orig 2017-01-18 13:56:14 UTC +--- abcde.orig 2018-03-15 16:01:58 UTC +++ abcde -@@ -2012,7 +2012,10 @@ do_discid () +@@ -2108,7 +2108,10 @@ do_discid () LEADOUT="$(echo "$CDPARANOIAOUTPUT" | grep -Eo '^TOTAL[[:space:]]+([[:digit:]]+)' | get_last)" OFFSETS="$(echo "$CDPARANOIAOUTPUT" | sed -n -e's/^ .* \([0-9]\+\) \[.*/\1/p')" @@ -11,4 +11,4 @@ + esac ;; *) - case "$CDDBMETHOD" in + # Calculate the cddb discid in all diff --git a/audio/abcde/files/patch-abcde.conf b/audio/abcde/files/patch-abcde.conf index 4a85843f572c..ed8dffd0fe4a 100644 --- a/audio/abcde/files/patch-abcde.conf +++ b/audio/abcde/files/patch-abcde.conf @@ -1,6 +1,6 @@ ---- abcde.conf.orig 2016-04-06 08:47:56 UTC +--- abcde.conf.orig 2018-03-09 23:03:50 UTC +++ abcde.conf -@@ -231,7 +231,8 @@ +@@ -237,7 +237,8 @@ # Ogg: #VORBIZEOPTS= @@ -10,16 +10,16 @@ # FLAC: # The flac option is a workaround for an error where flac fails -@@ -379,7 +380,7 @@ +@@ -399,7 +400,7 @@ # (e.g. "ogg") or a combination of them separated with "," # (e.g. "flac,mp3"). Currently recognised and supported are: - # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape" + # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape", "aiff" -#OUTPUTTYPE=ogg +OUTPUTTYPE=ogg # Output filename format - change this to reflect your inner desire to # organize things differently than everyone else :) -@@ -392,9 +393,11 @@ +@@ -412,9 +413,11 @@ # to the files. Remove it from your user defined string if you are getting # files like ".ogg.ogg". #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}' |