diff options
author | Olivier Crête <tester@gentoo.org> | 2009-05-11 03:24:07 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-05-11 03:24:07 +0000 |
commit | 0669def6b485e1dc7d4072041dfe2150ec8e3fcd (patch) | |
tree | 4c73488e6081d964529d9b62b1ec17e15c37cbe2 /media-plugins/gst-plugins-theora | |
parent | Version bump (diff) | |
download | gentoo-2-0669def6b485e1dc7d4072041dfe2150ec8e3fcd.tar.gz gentoo-2-0669def6b485e1dc7d4072041dfe2150ec8e3fcd.tar.bz2 gentoo-2-0669def6b485e1dc7d4072041dfe2150ec8e3fcd.zip |
Version bump
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.23.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 14bff7892c2f..6ef2d6f4b616 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.103 2009/05/03 17:37:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.104 2009/05/11 03:24:07 tester Exp $ + +*gst-plugins-theora-0.10.23 (11 May 2009) + + 11 May 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-theora-0.10.23.ebuild: + Version bump 03 May 2009; Tobias Klausmann <klausman@gentoo.org> gst-plugins-theora-0.10.22.ebuild: 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 new file mode 100644 index 000000000000..29c49d697448 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.23.ebuild @@ -0,0 +1,14 @@ +# 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.1 2009/05/11 03:24:07 tester 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" |