Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ximagesrc: gst-plugins-ximagesrc-1.2.4.ebuild ChangeLog gst-plugins-ximagesrc-1.0.10.ebuild gst-plugins-ximagesrc-1.2.0.ebuild
Date: Sat, 31 May 2014 15:24:25
Message-Id: 20140531152421.BFE722004E@flycatcher.gentoo.org
1 pacho 14/05/31 15:24:21
2
3 Modified: ChangeLog
4 Added: gst-plugins-ximagesrc-1.2.4.ebuild
5 Removed: gst-plugins-ximagesrc-1.0.10.ebuild
6 gst-plugins-ximagesrc-1.2.0.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.77 media-plugins/gst-plugins-ximagesrc/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.77&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.77&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?r1=1.76&r2=1.77
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v
22 retrieving revision 1.76
23 retrieving revision 1.77
24 diff -u -r1.76 -r1.77
25 --- ChangeLog 16 Apr 2014 07:49:06 -0000 1.76
26 +++ ChangeLog 31 May 2014 15:24:21 -0000 1.77
27 @@ -1,6 +1,13 @@
28 # ChangeLog for media-plugins/gst-plugins-ximagesrc
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.76 2014/04/16 07:49:06 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.77 2014/05/31 15:24:21 pacho Exp $
32 +
33 +*gst-plugins-ximagesrc-1.2.4 (31 May 2014)
34 +
35 + 31 May 2014; Pacho Ramos <pacho@g.o>
36 + +gst-plugins-ximagesrc-1.2.4.ebuild, -gst-plugins-ximagesrc-1.0.10.ebuild,
37 + -gst-plugins-ximagesrc-1.2.0.ebuild:
38 + Version bump, drop old
39
40 16 Apr 2014; Agostino Sarubbo <ago@g.o>
41 gst-plugins-ximagesrc-1.2.3.ebuild:
42
43
44
45 1.1 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.2.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.2.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.2.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gst-plugins-ximagesrc-1.2.4.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.2.4.ebuild,v 1.1 2014/05/31 15:24:21 pacho Exp $
55
56 EAPI="5"
57
58 inherit gst-plugins-good
59
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 RDEPEND="
64 x11-libs/libX11
65 x11-libs/libXdamage
66 x11-libs/libXext
67 x11-libs/libXfixes
68 x11-libs/libSM
69 "
70 DEPEND="${RDEPEND}
71 x11-proto/damageproto
72 x11-proto/fixesproto
73 x11-proto/xextproto
74 x11-proto/xproto
75 "
76
77 # xshm is a compile time option of ximage
78 GST_PLUGINS_BUILD="x xshm"
79 GST_PLUGINS_BUILD_DIR="ximage"