summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-04-01 10:48:24 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-04-01 10:48:24 +0000
commitf6524f3a20fbb1195ee5c28e856e987e9b965976 (patch)
tree10334651d37f400cbc7860f136edbc9e800ce905 /media-libs/babl
parentPort to babl/gegl-0.1.0 (diff)
downloadgentoo-2-f6524f3a20fbb1195ee5c28e856e987e9b965976.tar.gz
gentoo-2-f6524f3a20fbb1195ee5c28e856e987e9b965976.tar.bz2
gentoo-2-f6524f3a20fbb1195ee5c28e856e987e9b965976.zip
Add introspection support to the latest ebuild, remove old
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/babl')
-rw-r--r--media-libs/babl/ChangeLog6
-rw-r--r--media-libs/babl/babl-0.1.0.ebuild33
-rw-r--r--media-libs/babl/babl-0.1.2.ebuild28
-rw-r--r--media-libs/babl/babl-0.1.4.ebuild14
-rw-r--r--media-libs/babl/metadata.xml4
5 files changed, 20 insertions, 65 deletions
diff --git a/media-libs/babl/ChangeLog b/media-libs/babl/ChangeLog
index 0ef5a4cb5d31..803422413d83 100644
--- a/media-libs/babl/ChangeLog
+++ b/media-libs/babl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/babl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.19 2011/02/16 18:48:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.20 2011/04/01 10:48:24 nirbheek Exp $
+
+ 01 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -babl-0.1.0.ebuild,
+ -babl-0.1.2.ebuild, babl-0.1.4.ebuild, metadata.xml:
+ Add introspection support to the latest ebuild, remove old
16 Feb 2011; Jeremy Olexa <darkside@gentoo.org> babl-0.1.4.ebuild:
Add Gentoo Prefix keywords as tested in the prefix overlay, bug 355157
diff --git a/media-libs/babl/babl-0.1.0.ebuild b/media-libs/babl/babl-0.1.0.ebuild
deleted file mode 100644
index 53431ded28d4..000000000000
--- a/media-libs/babl/babl-0.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.0.ebuild,v 1.2 2009/09/23 15:22:47 ssuominen Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gtk.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="sse mmx"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-build-fixes.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable mmx) \
- $(use_enable sse)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${D}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/babl-0.1.2.ebuild b/media-libs/babl/babl-0.1.2.ebuild
deleted file mode 100644
index b62d1e914abe..000000000000
--- a/media-libs/babl/babl-0.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.2.ebuild,v 1.1 2010/02/19 13:41:42 patrick Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/"
-SRC_URI="ftp://ftp.gtk.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="sse mmx"
-
-src_configure() {
- econf \
- $(use_enable mmx) \
- $(use_enable sse)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- find "${D}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
-}
diff --git a/media-libs/babl/babl-0.1.4.ebuild b/media-libs/babl/babl-0.1.4.ebuild
index 4ceca102e525..3cb4c3dd0782 100644
--- a/media-libs/babl/babl-0.1.4.ebuild
+++ b/media-libs/babl/babl-0.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.2 2011/02/16 18:48:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.4.ebuild,v 1.3 2011/04/01 10:48:24 nirbheek Exp $
EAPI="2"
@@ -11,10 +11,18 @@ SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="sse mmx"
+IUSE="+introspection sse mmx"
+
+RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
+DEPEND="${RDEPEND}"
src_configure() {
- econf $(use_enable mmx) \
+ # Automagic rsvg/w3m support for docs
+ econf \
+ --disable-static \
+ --disable-maintainer-mode \
+ $(use_enable introspection) \
+ $(use_enable mmx) \
$(use_enable sse)
}
diff --git a/media-libs/babl/metadata.xml b/media-libs/babl/metadata.xml
index 9810d4927a0d..572efe79fcfc 100644
--- a/media-libs/babl/metadata.xml
+++ b/media-libs/babl/metadata.xml
@@ -5,4 +5,8 @@
<maintainer>
<email>hanno@gentoo.org</email>
</maintainer>
+<use>
+ <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
+ introspection</flag>
+</use>
</pkgmetadata>