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 158067 - eog 2.8 breaks when explicitly building without jpeg support
eog 2.8 breaks when explicitly building without jpeg support
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.8.0
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-12 17:16 UTC by Marinus Schraal
Modified: 2005-06-24 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes building --without-jpeg (1.18 KB, patch)
2004-11-12 17:16 UTC, Marinus Schraal
none Details | Review

Description Marinus Schraal 2004-11-12 17:16:13 UTC
Build eog with --disable-jpeg, it breaks on eog_image_jpeg_save_file calls. It
seems that commit 1.38 to eog-image.c is the problem.

Here's a patch that ifdefs the eog jpeg specific calls out & makes it all work
again, this works fine here.

I wondered what the reason for the 'special' jpeg support was anyway, i couldn't
find much about it & it seems redundant with the gdkpixbuf backend.
Comment 1 Marinus Schraal 2004-11-12 17:16:51 UTC
Created attachment 33712 [details] [review]
fixes building --without-jpeg
Comment 2 Tim Gerla 2005-06-24 10:39:29 UTC
Patch applied to CVS, thanks.