diff options
Diffstat (limited to 'meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb b/meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb new file mode 100644 index 0000000000..faa1eb9006 --- /dev/null +++ b/meta-oe/recipes-graphics/imlib2/imlib2_1.12.6.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "A graphic library for file loading, saving, rendering, and manipulation" | ||
| 2 | |||
| 3 | HOMEPAGE = "https://sourceforge.net/projects/enlightenment/" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "Imlib2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 7 | |||
| 8 | DEPENDS = "freetype " | ||
| 9 | PROVIDES = "virtual/imlib2" | ||
| 10 | SRCREV = "8c6a7640c91d7815a6318d3641554869c62cc926" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig lib_package | ||
| 13 | |||
| 14 | AUTO_LIBNAME_PKGS = "" | ||
| 15 | |||
| 16 | SRC_URI = "git://git.enlightenment.org/old/legacy-${BPN}.git;protocol=https;branch=master;tag=v${PV}" | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "jpeg png zlib ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 19 | |||
| 20 | X11_DEPS = "virtual/libx11 libxext libice" | ||
| 21 | PACKAGECONFIG[x11] = "--with-x,--without-x,${X11_DEPS}" | ||
| 22 | |||
| 23 | PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" | ||
| 24 | PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" | ||
| 25 | PACKAGECONFIG[png] = "--with-png,--without-png,libpng" | ||
| 26 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | ||
| 27 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | ||
| 28 | |||
| 29 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | ||
| 30 | |||
| 31 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" | ||
| 32 | |||
| 33 | PACKAGES =+ "${BPN}-loaders ${BPN}-filters ${BPN}-data" | ||
| 34 | FILES:${PN}-data = "${datadir}" | ||
| 35 | FILES:imlib2-loaders = "${libdir}/imlib2/loaders/*.so" | ||
| 36 | FILES:imlib2-filters = "${libdir}/imlib2/filters/*.so" | ||
