diff options
author | Sebastian Pipping <sping@gentoo.org> | 2013-05-01 00:46:15 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2013-05-01 00:46:15 +0000 |
commit | 06fa63612701f410f9d5504ddcd8bd4a61f98a94 (patch) | |
tree | 529c54e8950761a93360e9529a6792a4559e00b3 /media-libs/gegl | |
parent | Tweak python_test. (diff) | |
download | gentoo-2-06fa63612701f410f9d5504ddcd8bd4a61f98a94.tar.gz gentoo-2-06fa63612701f410f9d5504ddcd8bd4a61f98a94.tar.bz2 gentoo-2-06fa63612701f410f9d5504ddcd8bd4a61f98a94.zip |
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)
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.2.0-r1.ebuild | 37 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 37 |
3 files changed, 59 insertions, 21 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index a44307e6ccc6..3e209846bca8 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -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: diff --git a/media-libs/gegl/gegl-0.2.0-r1.ebuild b/media-libs/gegl/gegl-0.2.0-r1.ebuild index a8d1af9fa33a..830657cf6108 100644 --- a/media-libs/gegl/gegl-0.2.0-r1.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r1.ebuild @@ -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 @@ LICENSE="|| ( GPL-3 LGPL-3 )" 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 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?] 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 @@ src_configure() { # 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 @@ src_configure() { $(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) diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 98c9a8c543f5..3d823ffd9b90 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -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 @@ LICENSE="|| ( GPL-3 LGPL-3 )" 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 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?] 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 @@ src_configure() { # 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 @@ src_configure() { $(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) |