Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imagemagick: fix -clean target | Simon Pasch | 2009-10-13 | 1 | -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 build | Peter Korsgaard | 2009-10-01 | 1 | -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 Korsgaard | 2009-10-01 | 1 | -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 Newton | 2009-09-03 | 1 | -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 helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Bump version of ImageMagick which does not work, use versioned patches, ↵ | Ulf Samuelsson | 2009-01-12 | 1 | -3/+5 |
| | | | | needs further work to complete build | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: add missing -source targets | Peter Korsgaard | 2008-02-19 | 1 | -0/+2 |
| | |||||
* | Bump ImageMagick to v 6.3.7 | Ulf Samuelsson | 2007-11-23 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -11/+11 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -13/+13 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -11/+11 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -2/+2 |
| | |||||
* | Ensure each target is copied, run libtool --finish | Ulf Samuelsson | 2007-07-27 | 1 | -21/+65 |
| | |||||
* | Bump ImageMagick version | Ulf Samuelsson | 2007-07-24 | 1 | -2/+2 |
| | |||||
* | Cleanup imagemagick package | Ulf Samuelsson | 2007-07-23 | 1 | -15/+14 |
| | |||||
* | Add imagemagick package | Ulf Samuelsson | 2007-07-23 | 3 | -0/+141 |