29 lines
1.1 KiB
BlitzBasic
29 lines
1.1 KiB
BlitzBasic
SUMMARY = "PNG image format decoding library"
|
|
HOMEPAGE = "http://www.libpng.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "Libpng"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=53f2df0e62ce82307cd1389a9f41e4cf \
|
|
file://png.h;endline=144;md5=591cf1f8d84a757af46e43c2b9b5ddd9"
|
|
DEPENDS = "zlib"
|
|
|
|
LIBV = "16"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/${BP}.tar.xz"
|
|
SRC_URI[md5sum] = "e01be057a9369183c959b793a685ad15"
|
|
SRC_URI[sha256sum] = "c918c3113de74a692f0a1526ce881dc26067763eb3915c57ef3a0f7b6886f59b"
|
|
|
|
MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/${PV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/${PV}/"
|
|
|
|
BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
|
|
|
|
inherit autotools binconfig-disabled pkgconfig
|
|
|
|
# Work around missing symbols
|
|
EXTRA_OECONF_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
|
|
|
|
PACKAGES =+ "${PN}-tools"
|
|
|
|
FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|