diff options
| author | Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> | 2015-04-01 11:24:50 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:50 +0200 |
| commit | 2900fef5c56627351003a4995c58968295ca085d (patch) | |
| tree | ae2bb57cc8ebe48981fdef876ceccc8911e58bc3 /meta-oe/recipes-graphics/fbida/fbida_git.bb | |
| parent | 90b13eded76f7f7fa1a6715e67c32504e7788e96 (diff) | |
| download | meta-openembedded-2900fef5c56627351003a4995c58968295ca085d.tar.gz | |
fbida: update to 2.10
This release fixes QA Issue [file-rdeps]
Changes:
- fix HAVE_LIBUNGIF => HAVE_LIBGIF
- add "curl" and "webp" to PACKAGECONFIG
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fbida/fbida_git.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_git.bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb deleted file mode 100644 index 41c14b88af..0000000000 --- a/meta-oe/recipes-graphics/fbida/fbida_git.bb +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | SUMMARY = "Framebuffer image and doc viewer tools" | ||
| 2 | DESCRIPTION = "The fbida project contains a few applications for viewing and editing images, \ | ||
| 3 | with the main focus being photos." | ||
| 4 | HOMEPAGE = "http://linux.bytesex.org/fbida/" | ||
| 5 | AUTHOR = "Gerd Hoffmann" | ||
| 6 | SECTION = "utils" | ||
| 7 | |||
| 8 | LICENSE = "GPLv2" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 10 | |||
| 11 | DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif curl" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.kraxel.org/fbida" | ||
| 14 | SRCREV = "6aa5563cb3c8864ad15cf83eb6fca3b773da1099" | ||
| 15 | PV = "2.09+git${SRCPV}" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | EXTRA_OEMAKE = "STRIP=" | ||
| 19 | |||
| 20 | PACKAGECONFIG ??= "gif png" | ||
| 21 | PACKAGECONFIG[gif] = ",,giflib" | ||
| 22 | PACKAGECONFIG[png] = ",,libpng" | ||
| 23 | PACKAGECONFIG[tiff] = ",,tiff" | ||
| 24 | PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" | ||
| 25 | |||
| 26 | do_compile() { | ||
| 27 | sed -i -e 's:/sbin/ldconfig:echo x:' ${S}/mk/Autoconf.mk | ||
| 28 | sed -i -e 's: cpp: ${TARGET_PREFIX}cpp -I${STAGING_INCDIR}:' ${S}/GNUmakefile | ||
| 29 | |||
| 30 | # Be sure to respect preferences (force to "no") | ||
| 31 | # Also avoid issues when ${BUILD_ARCH} == ${HOST_ARCH} | ||
| 32 | if [ -z "${@base_contains('PACKAGECONFIG', 'gif', 'gif', '', d)}" ]; then | ||
| 33 | sed -i -e '/^HAVE_LIBUNGIF/s/:=.*$/:= no/' ${S}/GNUmakefile | ||
| 34 | fi | ||
| 35 | if [ -z "${@base_contains('PACKAGECONFIG', 'png', 'png', '', d)}" ]; then | ||
| 36 | sed -i -e '/^HAVE_LIBPNG/s/:=.*$/:= no/' ${S}/GNUmakefile | ||
| 37 | fi | ||
| 38 | if [ -z "${@base_contains('PACKAGECONFIG', 'tiff', 'tiff', '', d)}" ]; then | ||
| 39 | sed -i -e '/^HAVE_LIBTIFF/s/:=.*$/:= no/' ${S}/GNUmakefile | ||
| 40 | fi | ||
| 41 | if [ -z "${@base_contains('PACKAGECONFIG', 'motif', 'motif', '', d)}" ]; then | ||
| 42 | sed -i -e '/^HAVE_MOTIF/s/:=.*$/:= no/' ${S}/GNUmakefile | ||
| 43 | fi | ||
| 44 | |||
| 45 | oe_runmake | ||
| 46 | } | ||
| 47 | |||
| 48 | do_install() { | ||
| 49 | oe_runmake 'DESTDIR=${D}' install | ||
| 50 | } | ||
| 51 | |||
| 52 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono" | ||
