diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:02:33 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:02:33 +0000 |
commit | 678cb3e4d0f8842a351350bdf2e86295aa714fe0 (patch) | |
tree | 758207002e95e343493ddad6b8b03ac50da63744 /media-plugins/gst-plugins-theora | |
parent | Version bump (diff) | |
download | gentoo-2-678cb3e4d0f8842a351350bdf2e86295aa714fe0.tar.gz gentoo-2-678cb3e4d0f8842a351350bdf2e86295aa714fe0.tar.bz2 gentoo-2-678cb3e4d0f8842a351350bdf2e86295aa714fe0.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
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.22.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 2f2cb26c2d68..1e5d154ef8f0 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.100 2008/12/05 19:57:46 ssuominen Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.101 2009/03/30 05:02:33 tester Exp $ + +*gst-plugins-theora-0.10.22 (30 Mar 2009) + + 30 Mar 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-theora-0.10.22.ebuild: + Version bump *gst-plugins-theora-0.10.21 (05 Dec 2008) diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.ebuild new file mode 100644 index 000000000000..f5abeb5c9db8 --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.22.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.22.ebuild,v 1.1 2009/03/30 05:02:33 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.22 + >=media-libs/libtheora-1.0_beta1 + media-libs/libogg" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |