[oe] [PATCH 02/12] openjpeg: initial add 2.1.0

Khem Raj raj.khem at gmail.com
Wed May 27 07:36:40 UTC 2015


On Tue, May 26, 2015 at 11:25 PM, Andreas Müller
<schnitzeltony at googlemail.com> wrote:
> On Tue, May 26, 2015 at 6:46 PM, Khem Raj <raj.khem at gmail.com> wrote:
>> there is a recipe available here
>> http://layers.openembedded.org/layerindex/recipe/25686/
>> may be you want to coordinate with that layer to migrate it into meta-oe ?
>>
>> On Mon, May 25, 2015 at 2:13 PM, Andreas Müller
>> <schnitzeltony at googlemail.com> wrote:
>>> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
>>> ---
>>>  meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb | 18 ++++++++++++++++++
>>>  1 file changed, 18 insertions(+)
>>>  create mode 100644 meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>>
>>> diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>> new file mode 100644
>>> index 0000000..9f6dd57
>>> --- /dev/null
>>> +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.1.0.bb
>>> @@ -0,0 +1,18 @@
>>> +DESCRIPTION = "OpenJPEG library is an open-source JPEG 2000 codec"
>>> +HOMEPAGE = "http://www.openjpeg.org/index.php?menu=main"
>>> +
>>> +LICENSE = "BSD"
>>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c648878b4840d7babaade1303e7f108c"
>>> +
>>> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}.mirror/${PV}/${BPN}-${PV}.tar.gz"
>>> +SRC_URI[md5sum] = "f6419fcc233df84f9a81eb36633c6db6"
>>> +SRC_URI[sha256sum] = "1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
>>> +
>>> +inherit cmake
>>> +
>>> +DEPENDS = "libpng tiff lcms"
>>> +
>>> +# standard path for *.cmake
>>> +EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_PACKAGE_DIR=${baselib}/cmake"
>>> +
>>> +FILES_${PN}-dev += "${libdir}/cmake/*.cmake"
>>> --
>>> 1.9.3
> I checked: That layer uses openjpeg only native. Suggestion: Will try
> to extend openjpeg for native / build mupdf from
> meta-alt-desktop-extras and send a follow up. OK?

sounds good. mupdf is a meta-oe candidate btw.

>
> Andreas



More information about the Openembedded-devel mailing list