Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@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.22.ebuild
Date: Mon, 30 Mar 2009 05:06:27
Message-Id: E1Lo9ha-0003oZ-7B@stork.gentoo.org
1 tester 09/03/30 05:06:26
2
3 Modified: ChangeLog
4 Added: gst-plugins-xvideo-0.10.22.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.111 media-plugins/gst-plugins-xvideo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.111&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.111&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?r1=1.110&r2=1.111
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
19 retrieving revision 1.110
20 retrieving revision 1.111
21 diff -u -r1.110 -r1.111
22 --- ChangeLog 5 Dec 2008 20:05:57 -0000 1.110
23 +++ ChangeLog 30 Mar 2009 05:06:26 -0000 1.111
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gst-plugins-xvideo
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.110 2008/12/05 20:05:57 ssuominen Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.111 2009/03/30 05:06:26 tester Exp $
30 +
31 +*gst-plugins-xvideo-0.10.22 (30 Mar 2009)
32 +
33 + 30 Mar 2009; Olivier CrĂȘte <tester@g.o>
34 + +gst-plugins-xvideo-0.10.22.ebuild:
35 + Version bump
36
37 *gst-plugins-xvideo-0.10.21 (05 Dec 2008)
38
39
40
41
42 1.1 media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-xvideo-0.10.22.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild,v 1.1 2009/03/30 05:06:26 tester Exp $
52
53 inherit gst-plugins-base
54
55 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
56 IUSE=""
57
58 RDEPEND=">=media-libs/gst-plugins-base-0.10.22
59 x11-libs/libXv"
60 DEPEND="${RDEPEND}
61 x11-proto/videoproto
62 x11-proto/xproto
63 x11-proto/xextproto"
64
65 # xshm is a compile time option of xvideo
66 # x is needed to build any X plugins, but we build/install only xv anyway
67 GST_PLUGINS_BUILD="x xvideo xshm"
68 GST_PLUGINS_BUILD_DIR="xvimage"