diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-11-27 21:44:08 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-11-27 21:44:08 +0000 |
commit | 5b7e27c17dc1a76b26c0bab94c53a47496e42237 (patch) | |
tree | fa357afe39e07d51a927b7bd5045995d933d1a59 /audio/cuetools | |
parent | 02d5f3c277b3d44398037c619a8a7300e80af2b8 (diff) | |
download | ports-5b7e27c17dc1a76b26c0bab94c53a47496e42237.tar.gz ports-5b7e27c17dc1a76b26c0bab94c53a47496e42237.zip |
Notes
Diffstat (limited to 'audio/cuetools')
-rw-r--r-- | audio/cuetools/files/patch-extras_cuetag.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cuetools/files/patch-extras_cuetag.sh b/audio/cuetools/files/patch-extras_cuetag.sh new file mode 100644 index 000000000000..65456bec62da --- /dev/null +++ b/audio/cuetools/files/patch-extras_cuetag.sh @@ -0,0 +1,11 @@ +--- extras/cuetag.sh.orig 2008-11-28 00:41:26.000000000 +0300 ++++ extras/cuetag.sh 2008-11-28 00:41:32.000000000 +0300 +@@ -18,7 +18,7 @@ + { + # FLAC tagging + # --remove-vc-all overwrites existing comments +- METAFLAC="metaflac --remove-vc-all --import-vc-from=-" ++ METAFLAC="metaflac --remove-all-tags --import-tags-from=-" + + # Ogg Vorbis tagging + # -w overwrites existing comments |