- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
16 lines
774 B
BlitzBasic
16 lines
774 B
BlitzBasic
SUMMARY = "Epeg is a small library for handling thumbnails"
|
|
DESCRIPTION = "Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired."
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \
|
|
file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035"
|
|
DEPENDS = "jpeg libexif"
|
|
|
|
SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https \
|
|
file://0001-configure-Fix-checks-for-libjpeg-and-libexif.patch \
|
|
"
|
|
SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|