public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
@ 2013-04-28 15:12 Sebastian Pipping (sping)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping (sping) @ 2013-04-28 15:12 UTC (permalink / raw
  To: gentoo-commits

sping       13/04/28 15:12:13

  Modified:             gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
  Log:
  media-libs/gegl: vala eclass (bug #467396)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.5                  media-libs/gegl/gegl-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?r1=1.4&r2=1.5

Index: gegl-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gegl-0.2.0-r1.ebuild	27 Apr 2013 00:33:36 -0000	1.4
+++ gegl-0.2.0-r1.ebuild	28 Apr 2013 15:12:13 -0000	1.5
@@ -1,10 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.4 2013/04/27 00:33:36 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.5 2013/04/28 15:12:13 sping Exp $
 
 EAPI=4
 
-inherit gnome2-utils eutils autotools
+VALA_MIN_API_VERSION=0.14
+VALA_USE_DEPEND=vapigen
+
+inherit vala gnome2-utils eutils autotools
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -16,8 +19,6 @@
 
 IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
 
-VALASLOT="0.14"
-
 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
 	>=dev-libs/glib-2.28:2
 	>=x11-libs/gdk-pixbuf-2.18:2
@@ -45,7 +46,7 @@
 	>=dev-util/intltool-0.40.1
 	virtual/pkgconfig
 	>=sys-devel/libtool-2.2
-	vala? ( dev-lang/vala:${VALASLOT}[vapigen] )"
+	vala? ( $(vala_depend) )"
 
 # tests fail in various ways:
 #   see bug #362215
@@ -66,6 +67,8 @@
 		sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die
 	fi
 	eautoreconf
+
+	use vala && vala_src_prepare
 }
 
 src_configure() {
@@ -73,7 +76,6 @@
 	# libspiro: not in portage main tree
 	# disable documentation as the generating is bit automagic
 	#    if anyone wants to work on it just create bug with patch
-	VAPIGEN="$(type -p vapigen-${VALASLOT})" \
 	econf \
 		--disable-silent-rules \
 		--disable-profile \



1.81                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	28 Apr 2013 14:32:10 -0000	1.80
+++ ChangeLog	28 Apr 2013 15:12:13 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.80 2013/04/28 14:32:10 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.81 2013/04/28 15:12:13 sping Exp $
+
+  28 Apr 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild,
+  gegl-9999.ebuild:
+  Migrate to vala eclass (bug #467396)
 
   28 Apr 2013; Sebastian Pipping <sping@gentoo.org> gegl-9999.ebuild:
   Drop patch from live ebuild (bug #460778)



1.4                  media-libs/gegl/gegl-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.3&r2=1.4

Index: gegl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gegl-9999.ebuild	28 Apr 2013 14:32:10 -0000	1.3
+++ gegl-9999.ebuild	28 Apr 2013 15:12:13 -0000	1.4
@@ -1,10 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.3 2013/04/28 14:32:10 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.4 2013/04/28 15:12:13 sping Exp $
 
 EAPI=4
 
-inherit gnome2-utils eutils autotools git-2
+VALA_MIN_API_VERSION=0.14
+VALA_USE_DEPEND=vapigen
+
+inherit vala gnome2-utils eutils autotools git-2
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -16,8 +19,6 @@
 
 IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
 
-VALASLOT="0.14"
-
 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
 	>=dev-libs/glib-2.28:2
 	>=x11-libs/gdk-pixbuf-2.18:2
@@ -45,7 +46,7 @@
 	>=dev-util/intltool-0.40.1
 	virtual/pkgconfig
 	>=sys-devel/libtool-2.2
-	vala? ( dev-lang/vala:${VALASLOT}[vapigen] )"
+	vala? ( $(vala_depend) )"
 
 # tests fail in various ways:
 #   see bug #362215
@@ -61,6 +62,8 @@
 		sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die
 	fi
 	eautoreconf
+
+	use vala && vala_src_prepare
 }
 
 src_configure() {
@@ -68,7 +71,6 @@
 	# libspiro: not in portage main tree
 	# disable documentation as the generating is bit automagic
 	#    if anyone wants to work on it just create bug with patch
-	VAPIGEN="$(type -p vapigen-${VALASLOT})" \
 	econf \
 		--disable-silent-rules \
 		--disable-profile \





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
@ 2013-04-28 15:29 Sebastian Pipping (sping)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping (sping) @ 2013-04-28 15:29 UTC (permalink / raw
  To: gentoo-commits

sping       13/04/28 15:29:57

  Modified:             gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
  Log:
  media-libs/gegl: Move perl to DEPEND (bug #415107)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.6                  media-libs/gegl/gegl-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?r1=1.5&r2=1.6

Index: gegl-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gegl-0.2.0-r1.ebuild	28 Apr 2013 15:12:13 -0000	1.5
+++ gegl-0.2.0-r1.ebuild	28 Apr 2013 15:29:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.5 2013/04/28 15:12:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.6 2013/04/28 15:29:57 sping Exp $
 
 EAPI=4
 
@@ -38,12 +38,12 @@
 	svg? ( >=gnome-base/librsvg-2.14:2 )
 	umfpack? ( sci-libs/umfpack )
 	v4l? ( media-libs/libv4l )
-	dev-lang/perl
 	introspection? ( >=dev-libs/gobject-introspection-0.10
 			>=dev-python/pygobject-2.26:2 )
 	lensfun? ( >=media-libs/lensfun-0.2.5 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.1
+	dev-lang/perl
 	virtual/pkgconfig
 	>=sys-devel/libtool-2.2
 	vala? ( $(vala_depend) )"



1.82                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	28 Apr 2013 15:12:13 -0000	1.81
+++ ChangeLog	28 Apr 2013 15:29:57 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.81 2013/04/28 15:12:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.82 2013/04/28 15:29:57 sping Exp $
+
+  28 Apr 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild,
+  gegl-9999.ebuild:
+  Move perl from RDEPEND to DEPEND (bug #415107), thanks to nzqr
 
   28 Apr 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild,
   gegl-9999.ebuild:



1.5                  media-libs/gegl/gegl-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.4&r2=1.5

Index: gegl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gegl-9999.ebuild	28 Apr 2013 15:12:13 -0000	1.4
+++ gegl-9999.ebuild	28 Apr 2013 15:29:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.4 2013/04/28 15:12:13 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.5 2013/04/28 15:29:57 sping Exp $
 
 EAPI=4
 
@@ -38,12 +38,12 @@
 	svg? ( >=gnome-base/librsvg-2.14:2 )
 	umfpack? ( sci-libs/umfpack )
 	v4l? ( media-libs/libv4l )
-	dev-lang/perl
 	introspection? ( >=dev-libs/gobject-introspection-0.10
 			>=dev-python/pygobject-2.26:2 )
 	lensfun? ( >=media-libs/lensfun-0.2.5 )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.40.1
+	dev-lang/perl
 	virtual/pkgconfig
 	>=sys-devel/libtool-2.2
 	vala? ( $(vala_depend) )"





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
@ 2013-05-01  0:46 Sebastian Pipping (sping)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping (sping) @ 2013-05-01  0:46 UTC (permalink / raw
  To: gentoo-commits

sping       13/05/01 00:46:16

  Modified:             gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild
  Log:
  media-libs/gegl-0.2.0-r1: Resolve USE="exif graphviz lua v4l" (bug #451136)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)

Revision  Changes    Path
1.10                 media-libs/gegl/gegl-0.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild?r1=1.9&r2=1.10

Index: gegl-0.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gegl-0.2.0-r1.ebuild	30 Apr 2013 23:11:24 -0000	1.9
+++ gegl-0.2.0-r1.ebuild	1 May 2013 00:46:15 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.9 2013/04/30 23:11:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.10 2013/05/01 00:46:15 sping Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
-IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
+IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
 
 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
 	>=dev-libs/glib-2.28:2
@@ -25,19 +25,15 @@
 	x11-libs/pango
 	sys-libs/zlib
 	cairo? ( x11-libs/cairo )
-	exif? ( media-gfx/exiv2 )
 	ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) )
-	graphviz? ( media-gfx/graphviz )
 	jpeg? ( virtual/jpeg )
 	jpeg2k? ( >=media-libs/jasper-1.900.1 )
-	lua? ( >=dev-lang/lua-5.1 )
 	openexr? ( media-libs/openexr )
 	png? ( media-libs/libpng )
 	raw? ( >=media-libs/libopenraw-0.0.5 )
 	sdl? ( media-libs/libsdl )
 	svg? ( >=gnome-base/librsvg-2.14:2 )
 	umfpack? ( sci-libs/umfpack )
-	v4l? ( media-libs/libv4l )
 	introspection? ( >=dev-libs/gobject-introspection-0.10
 			>=dev-python/pygobject-2.26:2 )
 	lensfun? ( >=media-libs/lensfun-0.2.5 )"
@@ -77,6 +73,27 @@
 	# libspiro: not in portage main tree
 	# disable documentation as the generating is bit automagic
 	#    if anyone wants to work on it just create bug with patch
+
+	# Also please note that:
+	#
+	#  - Some auto-detections are not patched away since the docs are
+	#    not built (--disable-docs, lack of --enable-gtk-doc) and these
+	#    tools affect re-generation of docs, only
+	#    (e.g. ruby, asciidoc, dot (of graphviz), enscript)
+	#
+	#  - Parameter --with-exiv2 compiles a noinst-app only, no use
+	#
+	#  - Parameter --disable-workshop disables any use of Lua, effectivly
+	# 
+	#  - v4l support does not work with our media-libs/libv4l-0.8.9,
+	#    upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=654675
+	#
+	#  - There are two checks for dot, one controllable by --with(out)-graphviz
+	#    which toggles HAVE_GRAPHVIZ that is not used anywhere.  Yes.
+	#
+	# So that's why USE="exif graphviz lua v4l" got resolved.  More at:
+	# https://bugs.gentoo.org/show_bug.cgi?id=451136
+	#
 	econf \
 		--disable-silent-rules \
 		--disable-profile \
@@ -88,19 +105,19 @@
 		$(use_enable debug) \
 		$(use_with cairo) \
 		$(use_with cairo pangocairo) \
-		$(use_with exif exiv2) \
+		--without-exiv2 \
 		$(use_with ffmpeg libavformat) \
-		$(use_with graphviz) \
+		--without-graphviz \
 		$(use_with jpeg libjpeg) \
 		$(use_with jpeg2k jasper) \
-		$(use_with lua) \
+		--without-lua \
 		$(use_with openexr) \
 		$(use_with png libpng) \
 		$(use_with raw libopenraw) \
 		$(use_with sdl) \
 		$(use_with svg librsvg) \
 		$(use_with umfpack) \
-		$(use_with v4l libv4l) \
+		--without-libv4l \
 		$(use_enable introspection) \
 		$(use_with lensfun) \
 		$(use_with vala)



1.86                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	30 Apr 2013 23:11:24 -0000	1.85
+++ ChangeLog	1 May 2013 00:46:15 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.85 2013/04/30 23:11:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.86 2013/05/01 00:46:15 sping Exp $
+
+  01 May 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild,
+  gegl-9999.ebuild:
+  Resolve dead USE="exif graphviz lua v4l" (bug #451136), reported by Nikoli
 
   30 Apr 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.2.0-r1.ebuild,
   +files/gegl-0.2.0-g_log_domain.patch:



1.7                  media-libs/gegl/gegl-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.6&r2=1.7

Index: gegl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gegl-9999.ebuild	28 Apr 2013 17:41:14 -0000	1.6
+++ gegl-9999.ebuild	1 May 2013 00:46:15 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.6 2013/04/28 17:41:14 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 SLOT="0"
 KEYWORDS=""
 
-IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
+IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala"
 
 RDEPEND=">=media-libs/babl-0.1.10[introspection?]
 	>=dev-libs/glib-2.28:2
@@ -25,19 +25,15 @@
 	x11-libs/pango
 	sys-libs/zlib
 	cairo? ( x11-libs/cairo )
-	exif? ( media-gfx/exiv2 )
 	ffmpeg? ( virtual/ffmpeg )
-	graphviz? ( media-gfx/graphviz )
 	jpeg? ( virtual/jpeg )
 	jpeg2k? ( >=media-libs/jasper-1.900.1 )
-	lua? ( >=dev-lang/lua-5.1 )
 	openexr? ( media-libs/openexr )
 	png? ( media-libs/libpng )
 	raw? ( >=media-libs/libopenraw-0.0.5 )
 	sdl? ( media-libs/libsdl )
 	svg? ( >=gnome-base/librsvg-2.14:2 )
 	umfpack? ( sci-libs/umfpack )
-	v4l? ( media-libs/libv4l )
 	introspection? ( >=dev-libs/gobject-introspection-0.10
 			>=dev-python/pygobject-2.26:2 )
 	lensfun? ( >=media-libs/lensfun-0.2.5 )"
@@ -67,6 +63,27 @@
 	# libspiro: not in portage main tree
 	# disable documentation as the generating is bit automagic
 	#    if anyone wants to work on it just create bug with patch
+
+	# Also please note that:
+	#
+	#  - Some auto-detections are not patched away since the docs are
+	#    not built (--disable-docs, lack of --enable-gtk-doc) and these
+	#    tools affect re-generation of docs, only
+	#    (e.g. ruby, asciidoc, dot (of graphviz), enscript)
+	#
+	#  - Parameter --with-exiv2 compiles a noinst-app only, no use
+	#
+	#  - Parameter --disable-workshop disables any use of Lua, effectivly
+	# 
+	#  - v4l support does not work with our media-libs/libv4l-0.8.9,
+	#    upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=654675
+	#
+	#  - There are two checks for dot, one controlled by --with(out)-graphviz
+	#    which toggles HAVE_GRAPHVIZ that is not used anywhere.  Yes.
+	#
+	# So that's why USE="exif graphviz lua v4l" got resolved.  More at:
+	# https://bugs.gentoo.org/show_bug.cgi?id=451136
+	#
 	econf \
 		--disable-silent-rules \
 		--disable-profile \
@@ -78,19 +95,19 @@
 		$(use_enable debug) \
 		$(use_with cairo) \
 		$(use_with cairo pangocairo) \
-		$(use_with exif exiv2) \
+		--without-exiv2 \
 		$(use_with ffmpeg libavformat) \
-		$(use_with graphviz) \
+		--without-graphviz \
 		$(use_with jpeg libjpeg) \
 		$(use_with jpeg2k jasper) \
-		$(use_with lua) \
+		--without-lua \
 		$(use_with openexr) \
 		$(use_with png libpng) \
 		$(use_with raw libopenraw) \
 		$(use_with sdl) \
 		$(use_with svg librsvg) \
 		$(use_with umfpack) \
-		$(use_with v4l libv4l) \
+		--without-libv4l \
 		$(use_enable introspection) \
 		$(use_with lensfun) \
 		$(use_with vala)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-01  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 15:12 [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.2.0-r1.ebuild ChangeLog gegl-9999.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-28 15:29 Sebastian Pipping (sping)
2013-05-01  0:46 Sebastian Pipping (sping)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox