Search Criteria
Package Details: imagemagick-full-doc 7.1.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/imagemagick-full.git (read-only, click to copy) |
---|---|
Package Base: | imagemagick-full |
Description: | An image viewing/manipulation program (Q32 HDRI with all possible features) (manual and API docs) |
Upstream URL: | https://www.imagemagick.org/ |
Keywords: | convert graphics image imagemagick photo |
Licenses: | custom |
Conflicts: | imagemagick-doc |
Provides: | imagemagick-doc |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 17 |
Popularity: | 0.26 |
First Submitted: | 2015-12-27 13:40 (UTC) |
Last Updated: | 2023-03-21 20:04 (UTC) |
Dependencies (49)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks) (make)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin) (make)
- chrpath (chrpath-svn) (make)
- djvulibre (make)
- dmalloc (make)
- fftw (fftw-amd) (make)
- flif (flif-git) (make)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu) (make)
- freetype2 (freetype2-minimal-git, freetype2-ttmetrics, freetype2-git, freetype2-infinality-remix, freetype2-v35, freetype2-ultimate5) (make)
- ghostpcl (make)
- ghostscript (make)
- ghostxps (make)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer) (make)
- glu (glu-git) (make)
- graphviz (make)
- gsfonts (gsfonts-cyr, gsfonts-emojiless) (make)
- highway (highway-git) (make)
- jbigkit (jbigkit-git) (make)
- lcms2 (lcms2-git, lcms2-ff-git, lcms2-ff) (make)
- libfpx (make)
- Show 29 more dependencies...
Required by (4)
- imagemagick-fftw (requires imagemagick-doc) (optional)
- imagemagick-full (optional)
- imagemagick-git (requires imagemagick-doc) (optional)
- imagemagick-no-hdri (requires imagemagick-doc) (optional)
Latest Comments
1 2 3 4 Next › Last »
nariox commented on 2019-01-19 03:04 (UTC)
Could you add "-$pkgver" to the provides? Otherwise, packages that require a particular version of imagemagick complain (e.g. php-imagick)
dbermond commented on 2018-07-09 16:48 (UTC)
@tmow I cannot reproduce your issue. Package is building fine for me.
It seems that you're using clang to build. Maybe this is a clang specific issue? Please try to use gcc.
tmow commented on 2018-07-09 07:37 (UTC)
I had to install by hand openmp (extra/openmp) as I got this error during build time
/usr/bin/ld: cannot find -lomp clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
hueypokerbrainz commented on 2018-05-14 23:21 (UTC) (edited on 2018-05-15 20:43 (UTC) by hueypokerbrainz)
Updating to 7.0.7.31-1 breaks windowmaker (https://aur.archlinux.org/packages/windowmaker-git/)
Essentially, my windowmaker was looking for some libMagick*.so.5 libraries that no longer existed. Re-installing windowmaker after updating to 7.0.7.31-1 fixed the problem.
Also didn't have any problem updating to 7.0.7.32-1.
dbermond commented on 2018-01-25 01:25 (UTC)
@japp1egate You're welcome. Please post some feedback if you can successfully build it in a clean chroot.
japp1egate commented on 2018-01-25 01:13 (UTC)
@dbermond - Thank you very much. I really do appreciate your help.
dbermond commented on 2018-01-25 01:10 (UTC)
@japp1egate You can view the Wiki article: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot
Basically, in this case you need to use the command extra-x86_64-build. Use it with makechrootpkg -I options (after --) to provide the needed AUR package dependencies.
japp1egate commented on 2018-01-25 00:00 (UTC) (edited on 2018-01-25 00:25 (UTC) by japp1egate)
Wow. That makes little-to-no sense to me. I know I haven't set DESTDIR or pkgdir to anything myself. Can you point me in the right direction for instructions to set up a clean chroot environment? No need for hand-holding or anything. Just please point me in the right direction. :)
dbermond commented on 2018-01-24 23:31 (UTC)
@japp1egate Your perl files are being installed to
${pkgdir}/home/japple/perl5/lib/perl5/
instead of${pkgdir}/usr/lib/perl5/
. I don't know why.Sorry, but I have no solution for this. You're the first one to raise this issue here. Make sure that you don't have the environment variables DESTDIR and pkgdir setted elsewhere.
As a final attempt, you can try to build in a chroot by using devtools. It should work since it will build in an isolated environment.
japp1egate commented on 2018-01-24 22:39 (UTC)
Full output of makepkg -ris posted as GitHub gist at:
https://gist.github.com/japp1egate/e3146b9b49bccbf017d2b22d5e730db8
1 2 3 4 Next › Last »