summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-01-22 23:30:26 +0200
committerMart Raudsepp <leio@gentoo.org>2017-01-22 23:30:56 +0200
commit4f47f2bb722b9c004ec5d606c591a9d783b6e370 (patch)
tree41820cad45f5ad1b9eccca159a0d016d42b89884 /media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild
parentnet-misc/iputils: remove unused patches (diff)
downloadgentoo-4f47f2bb722b9c004ec5d606c591a9d783b6e370.tar.gz
gentoo-4f47f2bb722b9c004ec5d606c591a9d783b6e370.tar.bz2
gentoo-4f47f2bb722b9c004ec5d606c591a9d783b6e370.zip
media-libs/gst-plugins-ugly and its splits: Remove old 1.4.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild')
-rw-r--r--media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild
deleted file mode 100644
index cabf2a9af3c6..000000000000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GST_ORG_MODULE="gst-plugins-ugly"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/"
-
-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-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
- >=media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
- orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.12
-"
-
-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
-}