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