Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538282 - app-text/poppler-0.30.0 / -9999 sets wrong option for -DENABLE_LIBOPENJPEG
Summary: app-text/poppler-0.30.0 / -9999 sets wrong option for -DENABLE_LIBOPENJPEG
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 20:58 UTC by michael
Modified: 2015-03-20 15:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael 2015-01-30 20:58:14 UTC
Since version 0.30.0 (thus applies also to app-text/poppler-9999) possible values for -DENABLE_LIBOPENJPEG differ:
now it is auto, openjpeg1, openjpeg2 or none
see http://cgit.freedesktop.org/poppler/poppler/commit/?id=117af9c6bbd923954ef7de63adec8c22d51da1e4
i suggest the following:
        if use jpeg2k; then
                mycmakeargs+=(-DENABLE_LIBOPENJPEG=auto)
        fi


Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-03-20 15:18:36 UTC
Fixed, for now building against libopenjpeg-1. 2 needs a bit more work, later.