Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321622 Details for
Bug 431826
media-gfx/opencolorio - A color management framework for visual effects and animation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to force using system libraries instead of bundled
opencolorio-use-system-libs.patch (text/plain), 984 bytes, created by
Sergey Popov (RETIRED)
on 2012-08-18 11:15:48 UTC
(
hide
)
Description:
Patch to force using system libraries instead of bundled
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2012-08-18 11:15:48 UTC
Size:
984 bytes
patch
obsolete
>--- CMakeLists.txt.orig 2012-08-18 14:47:17.449263203 +0400 >+++ CMakeLists.txt 2012-08-18 14:47:34.102263732 +0400 >@@ -28,11 +28,10 @@ > option(OCIO_USE_BOOST_PTR "Set to ON to enable boost shared_ptr (necessary when tr1 is not available)" OFF) > > option(OCIO_PYGLUE_RESPECT_ABI "If ON, the Python module install path includes Python UCS version" OFF) >-if(UNIX AND NOT APPLE) >- option(USE_EXTERNAL_YAML "Use system installed yaml-cpp library." OFF) >- option(USE_EXTERNAL_TINYXML "Use system installed tinyxml library." OFF) >- option(USE_EXTERNAL_LCMS "Use system install lcms2 library." OFF) >-endif() >+ >+option(USE_EXTERNAL_YAML "Use system installed yaml-cpp library." ON) >+option(USE_EXTERNAL_TINYXML "Use system installed tinyxml library." ON) >+option(USE_EXTERNAL_LCMS "Use system install lcms2 library." ON) > > # This does not include the SOVERSION override, on purpose, so that the > # OCIO_VERSION value will be an accurate reflection of the underlying library version.
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 431826
:
321610
|
321620
| 321622 |
321624
|
321626