diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 15:10:56 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 15:10:56 +0000 |
commit | b5c8877de9908b2bfce8b2f5fbc076baaaa70371 (patch) | |
tree | 21427a570ed87e62a11a2bba413f0b3d64b19c7f /media-plugins/gst-plugins-theora | |
parent | Version bump. (diff) | |
download | gentoo-2-b5c8877de9908b2bfce8b2f5fbc076baaaa70371.tar.gz gentoo-2-b5c8877de9908b2bfce8b2f5fbc076baaaa70371.tar.bz2 gentoo-2-b5c8877de9908b2bfce8b2f5fbc076baaaa70371.zip |
Version bump.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 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.20.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index 11c663074f8b..e754ecbfe06b 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 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.91 2008/01/31 17:23:20 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.92 2008/06/29 15:10:56 drac Exp $ + +*gst-plugins-theora-0.10.20 (29 Jun 2008) + + 29 Jun 2008; Samuli Suominen <drac@gentoo.org> + +gst-plugins-theora-0.10.20.ebuild: + Version bump. *gst-plugins-theora-0.10.17 (31 Jan 2008) diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.20.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.20.ebuild new file mode 100644 index 000000000000..8ebf9f99cd90 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.20.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 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.20.ebuild,v 1.1 2008/06/29 15:10:56 drac 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.20 + >=media-libs/libtheora-1.0_alpha3 + media-libs/libogg" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |