Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ximagesrc: gst-plugins-ximagesrc-0.10.23.ebuild ChangeLog
Date: Sat, 31 Jul 2010 12:03:03
Message-Id: 20100731113340.104252CC0B@corvid.gentoo.org
1 leio 10/07/31 11:33:39
2
3 Modified: ChangeLog
4 Added: gst-plugins-ximagesrc-0.10.23.ebuild
5 Log:
6 Version bump to be in sync with the rest; no code changes
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.35 media-plugins/gst-plugins-ximagesrc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 27 Jul 2010 17:50:07 -0000 1.34
23 +++ ChangeLog 31 Jul 2010 11:33:39 -0000 1.35
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gst-plugins-ximagesrc
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.34 2010/07/27 17:50:07 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.35 2010/07/31 11:33:39 leio Exp $
29 +
30 +*gst-plugins-ximagesrc-0.10.23 (31 Jul 2010)
31 +
32 + 31 Jul 2010; Mart Raudsepp <leio@g.o>
33 + +gst-plugins-ximagesrc-0.10.23.ebuild:
34 + Version bump to be in sync with the rest; no code changes
35
36 27 Jul 2010; Pacho Ramos <pacho@g.o>
37 gst-plugins-ximagesrc-0.10.22.ebuild:
38
39
40
41 1.1 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gst-plugins-ximagesrc-0.10.23.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild,v 1.1 2010/07/31 11:33:39 leio Exp $
51
52 inherit gst-plugins-good
53
54 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
55
56 IUSE=""
57 RDEPEND=">=media-libs/gst-plugins-base-0.10.29
58 x11-libs/libX11
59 x11-libs/libXdamage
60 x11-libs/libXfixes"
61 DEPEND="${RDEPEND}
62 x11-proto/xproto"
63
64 # xshm is a compile time option of ximage
65 GST_PLUGINS_BUILD="x xshm"
66 GST_PLUGINS_BUILD_DIR="ximage"