diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2011-01-12 18:23:23 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2011-01-12 18:23:23 +0000 |
commit | cb3e893b5d5aa9981e7521e65cd86f1a1b8bf2b0 (patch) | |
tree | 4eb87c552884af92fe25f30ac2cbb96404633e28 /media-plugins/gst-plugins-theora | |
parent | Bump to 0.10.31. Minor fixes in this release. (diff) | |
download | gentoo-2-cb3e893b5d5aa9981e7521e65cd86f1a1b8bf2b0.tar.gz gentoo-2-cb3e893b5d5aa9981e7521e65cd86f1a1b8bf2b0.tar.bz2 gentoo-2-cb3e893b5d5aa9981e7521e65cd86f1a1b8bf2b0.zip |
Bump to 0.10.31. Minor fixes in this release.
(Portage version: 2.2.0_alpha14/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.31.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 2b2056f16229..d42ca694a89d 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.150 2010/11/19 05:55:22 ford_prefect Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.151 2011/01/12 18:23:23 ford_prefect Exp $ + +*gst-plugins-theora-0.10.31 (12 Jan 2011) + + 12 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org> + +gst-plugins-theora-0.10.31.ebuild: + Bump to 0.10.31. Minor fixes in this release. *gst-plugins-theora-0.10.30 (19 Nov 2010) diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.31.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.31.ebuild new file mode 100644 index 000000000000..6f6c103fe9d1 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.31.ebuild @@ -0,0 +1,12 @@ +# 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.31.ebuild,v 1.1 2011/01/12 18:23:23 ford_prefect Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/libtheora-1.1 + media-libs/libogg" +DEPEND="${RDEPEND}" |