diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 18:28:52 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 18:28:52 +0000 |
commit | 844ce1cd64780418ddcd8c32932d2e66229029fa (patch) | |
tree | c7084add2f7ca15247f872d8adfab545eef94cfa /media-plugins/gst-plugins-theora | |
parent | Add src_prepare due to eclass changes. (diff) | |
download | gentoo-2-844ce1cd64780418ddcd8c32932d2e66229029fa.tar.gz gentoo-2-844ce1cd64780418ddcd8c32932d2e66229029fa.tar.bz2 gentoo-2-844ce1cd64780418ddcd8c32932d2e66229029fa.zip |
Add src_prepare due to eclass changes.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index cca782818d40..dbb8edd21578 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.178 2012/12/02 17:48:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.179 2012/12/02 18:28:52 eva Exp $ + + 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + gst-plugins-theora-0.10.35.ebuild: + Add src_prepare due to eclass changes. 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> gst-plugins-theora-0.10.36.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild index 4410b479a823..f8ccd4495eb2 100644 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild +++ b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.35.ebuild,v 1.8 2012/05/17 15:11:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v 1.9 2012/12/02 18:28:52 eva Exp $ EAPI=2 -inherit gst-plugins-base +inherit gst-plugins-base gst-plugins10 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" @@ -12,3 +12,9 @@ IUSE="" RDEPEND=">=media-libs/libtheora-1.1[encode] media-libs/libogg" DEPEND="${RDEPEND}" + +src_prepare() { + gst-plugins10_system_link \ + gst-libs/gst/tag:gstreamer-tag \ + gst-libs/gst/video:gstreamer-video +} |