summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.ebuild45
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
-}