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-good.eclass
Date: Sun, 29 Jun 2008 15:21:10
Message-Id: E1KCyi9-00026c-As@stork.gentoo.org
1 drac 08/06/29 15:21:05
2
3 Modified: gst-plugins-good.eclass
4 Log:
5 Insert soup into gst-plugins-good plugins list.
6
7 Revision Changes Path
8 1.15 eclass/gst-plugins-good.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?r1=1.14&r2=1.15
13
14 Index: gst-plugins-good.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- gst-plugins-good.eclass 13 Sep 2007 15:38:54 -0000 1.14
21 +++ gst-plugins-good.eclass 29 Jun 2008 15:21:04 -0000 1.15
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-good.eclass,v 1.14 2007/09/13 15:38:54 drac Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.15 2008/06/29 15:21:04 drac Exp $
27
28 # Author : foser <foser@g.o>, zaheerm <zaheerm@g.o>
29
30 @@ -30,7 +30,7 @@
31 # This list is current to gst-plugins-good-0.10.6
32 my_gst_plugins_good="gconf gconftool oss aalib aalibtest cairo cdio esd esdtest
33 flac jpeg ladspa libcaca libdv libpng dv1394 shout2 shout2test speex annodex hal
34 -x taglib gdk_pixbuf gst_v4l2 sunaudio xshm xvideo zlib wavpack"
35 +x taglib gdk_pixbuf gst_v4l2 sunaudio xshm xvideo zlib wavpack soup"
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-good/${MY_P}.tar.bz2"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list