diff options
author | 2019-06-20 23:40:43 +0300 | |
---|---|---|
committer | 2019-06-21 00:26:00 +0300 | |
commit | 4d72cde36ab567940a345d37e9701317fb07884d (patch) | |
tree | fcd044b38a3137ffd010c64632a7aa4448f4c56d /media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild | |
parent | media-plugins/gst-plugins-twolame: remove gstreamer 0.10 (diff) | |
download | gentoo-4d72cde36ab567940a345d37e9701317fb07884d.tar.gz gentoo-4d72cde36ab567940a345d37e9701317fb07884d.tar.bz2 gentoo-4d72cde36ab567940a345d37e9701317fb07884d.zip |
media-plugins/gst-plugins-theora: remove gstreamer 0.10
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild deleted file mode 100644 index cdf7cee38150..000000000000 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -GST_ORG_MODULE=gst-plugins-base -inherit gstreamer - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] - >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" - -src_prepare() { - gstreamer_system_link \ - gst-libs/gst/tag:gstreamer-tag \ - gst-libs/gst/video:gstreamer-video -} |