summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-28 17:30:29 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-28 17:30:29 +0000
commit7c0dab039d183aa1bcb2c220f9f34eba48989934 (patch)
treea5b201f3fd50180d4eb86998218ad6e77d41d611 /media-libs/bellagio
parentsys-fs/cromfs: Version bump (diff)
downloadsunrise-7c0dab039d183aa1bcb2c220f9f34eba48989934.tar.gz
sunrise-7c0dab039d183aa1bcb2c220f9f34eba48989934.tar.bz2
sunrise-7c0dab039d183aa1bcb2c220f9f34eba48989934.zip
media-libs/bellagio: Eapi2fy it, remove leading whitespaces
svn path=/sunrise/; revision=8715
Diffstat (limited to 'media-libs/bellagio')
-rw-r--r--media-libs/bellagio/ChangeLog3
-rw-r--r--media-libs/bellagio/Manifest4
-rw-r--r--media-libs/bellagio/bellagio-0.9.1.ebuild17
3 files changed, 15 insertions, 9 deletions
diff --git a/media-libs/bellagio/ChangeLog b/media-libs/bellagio/ChangeLog
index 3592ec100..48be1041e 100644
--- a/media-libs/bellagio/ChangeLog
+++ b/media-libs/bellagio/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Jun 2009; Markos Chandras <hwoarang@gentoo.org> bellagio-0.9.1.ebuild:
+ Eapi2fy it, remove leading whitespaces
+
24 Jun 2009; HÃ¥vard Wall <haavardw@ifi.uio.no> +bellagio-0.9.1.ebuild,
+metadata.xml:
New ebuild for bug 191149
diff --git a/media-libs/bellagio/Manifest b/media-libs/bellagio/Manifest
index caa883750..5ec1cc59f 100644
--- a/media-libs/bellagio/Manifest
+++ b/media-libs/bellagio/Manifest
@@ -1,4 +1,4 @@
DIST libomxil-bellagio-0.9.1.tar.gz 1255826 RMD160 ad9f1db4a01815aa3fc52660acc31356bce2190e SHA1 c31ccf82b4003a55a2657ec2f798ccdb854aee09 SHA256 9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a
-EBUILD bellagio-0.9.1.ebuild 1024 RMD160 210ef238a31a8b67d5f2e6bc0282fd0733861a3e SHA1 960d75748d14aa6af368f69298328589888d187f SHA256 992c8c5ec087c8cc280c50a0e6b238f6c6df252b95f1b4248e53e6380ef68ff0
-MISC ChangeLog 240 RMD160 8f6d18fbea5d269239183b2ca5c9092578e271bc SHA1 4c406a538fb5703b39785230c7374b6bbfd0664e SHA256 b6875b46da1f56369251a79d9782a250beb06bd7ea80be21357f69440af762d0
+EBUILD bellagio-0.9.1.ebuild 993 RMD160 30319c2b6a33e97c1433acbd1d89df56dfacda60 SHA1 73ab2a82571c69f2b73a25bf2c053171a04dad4f SHA256 ec00686b0f523cca342253e497a516e0898b51b9301e5ec4b44713b57b57739c
+MISC ChangeLog 358 RMD160 79d6721534c4e7beabbef118b50eb4ed2f78b325 SHA1 bc472e022a5ad1ab81828bf216c233b9d459984f SHA256 70a626dfea2b14f5e5f7cf031fc2fbed4aa0afbc670a511af8cb19baccb7dc23
MISC metadata.xml 183 RMD160 2b3122624a0aba0dab574327257389e86e9ff435 SHA1 a03a730e299ff4f28eb4c2a2f8d0cbb27be6343c SHA256 ce9a5098a4c2796d1c46bcfadfde37f7c46f40f0ecd7b736f2e2a85d04c28941
diff --git a/media-libs/bellagio/bellagio-0.9.1.ebuild b/media-libs/bellagio/bellagio-0.9.1.ebuild
index 4d8c6b9b3..fce6c7e74 100644
--- a/media-libs/bellagio/bellagio-0.9.1.ebuild
+++ b/media-libs/bellagio/bellagio-0.9.1.ebuild
@@ -2,9 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="2"
+
+MY_P="libomxil-${P}"
+
DESCRIPTION="An Open Source implementation of the OpenMAX Integration Layer"
HOMEPAGE="http://omxil.sourceforge.net"
-SRC_URI="mirror://sourceforge/omxil/libomxil-${P}.tar.gz"
+SRC_URI="mirror://sourceforge/omxil/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -13,14 +17,14 @@ 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? ( media-video/ffmpeg )"
+ mad? ( media-libs/libmad )
+ vorbis? ( media-libs/libvorbis )
+ ffmpeg? ( media-video/ffmpeg )"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/libomxil-${P}"
+S="${WORKDIR}/${MY_P}"
-src_compile() {
+src_configure() {
econf \
--docdir=/usr/share/doc/${PF} \
$(use_enable alsa) \
@@ -30,7 +34,6 @@ src_compile() {
$(use_enable jpeg) \
$(use_enable mad madcomponents) \
$(use_enable vorbis vorbiscomponents)
- emake || die "emake failed"
}
src_install() {