Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-base.eclass
Date: Sun, 29 Jun 2008 14:49:37
Message-Id: E1KCyDc-0001dd-8G@stork.gentoo.org
1 drac 08/06/29 14:49:32
2
3 Modified: gst-plugins-base.eclass
4 Log:
5 Insert gio into plugins list of gst-plugins-base.
6
7 Revision Changes Path
8 1.9 eclass/gst-plugins-base.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?r1=1.8&r2=1.9
13
14 Index: gst-plugins-base.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- gst-plugins-base.eclass 17 Nov 2007 12:17:50 -0000 1.8
21 +++ gst-plugins-base.eclass 29 Jun 2008 14:49:31 -0000 1.9
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.8 2007/11/17 12:17:50 drac Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.9 2008/06/29 14:49:31 drac Exp $
27
28 # Author : foser <foser@g.o>
29
30 @@ -31,7 +31,7 @@
31 # update: no configure option tests, remove when 0.10.15 is only version in
32 # tree. -drac
33 my_gst_plugins_base="x xvideo xshm gst_v4l gst_v4l2 alsa cdparanoia gnome_vfs
34 -libvisual ogg oggtest theora vorbis vorbistest tests examples freetypetest pango"
35 +gio libvisual ogg oggtest theora vorbis vorbistest tests examples freetypetest pango"
36
37 #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2"
38 SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-base/${MY_P}.tar.bz2"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list