summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-03-28Fix unnecessary dependency on ImageMagick 7Zach Callear
Fix unnecessary and broken build dependency on ImageMagick 7, in that the build process was still searching for MagickWand-config, which is not available in the libmagick6 package.
2020-03-27Fix libmagick6 usage, remove apache2 fopenmp fixZach Callear
Adjust the patching for using libmagick6, which imgmin requires, to get its compilation details directly from pkg-config rather than ImageMagick 7's MagickWand-config, as that script now hardcodes MagickWand-7.Q16HDRI as the pkg-config package name. Additionally, remove the apache2 module fix related to "-fopenmp", as it seems to have been fixed upstream long ago (in commit d7969f32ee06).
2017-12-18Switch libmagick6 to dependsZach Callear
2017-12-18Uggh. Fix bad makedepends againZach Callear
2017-12-18Fix bad makedepends listZach Callear
2017-12-18Update .SRCINFOZach Callear
2017-12-18Use libmagick6Zach Callear
2016-02-11Added armv7h and armv6h as suggested by sekret. Updated package version.Zach Callear
2015-08-24Apparently it still needed that Apache module patch. The build failed on ↵Zach Callear
one of my systems without it.
2015-08-24Temporarily fixed https://github.com/rflynn/imgmin/issues/56 (Quality Worse ↵Zach Callear
than with ImageMagick convert) by commenting a bad line until author does so upstream. Removed Apache module fix, as build now works fine without it.
2015-08-23Replaced PKGBUILD with the one provided by sekret.Zach Callear
2015-08-14Initial importZach Callear