[SCM] audacity/master: Allow opening files with Audacity with your file manager.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Mon Jun 25 00:20:52 UTC 2012


The following commit has been merged in the master branch:
commit ba2fea59690005b13339d31017a952382d9d6deb
Author: Benjamin Drung <bdrung at debian.org>
Date:   Mon Jun 25 02:05:02 2012 +0200

    Allow opening files with Audacity with your file manager.
    
    LP: #1006610

diff --git a/debian/patches/additional-mime-types.patch b/debian/patches/additional-mime-types.patch
index a0673ba..ff02466 100644
--- a/debian/patches/additional-mime-types.patch
+++ b/debian/patches/additional-mime-types.patch
@@ -6,7 +6,7 @@ Bug: http://bugzilla.audacityteam.org/show_bug.cgi?id=483
 --- a/src/audacity.desktop.in
 +++ b/src/audacity.desktop.in
 @@ -17,4 +17,4 @@
- Exec=@AUDACITY_NAME@
+ Exec=@AUDACITY_NAME@ %F
  StartupNotify=false
  Terminal=false
 -MimeType=application/ogg;audio/basic;audio/mpeg;audio/x-aiff;audio/x-mp3;audio/x-wav;application/x-audacity-project;
diff --git a/debian/patches/fix-file-opening-with-audacity.patch b/debian/patches/fix-file-opening-with-audacity.patch
new file mode 100644
index 0000000..6d40875
--- /dev/null
+++ b/debian/patches/fix-file-opening-with-audacity.patch
@@ -0,0 +1,20 @@
+Description: Allow opening files with Audacity.
+ We need to specify that file names are allowed as command line parameter to
+ allow opening .aup files with Nautilus and other file managers.
+ .
+ More details in:
+ http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html
+Author: Benjamin Drung <bdrung at debian.org>
+Bug-Ubuntu: https://launchpad.net/bugs/1006610
+
+--- a/src/audacity.desktop.in
++++ b/src/audacity.desktop.in
+@@ -14,7 +14,7 @@
+ Type=Application
+ Categories=AudioVideo;Audio;AudioVideoEditing;
+ 
+-Exec=@AUDACITY_NAME@
++Exec=@AUDACITY_NAME@ %F
+ StartupNotify=false
+ Terminal=false
+ MimeType=application/ogg;audio/basic;audio/mpeg;audio/x-aiff;audio/x-mp3;audio/x-wav;application/x-audacity-project;
diff --git a/debian/patches/series b/debian/patches/series
index fc7324c..58540ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix-file-opening-with-audacity.patch
 disable-dynamic-ffmpeg.patch
 disable-dynamic-lame.patch
 label-region-relation.patch

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list