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 | eececb033b53edc752b7e4c9478b29494e5e71e0 (patch) | |
tree | 45594c3e4c1f61bf63f5ac873c2a2af7b987553d /media-plugins/gst-plugins-theora | |
parent | Stabilize. (diff) | |
download | historical-eececb033b53edc752b7e4c9478b29494e5e71e0.tar.gz historical-eececb033b53edc752b7e4c9478b29494e5e71e0.tar.bz2 historical-eececb033b53edc752b7e4c9478b29494e5e71e0.zip |
Bump to 0.10.31. Minor fixes in this release.
Package-Manager: portage-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}" |