Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167746 Details for
Bug 240490
media-gfx/gimp-2.6.0 fails to compile (psd-image-res-load)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
don't build file-psd plugin if configured with --without-libjpeg
gimp-2.6.0-file-psd-needs-jpeg.patch (text/plain), 1.09 KB, created by
Simon Zilliken
on 2008-10-09 15:47:57 UTC
(
hide
)
Description:
don't build file-psd plugin if configured with --without-libjpeg
Filename:
MIME Type:
Creator:
Simon Zilliken
Created:
2008-10-09 15:47:57 UTC
Size:
1.09 KB
patch
obsolete
>diff -Naur gimp-2.6.0-old/plug-ins/Makefile.am gimp-2.6.0/plug-ins/Makefile.am >--- gimp-2.6.0-old/plug-ins/Makefile.am 2008-08-21 13:35:22.000000000 +0200 >+++ gimp-2.6.0/plug-ins/Makefile.am 2008-10-09 17:03:04.000000000 +0200 >@@ -10,6 +10,7 @@ > > if BUILD_JPEG > file_jpeg = file-jpeg >+file_psd = file-psd > endif > > if BUILD_PRINT >@@ -57,7 +58,7 @@ > file-fli \ > $(file_ico) \ > $(file_jpeg) \ >- file-psd \ >+ $(file_psd) \ > file-sgi \ > $(file_uri) \ > $(file_xjt) \ >diff -Naur gimp-2.6.0-old/plug-ins/Makefile.in gimp-2.6.0/plug-ins/Makefile.in >--- gimp-2.6.0-old/plug-ins/Makefile.in 2008-09-29 19:23:20.000000000 +0200 >+++ gimp-2.6.0/plug-ins/Makefile.in 2008-10-09 17:05:56.000000000 +0200 >@@ -385,6 +385,7 @@ > > @BUILD_HELP_BROWSER_TRUE@help_browser = help-browser > @BUILD_JPEG_TRUE@file_jpeg = file-jpeg >+@BUILD_JPEG_TRUE@file_psd = file-psd > @BUILD_PRINT_TRUE@print = print > @BUILD_PYTHON_TRUE@pygimp = pygimp > @BUILD_SCRIPT_FU_TRUE@script_fu = script-fu >@@ -405,7 +406,7 @@ > file-fli \ > $(file_ico) \ > $(file_jpeg) \ >- file-psd \ >+ $(file_psd) \ > file-sgi \ > $(file_uri) \ > $(file_xjt) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240490
: 167746 |
167748