[SCM] mpv/master: Drop 01_desktop-path.patch

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Oct 20 10:48:59 UTC 2016


The following commit has been merged in the master branch:
commit 9ef8bc24863c725c047677594cbd16003ee89492
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Oct 20 09:35:36 2016 +0000

    Drop 01_desktop-path.patch
    
    The pupose of this patch was to force mpv.desktop to call /usr/bin/mpv
    instead of mpv from $PATH.
    
    I do not think this is a good idea since it makes 'overriding' the
    behavior of mpv harder for a particular user. As another data point,
    almost all the desktop files on my system do not use absolute paths.
    This means that if a user does mess their $PATH up, they are likely to
    break far more stuff other mpv.

diff --git a/debian/patches/01_desktop-path.patch b/debian/patches/01_desktop-path.patch
deleted file mode 100644
index fe95c88..0000000
--- a/debian/patches/01_desktop-path.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Use absolute paths for (Try)Exec in mpv.desktop
-Origin: vendor
-Debian-Bug: http://bugs.debian.org/728149
-Forwarded: not-needed
-Author: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2016-03-13
-
---- a/etc/mpv.desktop
-+++ b/etc/mpv.desktop
-@@ -23,8 +23,8 @@ Comment[ru]=Воспроизвести Ñ
- Comment[zh-CN]=播放电影和歌曲
- Comment[zh-TW]=播放電影和歌曲
- Icon=mpv
--TryExec=mpv
--Exec=mpv --profile=pseudo-gui -- %U
-+TryExec=/usr/bin/mpv
-+Exec=/usr/bin/mpv --profile=pseudo-gui -- %U
- Terminal=false
- Categories=AudioVideo;Audio;Video;Player;TV;
- MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/ogg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/mp4;video/msvideo;video/x-msvideo;video/ogg;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-flv;video/x-theora;video/x-matroska;video/webm;audio/x-flac;audio/x-vorbis+ogg;video/x-ogm+ogg;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;video/mp2t;audio/flac;audio/mp4;
diff --git a/debian/patches/series b/debian/patches/series
index 30203d3..d88f306 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-01_desktop-path.patch
 02_fix-config-path.patch
 03_waf.patch
 04_waf-pie.patch

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list