diff options
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 257c58102e33..8b25382f2063 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.175 2012/05/17 15:11:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.176 2012/10/21 08:01:01 tetromino Exp $ + +*gst-plugins-theora-0.10.36 (21 Oct 2012) + + 21 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gst-plugins-theora-0.10.36.ebuild: + Version bump with some encoder fixes. 17 May 2012; Alexis Ballier <aballier@gentoo.org> gst-plugins-theora-0.10.35.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild new file mode 100644 index 000000000000..a58c45c24c57 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 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.36.ebuild,v 1.1 2012/10/21 08:01:01 tetromino Exp $ + +EAPI=4 + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.1[encode] + media-libs/libogg" +DEPEND="${RDEPEND}" |