diff options
author | 2008-01-31 17:20:45 +0000 | |
---|---|---|
committer | 2008-01-31 17:20:45 +0000 | |
commit | a0cf8080c28d70834861bb92e77fb1bd4fc53868 (patch) | |
tree | 441207f1bacf56eea465a04b7ba6c7984054d8c8 /media-plugins/gst-plugins-theora | |
parent | Stable on ppc wrt bug 208148 (diff) | |
download | historical-a0cf8080c28d70834861bb92e77fb1bd4fc53868.tar.gz historical-a0cf8080c28d70834861bb92e77fb1bd4fc53868.tar.bz2 historical-a0cf8080c28d70834861bb92e77fb1bd4fc53868.zip |
Version bump.
Package-Manager: portage-2.1.4
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild | 13 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.17.ebuild (renamed from media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.15.ebuild) | 13 |
2 files changed, 7 insertions, 19 deletions
diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild deleted file mode 100644 index 04a572ec79ab..000000000000 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.11.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2007 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.11.ebuild,v 1.10 2007/08/25 14:17:08 vapier Exp $ - -inherit gst-plugins-base - -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libtheora-1.0_alpha3 - >=media-libs/libogg-1 - >=media-libs/gst-plugins-base-0.10.11" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.15.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.17.ebuild index b2f495b74696..19f0d62e9606 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.15.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.17.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.15.ebuild,v 1.1 2007/11/17 13:12:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.17.ebuild,v 1.1 2008/01/31 17:16:48 drac Exp $ inherit gst-plugins-base KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=media-libs/libtheora-1.0_alpha3 - >=media-libs/libogg-1 - >=media-libs/gst-plugins-base-0.10.15" -DEPEND="${RDEPEND}" +RDEPEND=">=media-libs/gst-plugins-base-0.10.17 + >=media-libs/libtheora-1.0_alpha3 + >=media-libs/libogg-1" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |