Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#37655 - [graphicsmagick] Please move ghostscript to optdepends
Attached to Project:
Arch Linux
Opened by Christopher Reimer (CReimer) - Tuesday, 05 November 2013, 19:09 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 08 November 2013, 04:04 GMT
Opened by Christopher Reimer (CReimer) - Tuesday, 05 November 2013, 19:09 GMT
Last edited by Gaetan Bisson (vesath) - Friday, 08 November 2013, 04:04 GMT
|
DetailsPlease move ghostscript to optdepends as it is done with imagemagick.
|
This task depends upon
Closed by Gaetan Bisson (vesath)
Friday, 08 November 2013, 04:04 GMT
Reason for closing: Implemented
Additional comments about closing: graphicsmagick-1.3.18-4 in [extra]
Friday, 08 November 2013, 04:04 GMT
Reason for closing: Implemented
Additional comments about closing: graphicsmagick-1.3.18-4 in [extra]
BTW, perllocal.pod and .packlist are removed automatically by makepkg, so the last lines of the package function can be removed.
The modules build probably needs a bit of work...
rm -f "${pkgdir}"/usr/lib/*.la
dependency_libs=' /usr/lib/libMagickCore-6.Q16HDRI.la -llcms2 -llqr-1 -lglib-2.0 -lfontconfig -lfreetype -lXext -lX11 -lXt -llzma -lbz2 -lz -lltdl -lgomp -lOpenCL -lm'
The module .la files have dependencies on the .la files in /usr/lib, so if you delete them, the dependencies can't resolve anymore. Don't know if this is a problem for imagemagick/graphicsmagick, but for libsasl/cyrus-sasl it was.