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 | 8d1ec6c291bef6912f8a20a9f1cd81e2a2b2a1b8 (patch) | |
tree | b9ec71042d138b1ad7250f5e5eb865874ffe8908 /media-plugins/gst-plugins-theora | |
parent | Version bump. xBGR, RGBx, ARGB and other RGB alpha variants support; vertical... (diff) | |
download | historical-8d1ec6c291bef6912f8a20a9f1cd81e2a2b2a1b8.tar.gz historical-8d1ec6c291bef6912f8a20a9f1cd81e2a2b2a1b8.tar.bz2 historical-8d1ec6c291bef6912f8a20a9f1cd81e2a2b2a1b8.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
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild (renamed from media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild) | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 209b670a64a1..475a9b14d60a 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.165 2011/06/09 16:05:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.166 2011/06/30 16:16:48 leio Exp $ + +*gst-plugins-theora-0.10.35 (30 Jun 2011) + + 30 Jun 2011; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-theora-0.10.29.ebuild, +gst-plugins-theora-0.10.35.ebuild: + 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 09 Jun 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-theora-0.10.32.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild index eb6c3d0b320f..099af4b8230e 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.29.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild @@ -1,14 +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.29.ebuild,v 1.10 2011/03/12 19:24:50 tester Exp $ +# $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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=media-libs/libtheora-1.0[encode] +RDEPEND=">=media-libs/libtheora-1.1[encode] media-libs/libogg" DEPEND="${RDEPEND}" |