aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gd
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-29 21:06:42 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-29 21:37:56 +0200
commite9609b067b6568d824e80cbbf99b411e48b349ee (patch)
treed547edfd487d1e45b3a3244592d6d191ea013403 /meta-oe/recipes-support/gd
parentdb1d93f6e5ca76f48c156818f99f813cefdb2cc6 (diff)
downloadmeta-openembedded-contrib-e9609b067b6568d824e80cbbf99b411e48b349ee.tar.gz
gd: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r--meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb
new file mode 100644
index 0000000000..7660ad9bb5
--- /dev/null
+++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb
@@ -0,0 +1,24 @@
+SECTION = "libs"
+LICENSE = "GD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669"
+DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images."
+DEPENDS = "freetype libpng jpeg zlib"
+PR = "r4"
+
+SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz"
+SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209"
+SRC_URI[sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8"
+
+S = "${WORKDIR}/gd-2.0.36RC1"
+
+inherit autotools binconfig gettext
+
+EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
+ --with-png=${STAGING_LIBDIR}/.. \
+ --with-jpeg=${STAGING_LIBDIR}/.. \
+ --with-freetype \
+ --without-fontconfig \
+ --without-xpm \
+ --without-x"
+
+EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'