diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-15 03:29:17 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-15 03:29:17 +0000 |
commit | dd034891245b398190f7f5be4e7d8a899f808dc3 (patch) | |
tree | 73c6ceee8679292ccf59a6e4db5693863d047edf /media-plugins/gst-plugins-theora | |
parent | Version bump (diff) | |
download | gentoo-2-dd034891245b398190f7f5be4e7d8a899f808dc3.tar.gz gentoo-2-dd034891245b398190f7f5be4e7d8a899f808dc3.tar.bz2 gentoo-2-dd034891245b398190f7f5be4e7d8a899f808dc3.zip |
Version bump
(Portage version: 2.1.6.13/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.24.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 ba3e5c9cbf35..c073e3fce3da 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.112 2009/08/15 02:25:37 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.113 2009/08/15 03:29:17 tester Exp $ + +*gst-plugins-theora-0.10.24 (15 Aug 2009) + + 15 Aug 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-theora-0.10.24.ebuild: + Version bump 15 Aug 2009; Olivier Crête <tester@gentoo.org> gst-plugins-theora-0.10.23.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.24.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.24.ebuild new file mode 100644 index 000000000000..74e3404b874c --- /dev/null +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.24.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.24.ebuild,v 1.1 2009/08/15 03:29:17 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" |