summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-23Match latest upstream changesDaniel Bermond
2021-10-11Add jpeg xlDaniel Bermond
2021-10-07Fix tests. Update backup. Remove jxl (currently does not work).Daniel Bermond
2021-07-04Update libjxl dependencyDaniel Bermond
2021-02-21Bring back jpeg-xl (fixed upstream). Add dmalloc.Daniel Bermond
2021-02-14Various fixes and improvementsDaniel Bermond
2019-10-03Add tcmalloc support. gs security issues.Daniel Bermond
2019-06-09Remove support for i686 architecture. Use https for url.Daniel Bermond
2019-05-20Unsplit libmagick to follow repository packageDaniel Bermond
References ---------- https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/imagemagick&id=a2a9f312e2505bd9cc7d3865123e988676d7809d
2018-11-26Do not rename the source. gs security fix. Add zstd. Improvements.Daniel Bermond
2018-10-26FixesDaniel Bermond
2018-03-18Avoid running configure twiceDaniel 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.
2017-12-22New upstream option: --with-heicDaniel Bermond
2017-12-22Rewrite to match official repository changesDaniel Bermond
Official repository now provides ImageMagick version 7 and it has splitted the package into libmagick and imagemagick binaries.
2017-09-24Switched to a split packageDaniel Bermond
This will provide an easier maintenance.
2017-09-02Perl versioned binary modules rebuildDaniel Bermond
2017-08-16Cosmetic changingsDaniel Bermond
Also updated depends, provides and conflicts.
2017-08-16Changed sourceDaniel Bermond
ImageMagick seems to have changed its main git repository. It seems that the git source code repository at imagemagick.org is not working anymore. It seems that the main authoritative source code repository is now at GitHub.
2017-06-06perl 5.26 rebuildDaniel Bermond
2017-04-30libwebp 0.6.0 rebuildDaniel Bermond
2017-04-08autotrace-nomagick 0.31.1-5 rebuildDaniel Bermond
libemf support was temporarily removed from pstoedit-nomagick 3.70-2 and reintroduced 3.70-5, which makes the need for a rebuild in both autotrace-nomagick and imagemagick. References: https://aur.archlinux.org/cgit/aur.git/commit/?h=autotrace-nomagick&id=6f3785ee85ff63c21b35f096f47e0de91e86fe15 https://aur.archlinux.org/cgit/aur.git/commit/?h=autotrace-nomagick&id=4941e482c46f9f0f915b70e8268036c9aac4259d https://aur.archlinux.org/cgit/aur.git/commit/?h=pstoedit-nomagick&id=905895998542bd763a4287852bb524a8c09ff2f0 https://aur.archlinux.org/cgit/aur.git/commit/?h=pstoedit-nomagick&id=ace46dc4cdafff9e3a154e76d793f487bfc62b65
2017-03-01autotrace-nomagick 0.31.1-2 rebuildDaniel Bermond
Temporarily removed libemf support from pstoedit-nomagick which makes the need for a rebuild.
2017-02-28Comment block: updated AUR dependenciesDaniel Bermond
2017-02-27Added support for umem (libumem)Daniel Bermond
Although configure option --with-umem was specified, there was no umem package available in repositories or in the AUR that can be used as a dependency to give compilation support. As a result, umem was not being detected at configure time and the package was without umem suppport. Now that libumem-git is available in the AUR the support can finally be done.
2017-02-25Comment block: added AUR dependenciesDaniel Bermond
This information can be unseful in some situations.
2017-02-25depends: changed flif-git to flifDaniel Bermond
Upstream flif matured and new versions were released by the developers. When the flif dependency was firstly introduced, the old release version did not work with imagemagick and it was needed to use flif-git. Now it's working with flif package (the release one). Using flif package will allow a more conservative dependency handling approach. Since flif-git provides flif, user can now choose if he will use flif or flif-git.
2016-12-03opencl dependecy changesDaniel Bermond
In short: depends: changed from ocl-icd to opencl-icd-loader. Moved opencl-headers to makedepends. The long story: This will match the approach used in PKGBUILDs from many repository packages that depends on opencl. These packages doesn't place a direct dependency to package ocl-icd like we were doing here, but instead they depends on libcl or on opencl-icd-loader that is provided by ocl-icd. The imagemagick repository package uses this approach. Also, opencl-headers is not needed at runtime and should be placed in makedepens. It's hard to tell for which one we should replace ocl-icd (if for libcl or for opencl-icd-loader), since, among other things, some repository packages points to libcl and others to opencl-icd-loader. In a recent update the imagemagick repository package has changed dependency from libcl to opencl-icd-loader, so we will be using opencl-icd-loader here too. Reference: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/imagemagick&id=193cd1967d79f4de07019e94cda75aaff9947a3d
2016-07-09Added Apple fonts support (optional due to licensing issues)Bermond
2016-07-09Added git to makedependsBermond
2016-07-09Added more notes about Windows fontsBermond
2016-07-09Added ttf-dejavu to dependsBermond
2016-06-30Change order of options to match configure scriptBermond
2016-06-03Fixed pkgver() to avoid errorsBermond
2016-05-07Security fix for discovered upstream vulnerabilityBermond
More details in: https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588 https://imagetragick.com/
2016-05-01New upstream option: --with-flifBermond
2016-05-01Cosmetic source changes in package()Bermond
2016-05-01Automated provides for handling of major IM version changeBermond
2016-02-14Initial commitBermond