Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 532602 Details for
Bug 655308
sci-mathematics/octave-4.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
octave-4.4.0-imagemagick.patch
octave-4.4.0-imagemagick.patch (text/plain), 778 bytes, created by
Fabio Rossi
on 2018-05-22 12:44:28 UTC
(
hide
)
Description:
octave-4.4.0-imagemagick.patch
Filename:
MIME Type:
Creator:
Fabio Rossi
Created:
2018-05-22 12:44:28 UTC
Size:
778 bytes
patch
obsolete
>--- a/libinterp/corefcn/__magick_read__.cc 2018-05-22 12:25:37.688173855 +0200 >+++ a/libinterp/corefcn/__magick_read__.cc.new 2018-05-22 12:32:51.475172200 +0200 >@@ -817,10 +817,11 @@ > // depth is 8, there's a good chance that we will be limited. It > // is also the GraphicsMagick recommended setting and the default > // for ImageMagick. >- if (QuantumDepth < 16) >+ using namespace Magick; >+ if (MAGICKCORE_QUANTUM_DEPTH < 16) > warning_with_id ("Octave:GraphicsMagick-Quantum-Depth", > "your version of %s limits images to %d bits per pixel\n", >- MagickPackageName, QuantumDepth); >+ MagickPackageName, MAGICKCORE_QUANTUM_DEPTH); > > initialized = true; > }
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 655308
:
532600
| 532602 |
532604
|
532606