diff --git a/meta-efl/recipes-efl/efl/epeg_svn.bb b/meta-efl/recipes-efl/efl/epeg_svn.bb deleted file mode 100644 index 1b24d9195..000000000 --- a/meta-efl/recipes-efl/efl/epeg_svn.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Epeg is a small library for handling thumbnails" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ - file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" - -DEPENDS = "jpeg" -PV = "0.9.0+svnr${SRCPV}" -SRCREV = "${EFL_SRCREV}" - -inherit efl -SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep" -S = "${WORKDIR}/${SRCNAME}" diff --git a/meta-oe/recipes-support/epeg/epeg_git.bb b/meta-oe/recipes-support/epeg/epeg_git.bb new file mode 100644 index 000000000..8fe19b587 --- /dev/null +++ b/meta-oe/recipes-support/epeg/epeg_git.bb @@ -0,0 +1,13 @@ +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" +SRCREV = "d78becc558a682f1be0a78b1af90d1b4a08e5b4e" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig +