diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-06-30 16:16:48 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-06-30 16:16:48 +0000 |
commit | 34e517f1f11e28cd64f3b9f89a65fd89568ac090 (patch) | |
tree | 9311a60b21dd46eec88cb584dba4d5d60eccbcb8 /media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild | |
parent | Version bump. xBGR, RGBx, ARGB and other RGB alpha variants support; vertical... (diff) | |
download | gentoo-2-34e517f1f11e28cd64f3b9f89a65fd89568ac090.tar.gz gentoo-2-34e517f1f11e28cd64f3b9f89a65fd89568ac090.tar.bz2 gentoo-2-34e517f1f11e28cd64f3b9f89a65fd89568ac090.zip |
Version bump. Many fixes to the encoder: don't reset the video quality when setting the bitrate; support adjustment of the speed-level property while running, and use the same defaults as libtheora for it
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild new file mode 100644 index 000000000000..099af4b8230e --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v 1.1 2011/06/30 16:16:48 leio Exp $ + +EAPI=2 + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.1[encode] + media-libs/libogg" +DEPEND="${RDEPEND}" |