* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: metadata.xml ChangeLog gst-plugins-base-0.10.30.ebuild
@ 2010-11-19 5:31 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; only message in thread
From: Arun Raghavan (ford_prefect) @ 2010-11-19 5:31 UTC (permalink / raw
To: gentoo-commits
ford_prefect 10/11/19 05:31:11
Modified: metadata.xml ChangeLog
Added: gst-plugins-base-0.10.30.ebuild
Log:
Bump to current upstream release. Ebuild now adds gobject-introspection and Orc support controller by USE-flags. Highlights of this release:
Use of Orc to completely replace liboil
Number of ffmpegcolorspace enhancements and fixes
Other fixes and enhancements
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.4 media-libs/gst-plugins-base/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 15 May 2009 05:14:22 -0000 1.3
+++ metadata.xml 19 Nov 2010 05:31:11 -0000 1.4
@@ -3,4 +3,10 @@
<pkgmetadata>
<herd>gstreamer</herd>
<herd>gnome</herd>
+ <use>
+ <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+ for introspection</flag>
+ <flag name="orc">Use <pkg>dev-lang/orc</pkg> for runtime
+ optimisations</flag>
+ </use>
</pkgmetadata>
1.147 media-libs/gst-plugins-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 23 Sep 2010 16:31:58 -0000 1.146
+++ ChangeLog 19 Nov 2010 05:31:11 -0000 1.147
@@ -1,6 +1,16 @@
# 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.146 2010/09/23 16:31:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.147 2010/11/19 05:31:11 ford_prefect Exp $
+
+*gst-plugins-base-0.10.30 (19 Nov 2010)
+
+ 19 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ +gst-plugins-base-0.10.30.ebuild, metadata.xml:
+ Bump to current upstream release. Ebuild now adds gobject-introspection
+ and Orc support controller by USE-flags. Highlights of this release:
+ Use of Orc to completely replace liboil
+ Number of ffmpegcolorspace enhancements and fixes
+ Other fixes and enhancements
23 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
gst-plugins-base-0.10.29.ebuild,
1.1 media-libs/gst-plugins-base/gst-plugins-base-0.10.30.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.30.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.30.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-base-0.10.30.ebuild
===================================================================
# Copyright 1999-2010 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.30.ebuild,v 1.1 2010/11/19 05:31:11 ford_prefect Exp $
EAPI=1
# order is important, gnome2 after gst-plugins
inherit gst-plugins-base gst-plugins10 gnome2 flag-o-matic autotools 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.29
dev-libs/libxml2
app-text/iso-codes
orc? ( >=dev-lang/orc-0.4.5 )
!<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_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-0.10.29-make-382.patch
eautoreconf
}
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] only message in thread
only message in thread, other threads:[~2010-11-19 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 5:31 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: metadata.xml ChangeLog gst-plugins-base-0.10.30.ebuild 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