diff options
| author | Michael Vetter <jubalh@iodoru.org> | 2021-01-04 10:37:27 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-05 09:16:27 -0800 |
| commit | 73035aa3fed47a9d273020a23b9d13af97f1cdb9 (patch) | |
| tree | 220bef605160b74c73fb5f45b6e218fae072eef6 /meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb | |
| parent | 7a9fc0b161c9554c82abbced4a9327ed1f6872e1 (diff) | |
| download | meta-openembedded-73035aa3fed47a9d273020a23b9d13af97f1cdb9.tar.gz | |
jasper: upgrade 2.0.23 -> 2.0.24
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb b/meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb new file mode 100644 index 0000000000..2071c1fbd8 --- /dev/null +++ b/meta-oe/recipes-graphics/jasper/jasper_2.0.24.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Jpeg 2000 implementation" | ||
| 2 | HOMEPAGE = "https://jasper-software.github.io/jasper/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a80440d1d8f17d041c71c7271d6e06eb" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/jasper-software/jasper.git;protocol=https" | ||
| 7 | SRCREV = "9a2835a81ce9c41a48f36dadce79f110da8d6c75" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit cmake | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "" | ||
| 14 | PACKAGECONFIG[jpeg] = "-DJAS_ENABLE_LIBJPEG=true, -DJAS_ENABLE_LIBJPEG=false, jpeg" | ||
| 15 | PACKAGECONFIG[opengl] = "-DJAS_ENABLE_OPENGL=true, -DJAS_ENABLE_OPENGL=false, freeglut" | ||
| 16 | |||
| 17 | EXTRA_OECMAKE_append = " -DJAS_ENABLE_SHARED=true" | ||
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | chrpath -d ${D}${bindir}/jasper | ||
| 21 | chrpath -d ${D}${bindir}/imginfo | ||
| 22 | chrpath -d ${D}${bindir}/imgcmp | ||
| 23 | chrpath -d ${D}${libdir}/libjasper.so.* | ||
| 24 | } | ||
