Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/phonon-gstreamer/files: phonon-gstreamer-4.6.2-desktop.patch 4.5.1-fix-searching-for-phonon.patch
Date: Thu, 23 Aug 2012 11:57:02
Message-Id: 20120823115642.6DD4420459@flycatcher.gentoo.org
1 johu 12/08/23 11:56:42
2
3 Added: phonon-gstreamer-4.6.2-desktop.patch
4 Removed: 4.5.1-fix-searching-for-phonon.patch
5 Log:
6 Revision bump adds upstream patch to fix .desktop validation by Michael Palimaka <kensington@g.o> wrt bug #431602. Remove old.
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 media-libs/phonon-gstreamer/files/phonon-gstreamer-4.6.2-desktop.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.6.2-desktop.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon-gstreamer/files/phonon-gstreamer-4.6.2-desktop.patch?rev=1.1&content-type=text/plain
15
16 Index: phonon-gstreamer-4.6.2-desktop.patch
17 ===================================================================
18 From 4f65f6c1897f4855ed9c765e3cfffa38e25ad149 Mon Sep 17 00:00:00 2001
19 From: Michael Palimaka <kensington@g.o>
20 Date: Sat, 18 Aug 2012 01:15:11 +1000
21 Subject: [PATCH] Fix validation of gstreamer.desktop.
22
23 REVIEW: 106010
24 ---
25 gstreamer/gstreamer.desktop.cmake | 2 +-
26 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
27
28 diff --git a/gstreamer/gstreamer.desktop.cmake b/gstreamer/gstreamer.desktop.cmake
29 index 8192852..523c121 100644
30 --- a/gstreamer/gstreamer.desktop.cmake
31 +++ b/gstreamer/gstreamer.desktop.cmake
32 @@ -1,7 +1,7 @@
33 [Desktop Entry]
34 Type=Service
35 X-KDE-ServiceTypes=PhononBackend
36 -MimeType=application/x-annodex;video/quicktime;video/x-quicktime;audio/x-m4a;application/x-quicktimeplayer;video/mkv;video/msvideo;video/x-msvideo;video/x-flic;audio/x-aiff;audio/aiff;audio/x-pn-aiff;audio/x-realaudio;audio/basic;audio/x-basic;audio/x-pn-au;audio/x-8svx;audio/8svx;audio/x-16sv;audio/168sv;image/x-ilbm;image/ilbm;video/x-anim;video/anim;image/png;image/x-png;video/mng;video/x-mng;audio/x-ogg;audio/x-speex+ogg;application/ogg;application/ogg;audio/vnd.rn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;application/vnd.rn-realmedia;video/mpeg;video/x-mpeg;audio/x-wav;audio/wav;audio/x-pn-wav;audio/x-pn-windows-acm;audio/mpeg2;audio/x-mpeg2;audio/mpeg3;audio/x-mpeg3;audio/mpeg;audio/x-mpeg;x-mpegurl;audio/x-mpegurl;audio/mp3;audio/mpeg;audio/x-ape;
37 +MimeType=application/x-annodex;video/quicktime;video/x-quicktime;audio/x-m4a;application/x-quicktimeplayer;video/mkv;video/msvideo;video/x-msvideo;video/x-flic;audio/x-aiff;audio/aiff;audio/x-pn-aiff;audio/x-realaudio;audio/basic;audio/x-basic;audio/x-pn-au;audio/x-8svx;audio/8svx;audio/x-16sv;audio/168sv;image/x-ilbm;image/ilbm;video/x-anim;video/anim;image/png;image/x-png;video/mng;video/x-mng;audio/x-ogg;audio/x-speex+ogg;application/ogg;audio/vnd.rn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;application/vnd.rn-realmedia;video/mpeg;video/x-mpeg;audio/x-wav;audio/wav;audio/x-pn-wav;audio/x-pn-windows-acm;audio/mpeg2;audio/x-mpeg2;audio/mpeg3;audio/x-mpeg3;audio/mpeg;audio/x-mpeg;audio/x-mpegurl;audio/mp3;audio/x-ape;
38 X-KDE-Library=phonon_gstreamer
39 X-KDE-PhononBackendInfo-InterfaceVersion=1
40 X-KDE-PhononBackendInfo-Version=@PHONON_GST_VERSION@
41 --
42 1.7.12