blob: bdffe4ba78707eab9548795f3983b0fb5c707319 [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 Geissler595f6302022-01-24 19:11:47 +00008SRC_URI = "git://github.com/mattes/epeg.git;branch=master;protocol=https"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009SRCREV = "9a175cd67eaa61fe45413d8da82da72936567047"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010S = "${WORKDIR}/git"
11
12inherit autotools pkgconfig
13