summaryrefslogtreecommitdiff
path: root/package/imagemagick
AgeCommit message (Collapse)Author
2010-02-23imagemagick: use internal libtoolThomas Petazzoni
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>
2010-02-23imagemagick: help configure to detect file_offset_bitsThomas Petazzoni
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>
2009-10-13imagemagick: fix -clean targetSimon Pasch
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>
2009-10-01imagemagick: fix buildPeter Korsgaard
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>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
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>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
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>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-12Bump version of ImageMagick which does not work, use versioned patches, ↵Ulf Samuelsson
needs further work to complete build
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-02-19buildroot: add missing -source targetsPeter Korsgaard
2007-11-23Bump ImageMagick to v 6.3.7Ulf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-25- make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-20SED away some whitespaceUlf Samuelsson
2007-07-27Ensure each target is copied, run libtool --finishUlf Samuelsson
2007-07-24Bump ImageMagick versionUlf Samuelsson
2007-07-23Cleanup imagemagick packageUlf Samuelsson
2007-07-23Add imagemagick packageUlf Samuelsson