Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xineliboutput/files: vdr-xineliboutput-9999-build-system.patch
Date: Mon, 28 Feb 2011 21:18:08
Message-Id: 20110228211757.BDC3720057@flycatcher.gentoo.org
1 idl0r 11/02/28 21:17:57
2
3 Modified: vdr-xineliboutput-9999-build-system.patch
4 Log:
5 Update cvs patch
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 media-plugins/vdr-xineliboutput/files/vdr-xineliboutput-9999-build-system.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-xineliboutput-9999-build-system.patch?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-xineliboutput-9999-build-system.patch?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-xineliboutput-9999-build-system.patch?r1=1.4&r2=1.5
15
16 Index: vdr-xineliboutput-9999-build-system.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xineliboutput/files/vdr-xineliboutput-9999-build-system.patch,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- vdr-xineliboutput-9999-build-system.patch 15 Dec 2010 17:09:04 -0000 1.4
23 +++ vdr-xineliboutput-9999-build-system.patch 28 Feb 2011 21:17:57 -0000 1.5
24 @@ -1,10 +1,10 @@
25 Index: Makefile
26 ===================================================================
27 RCS file: /cvsroot/xineliboutput/vdr-xineliboutput/Makefile,v
28 -retrieving revision 1.105
29 -diff -u -b -B -r1.105 Makefile
30 ---- Makefile 15 Dec 2010 14:43:36 -0000 1.105
31 -+++ Makefile 15 Dec 2010 17:05:50 -0000
32 +retrieving revision 1.106
33 +diff -u -b -B -r1.106 Makefile
34 +--- Makefile 23 Jan 2011 19:42:08 -0000 1.106
35 ++++ Makefile 28 Feb 2011 21:16:10 -0000
36 @@ -323,7 +323,7 @@
37 install : XINELIBOUTPUT_INSTALL_MSG =
38
39 @@ -26,10 +26,10 @@
40 Index: configure
41 ===================================================================
42 RCS file: /cvsroot/xineliboutput/vdr-xineliboutput/configure,v
43 -retrieving revision 1.29
44 -diff -u -b -B -r1.29 configure
45 ---- configure 23 Nov 2010 13:21:06 -0000 1.29
46 -+++ configure 15 Dec 2010 17:05:50 -0000
47 +retrieving revision 1.32
48 +diff -u -b -B -r1.32 configure
49 +--- configure 28 Feb 2011 12:35:18 -0000 1.32
50 ++++ configure 28 Feb 2011 21:16:10 -0000
51 @@ -231,7 +231,6 @@
52 xshm
53 xdpms
54 @@ -38,7 +38,7 @@
55 xrender
56 xshape
57 opengl
58 -@@ -267,7 +266,6 @@
59 +@@ -270,7 +269,6 @@
60 echo " --disable-xshm disable XShm support [no]"
61 echo " --disable-xdpms disable Xdpms support [no]"
62 echo " --disable-xinerama disable Xinerama support [no]"
63 @@ -46,16 +46,16 @@
64 echo " --disable-xrender disable Xrender support (HUD OSD) [no]"
65 echo " --disable-xshape disable Xshape support (non-transparent HUD OSD without composite manager) [no]"
66 echo " --disable-opengl disable OpenGL support (transparent HUD OSD without composite manager) [no]"
67 -@@ -326,7 +324,7 @@
68 +@@ -330,7 +328,7 @@
69
70 check_deps(){
71 disabled libxine && disable x11 fb libavutil libjpeg
72 - disabled x11 && disable dbus-glib-1 xshm xrender xshape opengl xrandr xdpms xinerama vdpau
73 + disabled x11 && disable dbus-glib-1 xshm xrender xshape opengl xdpms xinerama vdpau
74 - disabled vdr && disable libextractor
75 - disabled xrender && disable opengl
76 - disabled xshape && disable opengl
77 -@@ -367,7 +365,6 @@
78 + disabled vdr && disable libextractor libcap
79 + disabled dlfcn && disable opengl
80 + disabled pthread && disable opengl
81 +@@ -374,7 +372,6 @@
82 test_library X11 xshm "X11/extensions/XShm.h" "-lXext" "XShmQueryExtension(0)"
83 test_library X11 xrender "X11/extensions/Xrender.h" "-lXrender" "XRenderQueryFormats(0)"
84 test_library X11 xshape "X11/extensions/shape.h" "-lXext" "XShapeQueryExtension(0,0,0)"