diff options
author | Andreas Baak <andreas.baak@gmail.com> | 2015-08-15 22:55:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:59:44 +0200 |
commit | 37dc6b149af339bf474eb92fccffd2a733d64805 (patch) | |
tree | 7c68a31aceb7693de8b4cffebb117e49552efa25 /meta-efl | |
parent | 3890af576a609ad8c9b14d5d5420537363fe7a34 (diff) | |
download | meta-openembedded-37dc6b149af339bf474eb92fccffd2a733d64805.tar.gz |
epeg: Move tool out of efl + update to latest version
The epeg tool was originally developed in the efl project
and was replaced by the evas package in efl long ago. The old,
unmaintained source code of epeg is still available from
an efl legacy repository https://svn.enlightenment.org/svn/e/OLD/.
Updates and improvements to epeg have been developed and collected
in a new github repository. This patch deletes the deprecated
package from the efl project and introduces a new recipe
that installs the updated epeg tool.
In the license file, one copyright line has been added which
indicates the authors of the tool.
Moreover, in the license text, one sentence has been removed
which elaborated on what is meant by "making the source code
available publicly". However, the license still remains
an MIT style license.
Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/epeg_svn.bb | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ | |||
1 | SUMMARY = "Epeg is a small library for handling thumbnails" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
4 | file://COPYING-PLAIN;md5=f59cacc08235a546b0c34a5422133035" | ||
5 | |||
6 | DEPENDS = "jpeg" | ||
7 | PV = "0.9.0+svnr${SRCPV}" | ||
8 | SRCREV = "${EFL_SRCREV}" | ||
9 | |||
10 | inherit efl | ||
11 | SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep" | ||
12 | S = "${WORKDIR}/${SRCNAME}" | ||