Package Details: libmagick6 6.9.13.25-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-05-05 22:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »

yochananmarqos commented on 2022-08-06 15:07 (UTC)

@xxxxme: The directory that is not empty is src/binpkg/usr/bin/. The only reason why it wouldn't be empty is if it was left over from a previous build. Do a clean build.

xxxxme commented on 2022-08-06 14:29 (UTC)

@yochananmarqos: Isn't it related to packaging? Wouldn't usr/bin have been created by makepkg as part of package_libmagick6() since I ran makepkg -sc in the directory created by extracting imagemagick6.tar.gz downloaded from this page's "Download snapshot"?

yochananmarqos commented on 2022-07-23 21:31 (UTC)

@xxxme:

mv: cannot move '/home/xxxxme/Downloads/imagemagick6/pkg/libmagick6/usr/bin' to 'usr/bin': Directory not empty

Er? Not related to packaging, that's an issue on your own system.

xxxxme commented on 2022-07-23 21:30 (UTC) (edited on 2022-07-23 21:31 (UTC) by xxxxme)

I haven't been able to build this package since 6.9.12.31-1 . Using makepkg manually, it fails. Build output from 6.9.12.58-1: https://raw.githubusercontent.com/xxxxme/public/main/magickbuild

yochananmarqos commented on 2022-07-07 18:06 (UTC)

@crust123: Both https://legacy.imagemagick.org/archive/ and https://imagemagick.org/archive/ are valid, there's nothing to change.

crust123 commented on 2022-07-07 15:42 (UTC) (edited on 2022-07-07 15:44 (UTC) by crust123)

The download link has change to: https://imagemagick.org/archive/ImageMagick-6.9.12-56.tar.gz (and it installs correctly!)

bluedevil commented on 2022-06-18 21:08 (UTC)

Download link changed to https://imagemagick.org/archive/ImageMagick-6.9.12-52.tar.gz Could you please update the PKGBUILD?

MarsSeed commented on 2022-06-05 15:11 (UTC)

New release out today, tagged 6.9.12-52.

@yochananmarqos, I suggest you change the source URL to the GitHub tarball, as upstream website deletes the versioned tars as soon as a newer 6.x 'nano' version is out (bump in last '-suffix'). :)

franksouza183 commented on 2022-05-08 02:38 (UTC)

make[1]: *** [Makefile:7203: wand/libMagickWand-6.Q16HDRI.la] Error 2

T-matze commented on 2022-04-12 16:49 (UTC) (edited on 2022-04-12 16:49 (UTC) by T-matze)

@yochananmarqos, thank you for pointing out the important difference that the key needs to be added to the user's keyring, not to pacman-key. I must have read past this note whenever I had read those passages in the wiki.

For all that struggle with the same problem as I did:

 pacman-key -e 89AB63D48277377A > lexie-parsimoniae-public.key

and

 gpg --import lexie-parsimoniae-public.key

finally solved the problem for me.