blob: e5277b15797a1762400bdee37224215bb5bc2b60 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Epeg is a small library for handling thumbnails"
2DESCRIPTION = "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."
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e7732a9290ea1e4b034fdc15cf49968d \
5 file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035"
6DEPENDS = "jpeg libexif"
7
Andrew Geissler87f5cff2022-09-30 13:13:31 -05008SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https \
9 file://0001-configure-Fix-checks-for-libjpeg-and-libexif.patch \
10 "
Andrew Geissler82c905d2020-04-13 13:39:40 -050011SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15