mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Dropped patch that has been incorporated into this version. Shortlog: configure: Fix checks for libjpeg and libexif parenthesis fix minor fix on CMakeLists fix to build command line tool with cmake fix CMakeLists.txt & Epeg.h so that they work on a WIN32 target bug fix: memleak in epeg_close add epeg_orientation_set add epeg_orientation_get add CMakeLists.txt Use archive.org link for Sune's blog post Fix XMP rotation bug Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
662 B
BlitzBasic
12 lines
662 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"
|
|
SRCREV = "17bbae0f0a0b777e5fb01e0d16891e07153a41eb"
|
|
|
|
inherit autotools pkgconfig
|