summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/bellagio/bellagio-0.9.1.ebuild')
-rw-r--r--media-libs/bellagio/bellagio-0.9.1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/bellagio/bellagio-0.9.1.ebuild b/media-libs/bellagio/bellagio-0.9.1.ebuild
deleted file mode 100644
index ea281d1f4..000000000
--- a/media-libs/bellagio/bellagio-0.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MY_P="libomxil-${P}"
-
-DESCRIPTION="An Open Source implementation of the OpenMAX Integration Layer"
-HOMEPAGE="http://omxil.sourceforge.net"
-SRC_URI="mirror://sourceforge/omxil/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa doc fbcon ffmpeg jpeg mad vorbis"
-
-RDEPEND="
- media-libs/alsa-lib
- mad? ( media-libs/libmad )
- vorbis? ( media-libs/libvorbis )
- ffmpeg? ( virtual/ffmpeg )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable alsa) \
- $(use_enable doc) \
- $(use_enable fbcon fbvideosink) \
- $(use_enable ffmpeg ffmpegcomponents) \
- $(use_enable jpeg) \
- $(use_enable mad madcomponents) \
- $(use_enable vorbis vorbiscomponents)
-}