diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-08-03 02:48:11 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-08-03 02:48:11 +0000 |
commit | e07fbde15fae4872e0f4c358775b329c9f0ce6bd (patch) | |
tree | a9ab58c5de0cc51bfeb88920f5d2cbb7ee480688 /media-plugins/gst-plugins-schroedinger | |
parent | Version bump. Avoids a (harmless) warning with newer gstreamer core, other cl... (diff) | |
download | gentoo-2-e07fbde15fae4872e0f4c358775b329c9f0ce6bd.tar.gz gentoo-2-e07fbde15fae4872e0f4c358775b329c9f0ce6bd.tar.bz2 gentoo-2-e07fbde15fae4872e0f4c358775b329c9f0ce6bd.zip |
Version bump. Adds posting of frame-stats messages if media-libs/schroedinger-1.0.9 is available at compile time
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-schroedinger')
-rw-r--r-- | media-plugins/gst-plugins-schroedinger/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.19.ebuild | 18 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-schroedinger/ChangeLog b/media-plugins/gst-plugins-schroedinger/ChangeLog index b4a1d4b55efe..ff3c3eee8e08 100644 --- a/media-plugins/gst-plugins-schroedinger/ChangeLog +++ b/media-plugins/gst-plugins-schroedinger/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-schroedinger # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog,v 1.4 2010/05/28 10:05:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog,v 1.5 2010/08/03 02:48:11 leio Exp $ + +*gst-plugins-schroedinger-0.10.19 (03 Aug 2010) + + 03 Aug 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-schroedinger-0.10.19.ebuild: + Version bump. Adds posting of frame-stats messages if + media-libs/schroedinger-1.0.9 is available at compile time 28 May 2010; Markus Meier <maekke@gentoo.org> gst-plugins-schroedinger-0.10.18.ebuild: diff --git a/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.19.ebuild b/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.19.ebuild new file mode 100644 index 000000000000..c85863c239b0 --- /dev/null +++ b/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.19.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-0.10.19.ebuild,v 1.1 2010/08/03 02:48:11 leio Exp $ + +inherit gst-plugins-bad + +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Prefers schroedinger-1.0.9 to be able to post frame-stats messages, +# but at this time it is stuck in keywording due to dev-lang/orc issues +RDEPEND=">=media-libs/schroedinger-1.0.7-r2 + >=media-libs/gst-plugins-base-0.10.29 + >=media-libs/gst-plugins-bad-${PV}" # uses basevideo +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="schro" +GST_PLUGINS_BUILD_DIR="schroedinger" |