diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 01:31:11 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 01:31:11 +0000 |
commit | 18c72d4f395ea7f052e80ee7f255a3a7546febd0 (patch) | |
tree | ea548dd01c4a5d50fccfdb46927da41eb118dc80 /media-plugins/gst-plugins-theora | |
parent | Version bump <http://my.opera.com/desktopteam/blog/sunday-build>. (diff) | |
download | gentoo-2-18c72d4f395ea7f052e80ee7f255a3a7546febd0.tar.gz gentoo-2-18c72d4f395ea7f052e80ee7f255a3a7546febd0.tar.bz2 gentoo-2-18c72d4f395ea7f052e80ee7f255a3a7546febd0.zip |
Version bump. Supports Y444 and Y42B in the encoder; various code improving refactoring
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r6 x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
3 files changed, 20 insertions, 15 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index af323e5e5278..e2db4ca8175e 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.119 2009/11/10 16:07:54 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.120 2009/11/16 01:31:11 leio Exp $ + +*gst-plugins-theora-0.10.25 (16 Nov 2009) + + 16 Nov 2009; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-theora-0.10.22.ebuild, +gst-plugins-theora-0.10.25.ebuild: + Version bump. Supports Y444 and Y42B in the encoder; various code + improving refactoring 10 Nov 2009; Olivier Crête <tester@gentoo.org> gst-plugins-theora-0.10.24.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.ebuild deleted file mode 100644 index 65c663a0e533..000000000000 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.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.22.ebuild,v 1.8 2009/07/01 16:20:09 armin76 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.22 - >=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.25.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.25.ebuild new file mode 100644 index 000000000000..ab22fa674db1 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.25.ebuild @@ -0,0 +1,12 @@ +# 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.25.ebuild,v 1.1 2009/11/16 01:31:11 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_beta3 + media-libs/libogg" +DEPEND="${RDEPEND}" |