mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
753 B
BlitzBasic
15 lines
753 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"
|
|
|
|
inherit autotools pkgconfig
|
|
|