[Buildroot] [PATCH 2/2] imagemagick: convert to autotargets and bump to 6.6.4

Peter Korsgaard jacmet at uclibc.org
Tue Oct 5 07:18:29 UTC 2010


>>>>> "Martin" == Martin Banky <martin.banky at gmail.com> writes:

 Martin> program-transform-name='s,,,' is needed, otherwise configure defines it as
 Martin> $(platform)-$(cpu)-. During install, all executables are prepended with this
 Martin> variable.

 Martin> Signed-off-by: Martin Banky <Martin.Banky at gmail.com>
 Martin> -IMAGEMAGICK_MAJOR:=6.4.8
 Martin> -IMAGEMAGICK_VERSION:=$(IMAGEMAGICK_MAJOR)-4
 Martin> -IMAGEMAGICK_SOURCE:=ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2
 Martin> -IMAGEMAGICK_SITE:=ftp://ftp.imagemagick.org/pub/ImageMagick
 Martin> -IMAGEMAGICK_DIR:=$(BUILD_DIR)/ImageMagick-$(IMAGEMAGICK_VERSION)
 Martin> -IMAGEMAGICK_CAT:=$(BZCAT)
 Martin> -IMAGEMAGICK_LIB:=$(TARGET_DIR)/usr/lib/libMagickCore.so
 Martin> +IMAGEMAGICK_MAJOR = 6.6.4
 Martin> +IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-8
 Martin> +IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2
 Martin> +IMAGEMAGICK_SITE = ftp://ftp.imagemagick.org/pub/ImageMagick
 Martin> +IMAGEMAGICK_INSTALL_STAGING = YES

We neee IMAGEMAGICK_LIBTOOL_PATCH = NO

 Martin> +define ICU_INSTALL_STAGING_CMDS
 Martin> +	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
 Martin> +endef

That's wrong/not needed.

Committed with those 2 fixes, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list