* [gentoo-commits] gentoo-x86 commit in media-libs/babl: ChangeLog babl-0.1.4-r1.ebuild
@ 2011-08-23 15:58 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-08-23 15:58 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/08/23 15:58:24
Modified: ChangeLog
Added: babl-0.1.4-r1.ebuild
Log:
Bump babl to ~arch for introspection
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.29 media-libs/babl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 20 May 2011 20:15:45 -0000 1.28
+++ ChangeLog 23 Aug 2011 15:58:24 -0000 1.29
@@ -1,6 +1,11 @@
# 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.28 2011/05/20 20:15:45 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.29 2011/08/23 15:58:24 nirbheek Exp $
+
+*babl-0.1.4-r1 (23 Aug 2011)
+
+ 23 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +babl-0.1.4-r1.ebuild:
+ Bump babl to ~arch for introspection
20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> babl-0.1.4.ebuild:
ppc/ppc64 stable wrt #360595
1.1 media-libs/babl/babl-0.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: babl-0.1.4-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2011/08/23 15:58:24 nirbheek Exp $
EAPI=3
DESCRIPTION="A dynamic, any to any, pixel format conversion library"
HOMEPAGE="http://www.gegl.org/babl/"
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="altivec +introspection sse mmx"
RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.6.8 )"
DEPEND="${RDEPEND}"
src_configure() {
# Automagic rsvg support is just for website generation we do not call,
# so we don't need to fix it
# w3m is used for dist target thus no issue for us that it is automagically
# detected
econf \
--disable-static \
--disable-maintainer-mode \
$(use_enable altivec) \
$(use_enable introspection) \
$(use_enable mmx) \
$(use_enable sse)
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
find "${ED}" -name '*.la' -delete
dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-08-23 15:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 15:58 [gentoo-commits] gentoo-x86 commit in media-libs/babl: ChangeLog babl-0.1.4-r1.ebuild Nirbheek Chauhan (nirbheek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox