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-xvideo: ChangeLog gst-plugins-xvideo-0.10.35.ebuild gst-plugins-xvideo-0.10.29.ebuild
Date: Thu, 30 Jun 2011 17:32:52
Message-Id: 20110630173240.92F2A20054@flycatcher.gentoo.org
1 leio 11/06/30 17:32:40
2
3 Modified: ChangeLog
4 Added: gst-plugins-xvideo-0.10.35.ebuild
5 Removed: gst-plugins-xvideo-0.10.29.ebuild
6 Log:
7 Version bump with two small bug fixes
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.176 media-plugins/gst-plugins-xvideo/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.176&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.176&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?r1=1.175&r2=1.176
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
21 retrieving revision 1.175
22 retrieving revision 1.176
23 diff -u -r1.175 -r1.176
24 --- ChangeLog 9 Jun 2011 16:06:37 -0000 1.175
25 +++ ChangeLog 30 Jun 2011 17:32:40 -0000 1.176
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/gst-plugins-xvideo
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.175 2011/06/09 16:06:37 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.176 2011/06/30 17:32:40 leio Exp $
31 +
32 +*gst-plugins-xvideo-0.10.35 (30 Jun 2011)
33 +
34 + 30 Jun 2011; Mart Raudsepp <leio@g.o>
35 + -gst-plugins-xvideo-0.10.29.ebuild, +gst-plugins-xvideo-0.10.35.ebuild:
36 + Version bump with two small bug fixes
37
38 09 Jun 2011; Jeroen Roovers <jer@g.o>
39 gst-plugins-xvideo-0.10.32.ebuild:
40
41
42
43 1.1 media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gst-plugins-xvideo-0.10.35.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild,v 1.1 2011/06/30 17:32:40 leio Exp $
53
54 inherit gst-plugins-base
55
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
57 IUSE=""
58
59 RDEPEND="x11-libs/libXv
60 x11-libs/libXext"
61 DEPEND="${RDEPEND}
62 x11-proto/videoproto
63 x11-proto/xproto
64 x11-proto/xextproto"
65
66 # xshm is a compile time option of xvideo
67 # x is needed to build any X plugins, but we build/install only xv anyway
68 GST_PLUGINS_BUILD="x xvideo xshm"
69 GST_PLUGINS_BUILD_DIR="xvimage"