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 672052 - [PATCH] Add configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection
[PATCH] Add configure options --with[out]-gs and --with[out]-bzip2 to allow b...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-03-14 13:08 UTC by Sebastian Pipping
Modified: 2012-05-05 00:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection (2.09 KB, patch)
2012-03-14 13:08 UTC, Sebastian Pipping
none Details | Review
Fix configure option --with[out]-bzip2 (709 bytes, patch)
2012-05-04 21:47 UTC, Sebastian Pipping
none Details | Review

Description Sebastian Pipping 2012-03-14 13:08:44 UTC
Created attachment 209712 [details] [review]
Add configure options --with[out]-gs and --with[out]-bzip2 to allow bypassing gs/bzip2 auto-detection

Hello!

Auto-detection of dependencies is helpful to people building source manually but Linux distributions need a way to bypass that auto-detection to ensure a package only depends on its advertised dependencies.

Please consider application of the attached patch.  Thanks!
Comment 1 Mukund Sivaraman 2012-03-15 13:35:10 UTC
Pushed to master:

commit 53d82447136a6a5b8bc87f2d49dde936e8a65ff9
Author: Sebastian Pipping <sebastian@pipping.org>
Date:   Wed Mar 14 13:40:19 2012 +0100

    Introduce configure options to bypass bzip2 and Ghostscript
    
    Introduce configure options --with[out]-gs and --with[out]-bzip2 to
    allow bypassing gs/bzip2 auto-detection

Resolving as FIXED, milestone 2.8.
Comment 2 Sebastian Pipping 2012-03-15 19:46:41 UTC
Excellent, thank you!
Comment 3 Sebastian Pipping 2012-05-04 21:47:56 UTC
Created attachment 213470 [details] [review]
Fix configure option --with[out]-bzip2

Actually, there was a small bug in my previous patch (that Rafał Mużyło reported at [1]).  I have made a small follow-up patch to address this issue.  Please consider application.  Thank you!


[1] https://bugs.gentoo.org/show_bug.cgi?id=414525
Comment 4 Sebastian Pipping 2012-05-04 21:48:16 UTC
Re-opening...
Comment 5 Mikael Magnusson 2012-05-05 00:00:51 UTC
Committed, thanks.