* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-01-12 17:33 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; 10+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2011-01-12 17:33 UTC (permalink / raw
To: gentoo-commits
ford_prefect 11/01/12 17:33:30
Modified: ChangeLog
Added: gst-plugins-base-0.10.31.ebuild
Log:
Bump to 0.10.31. Adds new API for metadata discovery, codec info extraction, and lots of fixes.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Revision Changes Path
1.151 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 22 Nov 2010 11:06:03 -0000 1.150
+++ ChangeLog 12 Jan 2011 17:33:30 -0000 1.151
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/gst-plugins-base
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.150 2010/11/22 11:06:03 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.151 2011/01/12 17:33:30 ford_prefect Exp $
+
+*gst-plugins-base-0.10.31 (12 Jan 2011)
+
+ 12 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org>
+ +gst-plugins-base-0.10.31.ebuild:
+ Bump to 0.10.31. Adds new API for metadata discovery, codec info extraction,
+ and lots of fixes.
22 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org>
gst-plugins-base-0.10.30.ebuild:
1.1 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.1 2011/01/12 17:33:30 ford_prefect Exp $
EAPI=1
# order is important, gnome2 after gst-plugins
inherit gst-plugins-base gst-plugins10 gnome2 flag-o-matic eutils
# libtool
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.sourceforge.net"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
>=media-libs/gstreamer-0.10.31
dev-libs/libxml2
app-text/iso-codes
orc? ( >=dev-lang/orc-0.4.11 )
!<media-libs/gst-plugins-bad-0.10.10"
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.11.5 )
dev-util/pkgconfig
dev-util/gtk-doc-am"
GST_PLUGINS_BUILD=""
DOCS="AUTHORS NEWS README RELEASE"
src_compile() {
# gst doesnt handle opts well, last tested with 0.10.15
strip-flags
replace-flags "-O3" "-O2"
gst-plugins-base_src_configure \
$(use_enable introspection) \
$(use_enable nls) \
$(use_enable orc)
emake || die "emake failed."
}
src_install() {
gnome2_src_install
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-07 4:51 Mart Raudsepp (leio)
0 siblings, 0 replies; 10+ messages in thread
From: Mart Raudsepp (leio) @ 2011-02-07 4:51 UTC (permalink / raw
To: gentoo-commits
leio 11/02/07 04:51:44
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
QA: Remove unnecessary build dependency
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.152 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.151&r2=1.152
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog 12 Jan 2011 17:33:30 -0000 1.151
+++ ChangeLog 7 Feb 2011 04:51:44 -0000 1.152
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.151 2011/01/12 17:33:30 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.152 2011/02/07 04:51:44 leio Exp $
+
+ 07 Feb 2011; Mart Raudsepp <leio@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ QA: Remove unnecessary build dependency
*gst-plugins-base-0.10.31 (12 Jan 2011)
1.2 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.1&r2=1.2
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-base-0.10.31.ebuild 12 Jan 2011 17:33:30 -0000 1.1
+++ gst-plugins-base-0.10.31.ebuild 7 Feb 2011 04:51:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.1 2011/01/12 17:33:30 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.2 2011/02/07 04:51:44 leio Exp $
EAPI=1
@@ -24,8 +24,8 @@
!<media-libs/gst-plugins-bad-0.10.10"
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.11.5 )
- dev-util/pkgconfig
- dev-util/gtk-doc-am"
+ dev-util/pkgconfig"
+ # Only if running eautoreconf: dev-util/gtk-doc-am
GST_PLUGINS_BUILD=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-07 8:41 Mart Raudsepp (leio)
0 siblings, 0 replies; 10+ messages in thread
From: Mart Raudsepp (leio) @ 2011-02-07 8:41 UTC (permalink / raw
To: gentoo-commits
leio 11/02/07 08:41:15
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
Fix tests when ran during upgrade from a previous version, bug 352944
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.153 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 7 Feb 2011 04:51:44 -0000 1.152
+++ ChangeLog 7 Feb 2011 08:41:14 -0000 1.153
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.152 2011/02/07 04:51:44 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.153 2011/02/07 08:41:14 leio Exp $
+
+ 07 Feb 2011; Mart Raudsepp <leio@gentoo.org>
+ +files/gst-plugins-base-0.10.31-fix-tag-test-linking.patch,
+ gst-plugins-base-0.10.31.ebuild:
+ Fix tests when ran during upgrade from a previous version, bug 352944
07 Feb 2011; Mart Raudsepp <leio@gentoo.org>
gst-plugins-base-0.10.31.ebuild:
1.3 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-base-0.10.31.ebuild 7 Feb 2011 04:51:44 -0000 1.2
+++ gst-plugins-base-0.10.31.ebuild 7 Feb 2011 08:41:14 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.2 2011/02/07 04:51:44 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.3 2011/02/07 08:41:14 leio Exp $
EAPI=1
@@ -31,6 +31,11 @@
DOCS="AUTHORS NEWS README RELEASE"
+src_unpack() {
+ gnome2_src_unpack
+ epatch "$FILESDIR/${P}-fix-tag-test-linking.patch"
+}
+
src_compile() {
# gst doesnt handle opts well, last tested with 0.10.15
strip-flags
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-11 0:56 Markos Chandras (hwoarang)
0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 0:56 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/11 00:56:46
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
Stable on amd64 wrt bug #353434
(Portage version: 2.1.9.36/cvs/Linux x86_64)
Revision Changes Path
1.154 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 7 Feb 2011 08:41:14 -0000 1.153
+++ ChangeLog 11 Feb 2011 00:56:46 -0000 1.154
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.153 2011/02/07 08:41:14 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.154 2011/02/11 00:56:46 hwoarang Exp $
+
+ 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ Stable on amd64 wrt bug #353434
07 Feb 2011; Mart Raudsepp <leio@gentoo.org>
+files/gst-plugins-base-0.10.31-fix-tag-test-linking.patch,
1.4 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-base-0.10.31.ebuild 7 Feb 2011 08:41:14 -0000 1.3
+++ gst-plugins-base-0.10.31.ebuild 11 Feb 2011 00:56:46 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.3 2011/02/07 08:41:14 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.4 2011/02/11 00:56:46 hwoarang Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-14 17:57 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-14 17:57 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/02/14 17:57:55
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
x86 stable wrt bug #353434
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.155 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 11 Feb 2011 00:56:46 -0000 1.154
+++ ChangeLog 14 Feb 2011 17:57:55 -0000 1.155
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.154 2011/02/11 00:56:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.155 2011/02/14 17:57:55 phajdan.jr Exp $
+
+ 14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ x86 stable wrt bug #353434
11 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
gst-plugins-base-0.10.31.ebuild:
1.5 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.4&r2=1.5
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-base-0.10.31.ebuild 11 Feb 2011 00:56:46 -0000 1.4
+++ gst-plugins-base-0.10.31.ebuild 14 Feb 2011 17:57:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.4 2011/02/11 00:56:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.5 2011/02/14 17:57:55 phajdan.jr Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-20 21:52 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-02-20 21:52 UTC (permalink / raw
To: gentoo-commits
maekke 11/02/20 21:52:56
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
arm stable, bug #353434
(Portage version: 2.1.9.40/cvs/Linux i686)
Revision Changes Path
1.156 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 14 Feb 2011 17:57:55 -0000 1.155
+++ ChangeLog 20 Feb 2011 21:52:56 -0000 1.156
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.155 2011/02/14 17:57:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.156 2011/02/20 21:52:56 maekke Exp $
+
+ 20 Feb 2011; Markus Meier <maekke@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ arm stable, bug #353434
14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gst-plugins-base-0.10.31.ebuild:
1.6 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.5&r2=1.6
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-base-0.10.31.ebuild 14 Feb 2011 17:57:55 -0000 1.5
+++ gst-plugins-base-0.10.31.ebuild 20 Feb 2011 21:52:56 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.5 2011/02/14 17:57:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.6 2011/02/20 21:52:56 maekke Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-02-27 15:26 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2011-02-27 15:26 UTC (permalink / raw
To: gentoo-commits
ranger 11/02/27 15:26:33
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
Marking gst-plugins-base-0.10.31 ~ppc for bug 353434
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.159 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 24 Feb 2011 08:02:29 -0000 1.158
+++ ChangeLog 27 Feb 2011 15:26:33 -0000 1.159
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.158 2011/02/24 08:02:29 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.159 2011/02/27 15:26:33 ranger Exp $
+
+ 27 Feb 2011; Brent Baude <ranger@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ Marking gst-plugins-base-0.10.31 ppc stable for bug 353434
24 Feb 2011; Mart Raudsepp <leio@gentoo.org> metadata.xml,
-gst-plugins-base-0.10.24.ebuild, -gst-plugins-base-0.10.25.ebuild,
1.7 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.6&r2=1.7
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-base-0.10.31.ebuild 20 Feb 2011 21:52:56 -0000 1.6
+++ gst-plugins-base-0.10.31.ebuild 27 Feb 2011 15:26:33 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.6 2011/02/20 21:52:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.7 2011/02/27 15:26:33 ranger Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-03-01 15:03 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-01 15:03 UTC (permalink / raw
To: gentoo-commits
jer 11/03/01 15:03:16
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
Stable for HPPA (bug #353434).
(Portage version: 2.2.0_alpha25/cvs/Linux i686)
Revision Changes Path
1.160 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.159&r2=1.160
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog 27 Feb 2011 15:26:33 -0000 1.159
+++ ChangeLog 1 Mar 2011 15:03:16 -0000 1.160
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.159 2011/02/27 15:26:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.160 2011/03/01 15:03:16 jer Exp $
+
+ 01 Mar 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-base-0.10.31.ebuild:
+ Stable for HPPA (bug #353434).
27 Feb 2011; Brent Baude <ranger@gentoo.org>
gst-plugins-base-0.10.31.ebuild:
1.8 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.7&r2=1.8
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-base-0.10.31.ebuild 27 Feb 2011 15:26:33 -0000 1.7
+++ gst-plugins-base-0.10.31.ebuild 1 Mar 2011 15:03:16 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.7 2011/02/27 15:26:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.8 2011/03/01 15:03:16 jer Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-03-05 17:29 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-05 17:29 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/05 17:29:55
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
alpha/ia64/sh/sparc stable wrt #353434
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.161 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 1 Mar 2011 15:03:16 -0000 1.160
+++ ChangeLog 5 Mar 2011 17:29:55 -0000 1.161
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.160 2011/03/01 15:03:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.161 2011/03/05 17:29:55 armin76 Exp $
+
+ 05 Mar 2011; Raúl Porcel <armin76@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ alpha/ia64/sh/sparc stable wrt #353434
01 Mar 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-base-0.10.31.ebuild:
Stable for HPPA (bug #353434).
1.9 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.8&r2=1.9
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gst-plugins-base-0.10.31.ebuild 1 Mar 2011 15:03:16 -0000 1.8
+++ gst-plugins-base-0.10.31.ebuild 5 Mar 2011 17:29:55 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.8 2011/03/01 15:03:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.9 2011/03/05 17:29:55 armin76 Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild
@ 2011-03-13 9:25 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-13 9:25 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/13 09:25:28
Modified: ChangeLog gst-plugins-base-0.10.31.ebuild
Log:
ppc64 stable wrt #353434
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.162 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 5 Mar 2011 17:29:55 -0000 1.161
+++ ChangeLog 13 Mar 2011 09:25:28 -0000 1.162
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.161 2011/03/05 17:29:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.162 2011/03/13 09:25:28 xarthisius Exp $
+
+ 13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ gst-plugins-base-0.10.31.ebuild:
+ ppc64 stable wrt #353434
05 Mar 2011; Raúl Porcel <armin76@gentoo.org>
gst-plugins-base-0.10.31.ebuild:
1.10 media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild?r1=1.9&r2=1.10
Index: gst-plugins-base-0.10.31.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gst-plugins-base-0.10.31.ebuild 5 Mar 2011 17:29:55 -0000 1.9
+++ gst-plugins-base-0.10.31.ebuild 13 Mar 2011 09:25:28 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.9 2011/03/05 17:29:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.31.ebuild,v 1.10 2011/03/13 09:25:28 xarthisius Exp $
EAPI=1
@@ -13,7 +13,7 @@
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+introspection nls +orc"
RDEPEND=">=dev-libs/glib-2.20
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-03-13 9:25 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 15:03 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.31.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2011-03-13 9:25 Kacper Kowalik (xarthisius)
2011-03-05 17:29 Raul Porcel (armin76)
2011-02-27 15:26 Brent Baude (ranger)
2011-02-20 21:52 Markus Meier (maekke)
2011-02-14 17:57 PaweA Hajdan (phajdan.jr)
2011-02-11 0:56 Markos Chandras (hwoarang)
2011-02-07 8:41 Mart Raudsepp (leio)
2011-02-07 4:51 Mart Raudsepp (leio)
2011-01-12 17:33 Arun Raghavan (ford_prefect)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox