[SCM] easytag/master: Provide (low) priorities for registered mimetypes (Closes: #788325)

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Jun 19 20:19:06 UTC 2015


The following commit has been merged in the master branch:
commit f11169e378de3d7ae54624d431c9a52e6e54f837
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jun 19 22:15:51 2015 +0200

    Provide (low) priorities for registered mimetypes (Closes: #788325)

diff --git a/debian/easytag.mime b/debian/easytag.mime
new file mode 100644
index 0000000..8e45361
--- /dev/null
+++ b/debian/easytag.mime
@@ -0,0 +1,11 @@
+inode/directory; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-mp3; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-mpeg; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/mpeg; easytag %s; test=test -n "$DISPLAY"; priority=2
+application/ogg; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-vorbis+ogg; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-flac; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-musepack; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-ape; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-speex+ogg; easytag %s; test=test -n "$DISPLAY"; priority=2
+audio/x-opus+ogg; easytag %s; test=test -n "$DISPLAY"; priority=2

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list