Package Details: libmagick6 6.9.13.35-1

Git Clone URL: https://aur.archlinux.org/imagemagick6.git (read-only, click to copy)
Package Base: imagemagick6
Description: An image viewing/manipulation program (legacy 6.9.13-* series; library)
Upstream URL: https://legacy.imagemagick.org/
Keywords: ImageMagick imagemagick6
Licenses: custom
Submitter: arojas
Maintainer: envolution
Last Packager: envolution
Votes: 10
Popularity: 0.000000
First Submitted: 2021-01-29 14:32 (UTC)
Last Updated: 2025-12-08 12:31 (UTC)

Dependencies (39)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

oxidative commented on 2026-03-06 16:31 (UTC)

Add this to the end of the prepare() method of the PKGBUILD:

sed -i 's/const int offset)/const long long offset)/' coders/dng.c

Bumping the version to 6.9.13.40 also works then.

carlosnewmusic commented on 2026-02-07 10:15 (UTC) (edited on 2026-02-22 15:59 (UTC) by carlosnewmusic)

build error https://pastes.io/imagemagic

jsimon0 commented on 2026-02-05 14:30 (UTC)

I have 6.9.13.35-1 installed but recompiling it results in this error as well.

emceebois commented on 2026-02-05 14:20 (UTC)

Getting the following build error:

coders/dng.c: In function 'ReadDNGImage':
coders/dng.c:485:43: error: passing argument 2 of 'libraw_set_dataerror_handler' from incompatible pointer type [-Wincompatible-pointer-types]
  485 |     libraw_set_dataerror_handler(raw_info,LibRawDataError,exception);
      |                                           ^~~~~~~~~~~~~~~
      |                                           |
      |                                           void (*)(void *, const char *, const int)
In file included from coders/dng.c:77:
/usr/include/libraw/libraw.h:136:75: note: expected 'data_callback' {aka 'void (*)(void *, const char *, const long long int)'} but argument is of type 'void (*)(void *, const char *, const int)'
  136 |   DllDef void libraw_set_dataerror_handler(libraw_data_t *, data_callback func,
      |                                                             ~~~~~~~~~~~~~~^~~~
coders/dng.c:331:13: note: 'LibRawDataError' declared here
  331 | static void LibRawDataError(void *data,const char *magick_unused(file),
      |             ^~~~~~~~~~~~~~~
In file included from /usr/include/libraw/libraw.h:78:
/usr/include/libraw/libraw_types.h:151:18: note: 'data_callback' declared here
  151 |   typedef void (*data_callback)(void *data, const char *file, const INT64 offset);
      |                  ^~~~~~~~~~~~~
make[1]: *** [Makefile:8135: coders/dng_la-dng.lo] Error 1
make[1]: Leaving directory '/home/user/.cache/yay/imagemagick6/src/ImageMagick-6.9.13-35'
make: *** [Makefile:5713: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: imagemagick6-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
libmagick6 - exit status 4

bartus commented on 2025-10-20 13:32 (UTC)

@jsimon0 It looks like an SSL certificate issue; switching from https to http request from imagemagick.org solves the issue.

jsimon0 commented on 2025-10-15 12:50 (UTC)

If anybody else is having issues downloading from the main site, their mirrors page can be useful. I was able to download the tarball from the Polish mirror.

Mirrors: https://legacy.imagemagick.org/script/mirror.php Polish mirror: https://ftp.icm.edu.pl/pub/unix/graphics/ImageMagick/

Replace the base of the source url with that mirror, everything up to the file name.

jsimon0 commented on 2025-05-07 10:40 (UTC)

@envolution thanks! I was able to compile this and use it. Saved me from having to run a VM to link against the various imagemagick 6 .sos

envolution commented on 2025-05-05 22:47 (UTC)

@jsimon0 looks like removing them from make dependencies was enough, follows upstream logic of 'imagemagick' - likely xps and pcl formats are no longer supported with this approach

envolution commented on 2025-05-05 21:28 (UTC)

@jsimon0 Looks like upstream killed ghostpcl for licensing reasons, and ghostxps because of 'no interest' - I'll look into this today to see the best approach to remediate. There's no such issues to support these on AUR