diff options
author | 2018-11-15 08:31:20 -0800 | |
---|---|---|
committer | 2018-11-15 09:42:13 -0800 | |
commit | 923714fbaa0012c8095cfa7471eb57a44b5f9942 (patch) | |
tree | 0792c87fc323b9fa4cdced6607980012a271ae7a /media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild | |
parent | media-libs/mesa: Version bump to 18.2.5 (diff) | |
download | gentoo-923714fbaa0012c8095cfa7471eb57a44b5f9942.tar.gz gentoo-923714fbaa0012c8095cfa7471eb57a44b5f9942.tar.bz2 gentoo-923714fbaa0012c8095cfa7471eb57a44b5f9942.zip |
media-libs/libomxil-bellagio: Remove
Closes: https://bugs.gentoo.org/668826
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild')
-rw-r--r-- | media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild b/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild deleted file mode 100644 index 1778a47f43c2..000000000000 --- a/media-libs/libomxil-bellagio/libomxil-bellagio-0.9.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_MULTILIB=yes -XORG_EAUTORECONF=yes - -inherit xorg-2 - -DESCRIPTION="Open Source implementation of the OpenMAX Integration Layer" -HOMEPAGE="http://omxil.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN:3:5}/${P}.tar.gz mirror://ubuntu/pool/universe/${PN:0:4}/${PN}/${PN}_${PV}-1ubuntu2.debian.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+audioeffects +clocksrc debug doc +videoscheduler" - -RDEPEND="" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) -" - -src_prepare() { - PATCHES=( - "${WORKDIR}"/debian/patches/*.patch - "${FILESDIR}"/${P}-dynamicloader-linking.patch - "${FILESDIR}"/${P}-parallel-build.patch - "${FILESDIR}"/${P}-version.patch - "${FILESDIR}"/${P}-gcc5.patch - ) - xorg-2_src_prepare -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=" - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - $(use_enable audioeffects) \ - $(use_enable clocksrc) \ - $(use_enable debug) \ - $(use_enable doc) \ - $(use_enable videoscheduler) - " - xorg-2_src_configure -} |