aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/imlib/imlib_1.9.15.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-09-23 21:24:40 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:17:01 -0700
commitb98c234bf7907ff4e956f131023437d01e57c910 (patch)
treeec8bd79e39ca03001056ae020b9e2128381cd672 /recipes/obsolete/imlib/imlib_1.9.15.bb
parent9730a28e669931fee601756e949bb210999b4b81 (diff)
downloadopenembedded-b98c234bf7907ff4e956f131023437d01e57c910.tar.gz
imlib_1.9.15, qiv_1.9: move to obsolete.
Motivation for removal: ERROR: QA Issue with staging: imlib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig This 3 year old qiv recipe is the only in tree user of imlib1. Newer versions of qiv which use imlib2 are available from http://spiegl.de/qiv/ Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete/imlib/imlib_1.9.15.bb')
-rw-r--r--recipes/obsolete/imlib/imlib_1.9.15.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/obsolete/imlib/imlib_1.9.15.bb b/recipes/obsolete/imlib/imlib_1.9.15.bb
new file mode 100644
index 0000000000..ee624d0ed9
--- /dev/null
+++ b/recipes/obsolete/imlib/imlib_1.9.15.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Image loading library"
+LICENSE = "GPLv2"
+DEPENDS = "gtk+-1.2 jpeg tiff libpng libungif"
+
+inherit gnome binconfig
+
+SRC_URI += "file://configure.patch"
+
+EXTRA_OECONF = " --enable-modules \
+ --disable-gtktest \
+ ac_cv_dynworks=true \
+ "
+
+do_stage() {
+ install -m 644 Imlib/*.h ${STAGING_INCDIR}
+ install -m 644 gdk_imlib/*.h ${STAGING_INCDIR}
+ oe_libinstall -a -so -C Imlib libImlib ${STAGING_LIBDIR}
+ oe_libinstall -a -so -C gdk_imlib libgdk_imlib ${STAGING_LIBDIR}
+}
+
+
+SRC_URI[archive.md5sum] = "7db987e6c52e4daf70d7d0f471238eae"
+SRC_URI[archive.sha256sum] = "4e6a270308a9ae16586bfc133c1a3dfb2e56f431edb66aaa3a80e36e5ed84ce0"