Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-14 | Updated to version 7.0.8.10 | Daniel Bermond | |
2018-08-06 | Updated to version 7.0.8.9 | Daniel Bermond | |
2018-07-24 | Updated to version 7.0.8.8 | Daniel Bermond | |
2018-07-20 | Updated to version 7.0.8.7 | Daniel Bermond | |
2018-07-09 | Updated to version 7.0.8.6 | Daniel Bermond | |
2018-07-05 | Updated to version 7.0.8.5 | Daniel Bermond | |
2018-07-03 | Updated to version 7.0.8.4 | Daniel Bermond | |
2018-06-25 | Updated to version 7.0.8.3 | Daniel Bermond | |
2018-06-19 | Updated to version 7.0.8.2 | Daniel Bermond | |
2018-06-17 | Updated to version 7.0.8.1 | Daniel Bermond | |
2018-06-13 | Updated to version 7.0.8.0 | Daniel Bermond | |
2018-06-11 | Updated to version 7.0.7.39 | Daniel Bermond | |
2018-06-03 | Updated to version 7.0.7.38 | Daniel Bermond | |
2018-05-30 | Updated to version 7.0.7.37 | Daniel Bermond | |
2018-05-29 | Updated to version 7.0.7.36 | Daniel Bermond | |
2018-05-22 | Updated to version 7.0.7.35 | Daniel Bermond | |
2018-05-21 | Updated to version 7.0.7.34 | Daniel Bermond | |
2018-05-17 | Updated to version 7.0.7.33 | Daniel Bermond | |
2018-05-14 | Updated to version 7.0.7.32 | Daniel Bermond | |
2018-05-07 | Updated to version 7.0.7.31 | Daniel Bermond | |
2018-05-02 | Updated to version 7.0.7.30 | Daniel Bermond | |
2018-05-02 | depends: switch heic dependency from libde265 to libheif | Daniel Bermond | |
This was changed by upstream. | |||
2018-03-26 | Fix depends and makedepends | Daniel Bermond | |
- fix perl dependency in imagemagick-full package. The approach being used was not suitable for the AUR, since it produced blank perl versions in the .SRCINFO file. Now we simply depend on perl. The user is responsible for rebuilds if the perl package in the official repositories increases its version, which is much better, since users will not be locked with a fixed/hardcoded perl version in .SRCINFO. - remove unneeded (redundant) packages from makedepends, which were already present in depends - add missing git package in makedepends - remove unneeded entries from depends (ghostpcl and ghostxps) - rewrite X11 dependencies in depends - remove duplicated entries from depends (pango and libraqm) | |||
2018-03-25 | Updated to version 7.0.7.28 | Daniel Bermond | |
2018-03-25 | Fix dependencies of imagemagick-full-doc package | Daniel Bermond | |
It should not depend on anything since it is documentation only. | |||
2018-03-18 | Update 7.0.7.27 commit | Daniel Bermond | |
2018-03-18 | Avoid running configure twice | Daniel Bermond | |
When using the git tree source, configure runs twice: for some reason it needs to do a recheck and runs for a second time. Remaking all the configuration files by running 'autoreconf -fis' will fix it. | |||
2018-03-18 | Updated to version 7.0.7.27 | Daniel Bermond | |
2018-03-13 | Change source download method due to upstream limitations | Daniel Bermond | |
ImageMagick have an uncommon source distribution model: New releases appears firstly at imagemagick.org, but this website does not provide tarballs for all previous versions (only a tarball for the latest version is available from there). A tarball archive of previous versions can be found at the official github website, but strangely, the tarball of the current version appears there only after a certain lagging period. Using git clone as the source instead of the tarball allows to: - provide a new release as soon as possible - allows users to build the package with the older version if a new version is released upstream and the AUR package still had not the time to update the PKGBUILD - offers the possibility to lock-up the package at a certain version whithout any modification in this PKGBUILD (for example, if some build problem occurs with a newer version). | |||
2018-03-04 | Updated to version 7.0.7.25 | Daniel Bermond | |
2018-02-25 | Updated to version 7.0.7.24 | Daniel Bermond | |
2018-02-19 | Updated to version 7.0.7.23 | Daniel Bermond | |
2018-01-22 | Updated to version 7.0.7.22 | Daniel Bermond | |
2018-01-07 | Updated to version 7.0.7.21 | Daniel Bermond | |
2018-01-01 | Updated to version 7.0.7.19 | Daniel Bermond | |
2017-12-28 | Updated to version 7.0.7.18 | Daniel Bermond | |
2017-12-27 | Updated to version 7.0.7.17 | Daniel Bermond | |
2017-12-25 | Updated to version 7.0.7.16 | Daniel Bermond | |
2017-12-22 | Updated to version 7.0.7.15 | Daniel Bermond | |
2017-12-22 | New upstream option: --with-heic | Daniel Bermond | |
2017-12-22 | Rewrite to match official repository changes | Daniel Bermond | |
Official repository now provides ImageMagick version 7 and it has splitted the package into libmagick and imagemagick binaries. | |||
2017-12-06 | Updated to version 7.0.7.14 | Daniel Bermond | |
2017-12-01 | Updated to version 7.0.7.13 | Daniel Bermond | |
2017-11-12 | Updated to version 7.0.7.11 | Daniel Bermond | |
2017-11-05 | Updated to version 7.0.7.10 | Daniel Bermond | |
2017-11-05 | Add --with-raw to configure options | Daniel Bermond | |
2017-11-05 | Fix ghostscripts font dir and add urw-base35 fonts dir | Daniel Bermond | |
2017-11-05 | Switch CPPFLAGS to CFLAGS | Daniel Bermond | |
Also preserve values already defined by the environsment variable. | |||
2017-11-01 | Updated to version 7.0.7.9 | Daniel Bermond | |
2017-10-15 | Updated to version 7.0.7.8 | Daniel Bermond | |