aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enblend
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-22 13:23:20 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-22 19:44:32 +0200
commit92240950cd18a6f3c675bce34903c94f69bdf353 (patch)
treec683646b4296c1c6516c6a30139ee6961b55abea /recipes/enblend
parent7bb9447c7008233367e5b7a9ce1c087e115d7919 (diff)
downloadopenembedded-92240950cd18a6f3c675bce34903c94f69bdf353.tar.gz
enblend-efuse: add 4.0
Diffstat (limited to 'recipes/enblend')
-rw-r--r--recipes/enblend/enblend-enfuse_4.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/enblend/enblend-enfuse_4.0.bb b/recipes/enblend/enblend-enfuse_4.0.bb
new file mode 100644
index 0000000000..63aa469a76
--- /dev/null
+++ b/recipes/enblend/enblend-enfuse_4.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Enblend/Enfuse - combine image with no seams"
+LICENSE = "GPLv2"
+
+DEPENDS = "tiff jpeg plotutils boost"
+
+SRC_URI = "http://downloads.sourceforge.net/project/enblend/enblend-enfuse/enblend-enfuse-${PV}/enblend-enfuse-${PV}.tar.gz"
+SRC_URI[md5sum] = "2e7c950061e0085fd75d94576130250f"
+SRC_URI[sha256sum] = "a12a44c2a07894f27e1d5a1675728175a943c89b91c1ac9abacce62f08c253c4"
+
+S = "${WORKDIR}/enblend-enfuse-4.0-753b534c819d"
+
+inherit autotools
+
+# Disable parallel make, the link step takes >2GB of ram otherwise
+PARALLEL_MAKE = ""
+