summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-06-21 00:22:08 +0300
committerMart Raudsepp <leio@gentoo.org>2019-06-21 00:28:31 +0300
commitfa1328fb729fe60877f313476af88c36ef9fc88c (patch)
treedc83f1c5380ae678fd9e819eea1ccc04ca10e269 /media-libs/gst-plugins-ugly
parentmedia-libs/gst-plugins-bad: remove gstreamer 0.10 (diff)
downloadgentoo-fa1328fb729fe60877f313476af88c36ef9fc88c.tar.gz
gentoo-fa1328fb729fe60877f313476af88c36ef9fc88c.tar.bz2
gentoo-fa1328fb729fe60877f313476af88c36ef9fc88c.zip
media-libs/gst-plugins-ugly: 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-libs/gst-plugins-ugly')
-rw-r--r--media-libs/gst-plugins-ugly/Manifest1
-rw-r--r--media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19-r1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest
index 5345172b0720..cda56f7ff097 100644
--- a/media-libs/gst-plugins-ugly/Manifest
+++ b/media-libs/gst-plugins-ugly/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-ugly-0.10.19.tar.xz 882452 BLAKE2B df5319481ade22d7acdee6e22ca57a444e104c8540bc4b578cfe7554c79bb4ee33b23a8516940f6504c30d9403c4ced2434e11f3a48548c3721d3d3db2016757 SHA512 16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
DIST gst-plugins-ugly-1.14.3.tar.xz 889492 BLAKE2B 0c76ca28e1f062d0eac438f1692d2af33536719913ec10229eb6bc64f1f957bc7f6afe45e1c528ab4015c25dec61b8b9d2c517fee78a8a992c76bd41ff9e75d1 SHA512 0866bbcc3f1d0d668e77b5ef83fa7469dc80c957d2c6526126e761db46e83ff18d941c247833d27336106d8ba043e9ad50cafbddbff241f95bb16f9b1a0fbacc
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19-r1.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19-r1.ebuild
deleted file mode 100644
index 2b5e4692d7d0..000000000000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19-r1.ebuild
+++ /dev/null
@@ -1,41 +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-ugly"
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="http://gstreamer.sourceforge.net"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
- >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
- >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
- >=media-libs/gst-plugins-base-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
- orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.3
-"
-RDEPEND="${RDEPEND}
- !<media-libs/gst-plugins-bad-0.10.13"
-
-src_configure() {
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
-
- multilib-minimal_src_configure
-}
-
-multilib_src_install_all() {
- DOCS="AUTHORS ChangeLog NEWS README RELEASE"
- einstalldocs
- prune_libtool_files --modules
-}