Package Details: libmagick6 6.9.13.18-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: 2024-11-14 09:50 (UTC)

Dependencies (42)

Sources (3)

Latest Comments

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

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.

yochananmarqos commented on 2022-04-11 23:47 (UTC)

@T-matze: The key needs to be added to the user keyring, NOT the system keyring. It seems you did not follow either of the two links found in the Arch wiki I shared with you.

T-matze commented on 2022-04-11 23:43 (UTC) (edited on 2022-04-11 23:45 (UTC) by T-matze)

@yochananmarqos, thank you for your answer. I had already followed the description to acquire this key:

ti@arch:~/Dokumente/PC/builds/imagemagick6$ less PKGBUILD 
ti@arch:~/Dokumente/PC/builds/imagemagick6$ sudo pacman-key --recv-keys D8272EF51DA223E4D05B466989AB63D48277377A
gpg: Schlüssel 89AB63D48277377A: "Lexie Parsimoniae (ImageMagick code signing key) <lexie.parsimoniae@imagemagick.org>" nicht geändert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg:                             unverändert: 1

I fetched the "valid signing key" from the validpgpkeys section of PKGBUILD and added it to pacman-key - where it already was!

ImageMagick-6.9.12-44.tar.gz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel 89AB63D48277377A)
==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!
:: Unable to build libmagick6 - makepkg exited with code: 1

So the key is in my keychain, but I still get this error. How can I solve this?

yochananmarqos commented on 2022-04-09 23:27 (UTC)

@T-matze: It's not my key, it's the developer's key. See https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed

T-matze commented on 2022-04-09 23:22 (UTC)

Hi yochananmarqos, could you please provide your PGP-key? It has been reported many times over the last months and is still not solved. And just to make sure that it is not caused by an AUR-helper (which would not be plausible in the first place), I followed your suggestion and tried to build it manually:

ti@arch:~/Dokumente/PC/builds/imagemagick6$ makepkg ==> Erstelle Paket: imagemagick6 6.9.12.44-1 (So 10 Apr 2022 01:03:53 CEST) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Lade ImageMagick-6.9.12-44.tar.gz herunter... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 12.8M 100 12.8M 0 0 850k 0 0:00:15 0:00:15 --:--:-- 1625k -> Lade ImageMagick-6.9.12-44.tar.gz.asc herunter... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 833 100 833 0 0 1553 0 --:--:-- --:--:-- --:--:-- 1554 -> arch-fonts.diff gefunden ==> Überprüfe source Dateien mit sha256sums... ImageMagick-6.9.12-44.tar.gz ... Erfolg ImageMagick-6.9.12-44.tar.gz.asc ... Übersprungen arch-fonts.diff ... Erfolg ==> Überprüfe Signaturen der Quell-Dateien mit gpg... ImageMagick-6.9.12-44.tar.gz ... FEHLGESCHLAGEN (Unbekannter öffentlicher Schlüssel 89AB63D48277377A) ==> FEHLER: Eine oder mehrere PGP-Signaturen konnten nicht überprüft werden!

We need your PGP signature key. Please.