diff options
author | stas <stas@FreeBSD.org> | 2008-11-28 05:44:08 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-11-28 05:44:08 +0800 |
commit | 2aa6750216fcebfc61ae181642c69bcf648d1974 (patch) | |
tree | 620ea3cc7d25ff873022680b200eb1951a573578 /audio | |
parent | cde2f7e800af3987d13144691bbb2b7877bd3255 (diff) | |
download | freebsd-ports-gnome-2aa6750216fcebfc61ae181642c69bcf648d1974.tar.gz freebsd-ports-gnome-2aa6750216fcebfc61ae181642c69bcf648d1974.tar.zst freebsd-ports-gnome-2aa6750216fcebfc61ae181642c69bcf648d1974.zip |
- Add the patch file forgotten in previous commit.
Diffstat (limited to 'audio')
-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 |