From: "Hanno Boeck (hanno)" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.0.20.ebuild ChangeLog
Date: Mon, 13 Oct 2008 10:35:44 +0000 [thread overview]
Message-ID: <E1KpKm8-0000IU-Dx@stork.gentoo.org> (raw)
hanno 08/10/13 10:35:44
Modified: gegl-0.0.20.ebuild ChangeLog
Log:
gegl: some fixes to configure call
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
Revision Changes Path
1.7 media-libs/gegl/gegl-0.0.20.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild?r1=1.6&r2=1.7
Index: gegl-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gegl-0.0.20.ebuild 9 Oct 2008 21:10:36 -0000 1.6
+++ gegl-0.0.20.ebuild 13 Oct 2008 10:35:44 -0000 1.7
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.6 2008/10/09 21:10:36 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.7 2008/10/13 10:35:44 hanno Exp $
+
+WANT_AUTOCONF=latest
inherit eutils autotools
@@ -12,50 +14,64 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cairo debug doc ffmpeg gtk jpeg mmx openexr sdl sse svg"
+IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
DEPEND=">=media-libs/babl-0.0.20
>=dev-libs/glib-2.18.0
media-libs/libpng
+ >=x11-libs/gtk+-2.14.0
+ x11-libs/pango
cairo? ( x11-libs/cairo )
doc? ( app-text/asciidoc
+ dev-lang/ruby
>=dev-lang/lua-5.1.0
app-text/enscript
media-gfx/graphviz )
ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
- gtk? ( >=x11-libs/gtk+-2.14.0
- x11-libs/pango )
jpeg? ( media-libs/jpeg )
openexr? ( media-libs/openexr )
+ raw? ( >=media-libs/libopenraw-0.0.5 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14.0 )"
+pkg_setup() {
+ if ! built_with_use 'media-gfx/imagemagick' 'png'; then
+ eerror "You must build imagemagick with png support"
+ die "media-gfx/imagemagick built without png"
+ fi
+}
+
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/gegl-18-configure-ac.patch" || die
+ epatch "${FILESDIR}/gegl-20-configure-ac.patch" || die
epatch "${FILESDIR}/gegl-0.0.18-newffmpeg.diff" || die
eautoreconf
}
src_compile() {
- econf $(use_enable debug) \
- $(use_enable cairo) \
- $(use_enable doc) \
- $(use_enable doc asciidoc) \
- $(use_enable doc enscript) \
- $(use_enable doc graphviz) \
+ econf --enable-gtk --enable-pango --enable-gdkpixbuf \
+ $(use_enable debug) \
+ $(use_with cairo) \
+ $(use_with v4l) \
+ $(use_enable doc docs) \
+ $(use_with doc asciidoc) \
+ $(use_with doc enscript) \
+ $(use_with doc graphviz) \
+ $(use_with doc lua) \
+ $(use_with doc ruby) \
$(use_enable doc workshop) \
$(use_with ffmpeg libavcodec) \
- $(use_enable gtk) \
- $(use_enable gtk pango) \
+ $(use_with ffmpeg libavformat) \
$(use_with jpeg libjpeg) \
$(use_enable mmx) \
- $(use_enable openexr) \
- $(use_enable sdl) \
+ $(use_with openexr) \
+ $(use_with png libpng) \
+ $(use_with raw libopenraw) \
+ $(use_with sdl libsdl) \
+ $(use_with svg librsvg) \
$(use_enable sse) \
- $(use_enable svg) \
|| die "econf failed"
env GEGL_SWAP="${WORKDIR}" emake || die "emake failed"
}
1.7 media-libs/gegl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 9 Oct 2008 21:10:36 -0000 1.6
+++ ChangeLog 13 Oct 2008 10:35:44 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gegl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.6 2008/10/09 21:10:36 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.7 2008/10/13 10:35:44 hanno Exp $
+
+ 13 Oct 2008; Hanno Boeck <hanno@gentoo.org>
+ +files/gegl-20-configure-ac.patch, gegl-0.0.20.ebuild:
+ Some fixes for configure call.
09 Oct 2008; Hanno Boeck <hanno@gentoo.org> gegl-0.0.20.ebuild:
Fix ffmpeg, raise gtk+-dep, run eautoreconf, thanks to Francisco Javier.
next reply other threads:[~2008-10-13 10:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-13 10:35 Hanno Boeck (hanno) [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-28 18:11 [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.0.20.ebuild ChangeLog Raul Porcel (armin76)
2008-10-14 12:47 Peter Alfredsen (loki_val)
2008-10-13 21:07 Hanno Boeck (hanno)
2008-10-09 21:10 Hanno Boeck (hanno)
2008-10-09 0:54 Hanno Boeck (hanno)
2008-10-08 9:29 Hanno Boeck (hanno)
2008-10-08 9:27 Hanno Boeck (hanno)
2008-10-07 22:43 Hanno Boeck (hanno)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KpKm8-0000IU-Dx@stork.gentoo.org \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox