[SCM] rosegarden/master: Strip incorrect MIME types out of the desktop file (Closes: #592143).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 10 17:19:17 UTC 2011


The following commit has been merged in the master branch:
commit 69cafbea1ae8d00fcf7e3c8f22a8bc6d06fe225f
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 10 19:18:52 2011 +0200

    Strip incorrect MIME types out of the desktop file (Closes: #592143).
    
    Rosegarden is proposed as application to handle ogg,mp3,flac and wav files
    but it's not able to open them as expected.

diff --git a/debian/patches/fix-mime-types.patch b/debian/patches/fix-mime-types.patch
new file mode 100644
index 0000000..b4da1a5
--- /dev/null
+++ b/debian/patches/fix-mime-types.patch
@@ -0,0 +1,21 @@
+Description: Strip incorrect MIME types.
+ Rosegarden is proposed as application to handle ogg,mp3,flac and wav files
+ but it's not able to open them as expected.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592143
+Forwarded: no 
+---
+ data/desktop/rosegarden.desktop |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- rosegarden.orig/data/desktop/rosegarden.desktop
++++ rosegarden/data/desktop/rosegarden.desktop
+@@ -3,7 +3,7 @@ Encoding=UTF-8
+ Type=Application
+ Categories=AudioVideo;Audio;Midi;Sequencer;X-SuSE-Sequencer;X-Red-Hat-Base;
+ Exec=rosegarden %f
+-MimeType=audio/x-rosegarden-composition;audio/x-rosegarden-device;audio/x-rosegarden-project;audio/x-rosegarden-template;audio/x-wav;audio/midi;audio/ogg;audio/mp3;audio/x-flac;
++MimeType=audio/x-rosegarden-composition;audio/x-rosegarden-device;audio/x-rosegarden-project;audio/x-rosegarden-template;audio/midi;
+ X-KDE-NativeMimeType=audio/x-rosegarden-composition
+ Icon=rosegarden
+ Comment=MIDI and Audio Sequencer and Notation Editor
diff --git a/debian/patches/series b/debian/patches/series
index d931040..19d2715 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 make-clean.patch
 linker-binutils-gold.patch
+fix-mime-types.patch

-- 
rosegarden packaging



More information about the pkg-multimedia-commits mailing list