diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-03-19 03:19:34 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-03-19 03:19:34 +0000 |
commit | 1404d91baf5f3317cbb96ce193460883cdb2d23f (patch) | |
tree | d979117e7edf1ccee5fb1f50e020e8932d5ed7b5 /media-plugins/gst-plugins-theora | |
parent | Version bump. Proper channel ordering for 6.1 and 7.1 surround sound. Bug fix... (diff) | |
download | gentoo-2-1404d91baf5f3317cbb96ce193460883cdb2d23f.tar.gz gentoo-2-1404d91baf5f3317cbb96ce193460883cdb2d23f.tar.bz2 gentoo-2-1404d91baf5f3317cbb96ce193460883cdb2d23f.zip |
Version bump. Ported to new libtheora-1.0 API; libtheora-1.1 extra encoder controls support (vp3-compatible, drop-frames, cap-overflow, cap-underflow and rate-buffer properties); better default encoder quality; bug fixes
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
3 files changed, 21 insertions, 15 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 6722e5da3e4b..40e58a7537a1 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.127 2010/01/05 18:18:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.128 2010/03/19 03:19:34 leio Exp $ + +*gst-plugins-theora-0.10.28 (19 Mar 2010) + + 19 Mar 2010; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-theora-0.10.23.ebuild, +gst-plugins-theora-0.10.28.ebuild: + Version bump. Ported to new libtheora-1.0 API; libtheora-1.1 extra encoder + controls support (vp3-compatible, drop-frames, cap-overflow, cap-underflow + and rate-buffer properties); better default encoder quality; bug fixes 05 Jan 2010; nixnut <nixnut@gentoo.org> gst-plugins-theora-0.10.24.ebuild: ppc stable #290343 diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.23.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.23.ebuild deleted file mode 100644 index c1e7088e3248..000000000000 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.23.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2009 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.23.ebuild,v 1.7 2009/09/15 02:02:01 jer Exp $ - -inherit gst-plugins-base - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.23 - >=media-libs/libtheora-1.0_beta1 - media-libs/libogg" -DEPEND="${RDEPEND} - dev-util/pkgconfig" diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.28.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.28.ebuild new file mode 100644 index 000000000000..472269d6dd49 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.28.ebuild @@ -0,0 +1,12 @@ +# 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-theora/gst-plugins-theora-0.10.28.ebuild,v 1.1 2010/03/19 03:19:34 leio Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.0 + media-libs/libogg" +DEPEND="${RDEPEND}" |