summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-multimedia/libtiff
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
-rw-r--r--meta/recipes-multimedia/libtiff/files/libtool2.patch19
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_3.8.2.bb17
2 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/meta/recipes-multimedia/libtiff/files/libtool2.patch
new file mode 100644
index 0000000000..8285be51d2
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/files/libtool2.patch
@@ -0,0 +1,19 @@
1---
2 configure.ac | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5--- tiff-3.8.2.orig/configure.ac
6+++ tiff-3.8.2/configure.ac
7@@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE.
8 dnl Process this file with autoconf to produce a configure script.
9
10 AC_PREREQ(2.59)
11 AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff)
12 AC_CONFIG_AUX_DIR(config)
13-AC_CONFIG_MACRO_DIR(m4)
14+dnl AC_CONFIG_MACRO_DIR(m4)
15 AC_LANG(C)
16
17 dnl Compute the canonical target-system type variable
18 AC_CANONICAL_TARGET
19
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb b/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
new file mode 100644
index 0000000000..4e3c82baa9
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
2LICENSE = "${PN}"
3HOMEPAGE = "http://www.remotesensing.org/libtiff/"
4DEPENDS = "zlib jpeg lzo"
5PR = "r2"
6
7SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
8 file://libtool2.patch;patch=1"
9
10inherit autotools
11
12PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
13FILES_tiffxx = "${libdir}/libtiffxx.so.*"
14FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"
15FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
16FILES_tiff-utils = "${bindir}/*"
17FILES_tiff-utils-dbg += "${bindir}/.debug/"