aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
AgeCommit message (Collapse)Author
2014-11-19imagemagick: update 6.8.9 to patchset 9Peter Bigot
Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-19imagemagick: update URI to allow fetching current and previous releasesPeter Bigot
The only version available at the original URI is patch 9. All releases are available at the /releases sub-path. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-06fftw: add virtual/fftw to PROVIDES and EXCLUDE_FROM_WORLDMartin Jansa
* now when sysroot conflicts are fatal we really don't want to build multiple fftw providers in the same sysroot ERROR: The recipe fftwl is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fftw3.f Matched in manifest-qemuarm-fftw.populate_sysroot manifest-qemuarm-fftwf.populate_sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-06imagemagick: Update recipe 6.8.8 -> 6.8.9Khem Raj
Fix fetch failures Remove automate patch we have 1.12+ automake in OE-Core now Change-Id: I2ba1f6fb173613774f29f87c621ad3ca10f4e872 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-09-26imagemagick: do not install magick-baseconfig.h repeatedlyWenzong Fan
Both targets install-data-local & install-includeHEADERS will install header file magick-baseconfig.h to the same location, and they might be run in the same time while enabling parallel build: * target dependencies: + install-data-am: ... install-data-local ... install-includeHEADERS * make install error: /usr/bin/install: cannot create regular file \ `.../usr/include/ImageMagick-6/magick/magick-baseconfig.h': \ File exists \ make[3]: *** [install-magickincarchHEADERS] Error 1 * reproduce the error: $ /usr/bin/install test /tmp & /usr/bin/install test /tmp [1] 4052 /usr/bin/install: cannot create regular file `/tmp/test': File exists [1]+ Exit 1 /usr/bin/install test /tmp Just disable the one from install-data-local to remove this race issue. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 optionTim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03imagemagick: Update to 6.8.8Khem Raj
Add ImageMagick to known licenses The license checksum is changed due to year change in license text -Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. +Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. Add suffix .im6 to binaries, this avoids conflicts with other packages e.g. lmbench provides stream utility and imagemagick does too so when both packages are being part of image we have conflicts. This resolves it by renaming stream to stream.im6 to make it distinct Signed-off-by: Khem Raj <raj.khem@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14image-magick: update to latest patchsetKoen Kooi
And switch to upstream mirror which keeps old releases. This makes it fetch again. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17imagemagick: Add PACKAGECONFIG for jp2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-26imagemagick: enable freetype delegateMarko Lindqvist
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-26ImageMagick: update to upstream version 6.8.6-8Marko Lindqvist
- License changed by additional copyright year only. - Patch PerlMagic_MakePatch.patch part of upstream now Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-12-27imagemagick: disable openclMartin Jansa
* it can try to use host paths like: -lOpenCL -L/usr/lib/nvidia -lCL -L/usr/lib/nvidia -lclparser -L/usr/lib/nvidia ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05imagemagick: add fftw to DEPENDSMartin Jansa
* it's autodetected and then later when it's not in sysroot it fails: | /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | arm-oe-linux-gnueabi-libtool: link: `/OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la' is not a valid libtool archive | make[1]: *** [wand/libMagickWand.la] Error 1 | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/imagemagick-6.7.5-r3/ImageMagick-6.7.5-6' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-20recipes: few more PR bumps to rebuild after libffi5 -> libffi6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09bzip2: bump PR of all recipes depending on bzip2Andreas Oberritter
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core split bzip2 into binary and library packages. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-28imagemagick: bump PR to rebuild after libtiff3->libtiff5 changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-15imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with ↵Martin Jansa
zlib-1.2.6 we have now * for zlib-1.2.6 issue see: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20267 * dist-lzip removed because it's not supported in our automake yet * xml is explicity disabled, wasn't enabled before and if autodetected then fails (see comment above EXTRA_OECONF). * LIC_FILES_CHKSUM updated, only formal changes AFAIK see: http://trac.imagemagick.org/log/ImageMagick/trunk/LICENSE for details * empty dirs coders and filters added to PN to fix QA warning Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-13recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-02imagemagick: fix QA warnings for unshipped filesAndreas Müller
on build we receive tons of warnings like WARNING: For recipe imagemagick, the following files were installed but not shipped in any package: WARNING: /usr/lib/ImageMagick-6.4.4/config/type.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/type-solaris.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/locale.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/english.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/type-windows.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/type-ghostscript.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/delegates.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/configure.xml WARNING: /usr/lib/ImageMagick-6.4.4/config/francais.xml WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.a WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.la WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/analyze.so WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/filters/.debug/analyze.so WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/histogram.la WARNING: /usr/lib/ImageMagick-6.4.4/modules-Q16/coders/ycbcr.a ... Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19imagemagick: Fix configure on x86_64Khem Raj
imagemagick has configure time execution test for large file offset they wont be able to run in cross compile. We cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-29imagemagick: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>