Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: x11vnc-0.9.9.ebuild x11vnc-0.9.12.ebuild ChangeLog
Date: Tue, 01 Nov 2011 03:57:09
Message-Id: 20111101035658.50FCF20033@flycatcher.gentoo.org
1 ssuominen 11/11/01 03:56:58
2
3 Modified: x11vnc-0.9.9.ebuild x11vnc-0.9.12.ebuild ChangeLog
4 Log:
5 Remove USE="v4l" because of missing support for video4linux 2.x wrt #389079 by "Fab"
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-misc/x11vnc/x11vnc-0.9.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild?r1=1.13&r2=1.14
15
16 Index: x11vnc-0.9.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- x11vnc-0.9.9.ebuild 22 Dec 2010 18:25:24 -0000 1.13
23 +++ x11vnc-0.9.9.ebuild 1 Nov 2011 03:56:58 -0000 1.14
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild,v 1.13 2010/12/22 18:25:24 swegener Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.9.ebuild,v 1.14 2011/11/01 03:56:58 ssuominen Exp $
30
31 EAPI="2"
32
33 @@ -13,7 +13,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE="fbcon +jpeg +zlib threads ssl crypt v4l xinerama avahi system-libvncserver"
38 +IUSE="fbcon +jpeg +zlib threads ssl crypt xinerama avahi system-libvncserver"
39
40 RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.7[threads=,jpeg=,zlib=] )
41 !system-libvncserver? (
42 @@ -54,6 +54,7 @@
43 }
44
45 src_configure() {
46 + # --without-v4l because of missing video4linux 2.x support wrt #389079
47 econf \
48 $(use_with system-libvncserver) \
49 $(use_with avahi) \
50 @@ -61,12 +62,11 @@
51 $(use_with ssl) \
52 $(use_with ssl crypto) \
53 $(use_with crypt) \
54 - $(use_with v4l) \
55 + --without-v4l \
56 $(use_with jpeg) \
57 $(use_with zlib) \
58 $(use_with threads pthread) \
59 - $(use_with fbcon fbdev) \
60 - || die "econf failed"
61 + $(use_with fbcon fbdev)
62 }
63
64 src_install() {
65
66
67
68 1.5 x11-misc/x11vnc/x11vnc-0.9.12.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild?rev=1.5&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild?rev=1.5&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild?r1=1.4&r2=1.5
73
74 Index: x11vnc-0.9.12.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild,v
77 retrieving revision 1.4
78 retrieving revision 1.5
79 diff -u -r1.4 -r1.5
80 --- x11vnc-0.9.12.ebuild 9 Apr 2011 17:42:02 -0000 1.4
81 +++ x11vnc-0.9.12.ebuild 1 Nov 2011 03:56:58 -0000 1.5
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2011 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild,v 1.4 2011/04/09 17:42:02 vapier Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.12.ebuild,v 1.5 2011/11/01 03:56:58 ssuominen Exp $
87
88 EAPI="2"
89
90 @@ -13,7 +13,7 @@
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
94 -IUSE="avahi crypt fbcon +jpeg ssl system-libvncserver threads tk v4l xinerama +zlib"
95 +IUSE="avahi crypt fbcon +jpeg ssl system-libvncserver threads tk xinerama +zlib"
96
97 RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.7[threads=,jpeg=,zlib=] )
98 !system-libvncserver? (
99 @@ -51,6 +51,7 @@
100 }
101
102 src_configure() {
103 + # --without-v4l because of missing video4linux 2.x support wrt #389079
104 econf \
105 $(use_with system-libvncserver) \
106 $(use_with avahi) \
107 @@ -58,7 +59,7 @@
108 $(use_with ssl) \
109 $(use_with ssl crypto) \
110 $(use_with crypt) \
111 - $(use_with v4l) \
112 + --without-v4l \
113 $(use_with jpeg) \
114 $(use_with zlib) \
115 $(use_with threads pthread) \
116
117
118
119 1.95 x11-misc/x11vnc/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.95&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.95&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.94&r2=1.95
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
128 retrieving revision 1.94
129 retrieving revision 1.95
130 diff -u -r1.94 -r1.95
131 --- ChangeLog 9 Apr 2011 17:42:02 -0000 1.94
132 +++ ChangeLog 1 Nov 2011 03:56:58 -0000 1.95
133 @@ -1,6 +1,11 @@
134 # ChangeLog for x11-misc/x11vnc
135 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.94 2011/04/09 17:42:02 vapier Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.95 2011/11/01 03:56:58 ssuominen Exp $
138 +
139 + 01 Nov 2011; Samuli Suominen <ssuominen@g.o> x11vnc-0.9.9.ebuild,
140 + x11vnc-0.9.12.ebuild:
141 + Remove USE="v4l" because of missing support for video4linux 2.x wrt #389079
142 + by "Fab"
143
144 09 Apr 2011; Mike Frysinger <vapier@g.o> x11vnc-0.9.12.ebuild,
145 metadata.xml: