diff options
Diffstat (limited to 'meta/recipes-multimedia/libpng/libpng_1.6.38.bb')
| -rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.38.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.38.bb b/meta/recipes-multimedia/libpng/libpng_1.6.38.bb new file mode 100644 index 0000000000..dc627203ef --- /dev/null +++ b/meta/recipes-multimedia/libpng/libpng_1.6.38.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "PNG image format decoding library" | ||
| 2 | DESCRIPTION = "An open source project to develop and maintain the reference \ | ||
| 3 | library for use in applications that read, create, and manipulate PNG \ | ||
| 4 | (Portable Network Graphics) raster image files. " | ||
| 5 | HOMEPAGE = "http://www.libpng.org/" | ||
| 6 | SECTION = "libs" | ||
| 7 | LICENSE = "Libpng" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5c900cc124ba35a274073b5de7639b13" | ||
| 9 | DEPENDS = "zlib" | ||
| 10 | |||
| 11 | LIBV = "16" | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" | ||
| 14 | SRC_URI[sha256sum] = "b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be" | ||
| 15 | |||
| 16 | MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/" | ||
| 17 | |||
| 18 | UPSTREAM_CHECK_URI = "http://libpng.org/pub/png/libpng.html" | ||
| 19 | |||
| 20 | BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | ||
| 21 | |||
| 22 | inherit autotools binconfig-disabled pkgconfig | ||
| 23 | |||
| 24 | # Work around missing symbols | ||
| 25 | EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" | ||
| 26 | |||
| 27 | PACKAGES =+ "${PN}-tools" | ||
| 28 | |||
| 29 | FILES:${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | ||
| 30 | |||
| 31 | BBCLASSEXTEND = "native nativesdk" | ||
| 32 | |||
| 33 | # CVE-2019-17371 is actually a memory leak in gif2png 2.x | ||
| 34 | CVE_CHECK_IGNORE += "CVE-2019-17371" | ||
