After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 555697 - build fails if configured with --without-libjpeg
build fails if configured with --without-libjpeg
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.6.0
Other Linux
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-09 16:10 UTC by Simon Zilliken
Modified: 2008-10-09 16:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Zilliken 2008-10-09 16:10:34 UTC
If GIMP is configured without JPEG support, linking file-psd-load fails, since it needs libjpeg. See https://bugs.gentoo.org/show_bug.cgi?id=240490 for a description of the problem. I have provided a workaround there that simply doesn't build the PSD file plugin if JPEG support is disabled, but I don't know whether that makes a lot of sense.
Comment 1 Sven Neumann 2008-10-09 16:34:51 UTC
2008-10-09  Sven Neumann  <sven@gimp.org>

	Bug 555697 – build fails if configured with --without-libjpeg
	
	* plug-ins/Makefile.am: applied patch from Simon Zilliken that
	disables the build of the PSD plug-in if JPEG support is disabled.