Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380393 - media-gfx/gimp-9999 configure change --without-gnomevfs => --without-gvfs
Summary: media-gfx/gimp-9999 configure change --without-gnomevfs => --without-gvfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 16:11 UTC by Francesco Riosa
Modified: 2011-08-31 18:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Riosa 2011-08-23 16:11:45 UTC
As summary:
configure option "gnomevfs" has been renamed "gvfs"
Comment 1 Francesco Riosa 2011-08-23 16:28:02 UTC
Full configure --help change:
notice the removal of "hal" and "gimp-remote"

Options:
- `configure' configures GIMP 2.6.11 to adapt to many kinds of systems.
+ `configure' configures GIMP 2.7.4 to adapt to many kinds of systems.

+   --disable-silent-rules         verbose build output (undo: `make V=0')
+   --enable-silent-rules          less verbose build output (undo: `make V=1')
+   --enable-default-binary install this as the default gimp binary (default=no)
-   --enable-default-binary install this as the default gimp binary (default=yes)

-   --enable-gimp-remote    build gimp-remote utility (default=no)
+   --with-sysroot=DIR Search for dependent libraries within DIR
+   --without-cairo-pdf       build without cairo-pdf support
-   --without-gnomevfs      build without gnomevfs support
+   --without-gudev        build without GUdev support
-   --without-hal           build without HAL support
+   --without-libjasper     build without JPEG-2000 support
+   --without-libxpm        build without XPM support
+   --without-mac-twain     don't build the Mac TWAIN plug-in
+   --without-xmc           build without Xcursor support
+   --without-xvfb-run      Do not use xvfb-run for UI-dependent automatic tests

Variables:
+   CAIRO_PDF_CFLAGS
+   CAIRO_PDF_LIBS
-   GNOME_VFS_CFLAGS
-   GNOME_VFS_LIBS
+   GUDEV_CFLAGS
+   GUDEV_LIBS  linker flags for GUDEV, overriding pkg-config
-   HAL_CFLAGS  C compiler flags for HAL, overriding pkg-config
-   HAL_LIBS    linker flags for HAL, overriding pkg-config
+   PANGOCAIRO_CFLAGS
+   PANGOCAIRO_LIBS
-   PANGOFT2_CFLAGS
-   PANGOFT2_LIBS
+   XMC_CFLAGS  C compiler flags for XMC, overriding pkg-config
+   XMC_LIBS    linker flags for XMC, overriding pkg-config
Comment 2 Rafał Mużyło 2011-08-23 20:12:15 UTC
Note the obvious -those aren't simply changes in configure options, but mainly in deps.

You'd see that clearly, if you'd look at http://git.gnome.org/browse/gimp/commit/configure.ac?id=f1bb40166b1061f630fab615f658310c25abf423 and http://git.gnome.org/browse/gimp/commit/configure.in?id=a127f3756adb12c6894ac0e49d7580f673421360, instead of diffing 'configure --help' output.

Note the later is about 29 months old.
Comment 3 Sebastian Pipping gentoo-dev 2011-08-31 18:46:24 UTC
Fixed.  Please try again and re-open if needed.