summaryrefslogtreecommitdiffstats
path: root/package/imagemagick
Commit message (Collapse)AuthorAgeFilesLines
* imagemagick: use internal libtoolThomas Petazzoni2010-02-231-2/+2
| | | | | | | | | For some reason, our imagemagick.mk file calls libtool, but assumes that libtool is available on the host, which may not be true. Therefore, we use ImageMagick's internal libtool, which has been used for compiling/linking all the rest of ImageMagic anyway. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: help configure to detect file_offset_bitsThomas Petazzoni2010-02-231-0/+7
| | | | | | | | | imagemagick configure script wants to run programs to detect the file_offset_bits, but fails since it is running cross-compile mode. Therefore, we help the configure script by passing the appropriate ac_cv variable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imagemagick: fix -clean targetSimon Pasch2009-10-131-12/+3
| | | | | | | | | | Closes #657 imagemagick-clean target currently tries to remove $(TARGET_DIR) as there is no IMAGEMAGICK_BINARY anymore. Signed-off-by: Simon Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: fix buildPeter Korsgaard2009-10-011-13/+14
| | | | | | | | | | Fix various breakage in the imagemagick build: - libWand.* is now called libMagickWand.* - libMagic.* is now called libMagickCore.* - References to wrong version numbers in directories - Libraries missing from clean target Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Bump version of ImageMagick which does not work, use versioned patches, ↵Ulf Samuelsson2009-01-121-3/+5
| | | | needs further work to complete build
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: add missing -source targetsPeter Korsgaard2008-02-191-0/+2
|
* Bump ImageMagick to v 6.3.7Ulf Samuelsson2007-11-231-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-11/+11
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-13/+13
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-11/+11
|
* SED away some whitespaceUlf Samuelsson2007-08-201-2/+2
|
* Ensure each target is copied, run libtool --finishUlf Samuelsson2007-07-271-21/+65
|
* Bump ImageMagick versionUlf Samuelsson2007-07-241-2/+2
|
* Cleanup imagemagick packageUlf Samuelsson2007-07-231-15/+14
|
* Add imagemagick packageUlf Samuelsson2007-07-233-0/+141