Commit Graph

209 Commits

Author SHA1 Message Date
Tee KOBAYASHI ec4eb507e1 libtiff: Revbump revdeps to rebuild 2022-12-17 06:40:16 +00:00
Tee KOBAYASHI de38b09fb2 imagemagick: Bump to 7.1.0.54 2022-12-11 19:05:17 +00:00
Tee KOBAYASHI 14102e4758 imagemagick: Bump to 7.1.0.53 2022-12-05 19:42:54 +00:00
Lucy Phipps 1d5f356c51
imagemagick: update to 7.1.0-52 2022-11-06 18:54:53 +00:00
Tee KOBAYASHI bfda47ab12 imagemagick: Fix overlinking 2022-11-03 01:24:17 +00:00
Tee KOBAYASHI 52faa2dd3a imagemagick: Bump to 7.1.0.51
* Enable OpenEXR support
2022-11-01 18:33:32 +00:00
Lucinda May Phipps 4080ac8764
imagemagick: update to 7.1.0-50 2022-10-12 15:14:09 +01:00
Lucy Phipps 7429de6ad0
imagemagick: update to 7.1.0-49 2022-09-27 13:05:07 +01:00
Tee KOBAYASHI e7121ef6c1 imagemagick: Bump to 7.1.0.48 2022-09-21 15:12:56 +09:00
Lucy Phipps 711f4ae90b
imagemagick: update to 7.1.0.43 2022-07-22 21:55:41 +01:00
Henrik Grimler f041d6dc51
imagemagick: fix undefined symbol on arm
And remove extra i686 linking, it doesn't seem to be necessary
anymore.
2022-04-14 08:39:10 +02:00
Henrik Grimler 42370d19c5
imagemagick: update to 7.1.0.29 2022-04-14 08:08:42 +02:00
Tee KOBAYASHI cf72458979 imagemagick: Get rid of references to leaked builtins 2022-03-22 01:51:20 +09:00
Tee KOBAYASHI a5687169e3 imagemagick: Get rid of references to leaked builtins 2022-03-21 02:42:19 +09:00
Henrik Grimler 6246ade463
imagemagick: bump after littlecms update 2022-02-28 20:47:23 +01:00
Yaksh Bariya bcecd85a67 imagemagick: get source from GitHub Releases 2021-12-12 10:07:41 +05:30
Yaksh Bariya 72dfe5266b revbump packages dependent on glib 2021-12-12 10:07:41 +05:30
Efreak badd45f635 bump imagemagick version to 7.1.0.16 2021-11-28 10:52:34 +05:30
Efreak 0a7585d33f add fftw to imagemagick build
added explicitly because despite it being a default, fft doesn't seem to work.

```
~/src/fft-test
❯ magick clown_orig.jpg -fft \
           \( +clone  -write clown_phase.png +delete \) +delete \
           -write clown_magnitude.png  -colorspace gray \
           -auto-level -evaluate log 100000  clown_spectrum.png
magick: delegate library support not built-in `clown_orig.jpg' (FFTW) @ warning/fourier.c/ForwardFourierTransformImage/914.
magick: unable to open image ' ': No such file or directory @ error/blob.c/OpenBlob/3527.
magick: no decode delegate for this image format `' @ error/constitute.c/ReadImage/572.

~/src/fft-test
❯ magick -version
Version: ImageMagick 7.1.0-15 Q16-HDRI aarch64 2021-11-20 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI
Delegates (built-in): bzlib cairo fontconfig freetype heic jng jp2 jpeg jxl lcms lzma pangocairo png rsvg tiff webp x xml zlib
Compiler: gcc (4.2)
```
As you can see, fft doesn't work, and the fftw delegate isn't listed as a built-in.
Unsure if this would work, as I am unable to configure a termux build environment (my pc is >10 years old, not powerful enough for android build environments; the build scripts don't seem to want to work on my tablet)
2021-11-28 10:52:34 +05:30
Leap of Azzam 844477f98b
imagemagick: enable Magick++ (#8034)
* imagemagick: enable Magick++
2021-11-22 08:52:37 +01:00
Lucy Phipps 0b81e0204f
imagemagick: update to 7.1.0.13 2021-10-30 13:14:17 +01:00
AgentConDier 1d4da57013 imagemagick: depend on zstd
I got the following error trying to use imagemagick:
```
~ $ magick
CANNOT LINK EXECUTABLE "magick": library "libzstd.so.1" not found
```
Installing zstd fixes the issue.
2021-10-23 16:29:29 +02:00
Lucinda May Phipps 4c7246785c
imagemagick: fix checksum 2021-10-14 19:14:36 +01:00
Lucinda May Phipps fb66e46460
imagemagick: update to 7.1.0.10 2021-10-14 19:03:30 +01:00
Lucinda May Phipps db8d640f66
imagemagick: update to 7.1.0.9 2021-10-03 23:03:26 +01:00
Lucy Phipps 9ac8bf9663
imagemagick: update to 7.1.0.8 2021-09-29 16:19:01 +01:00
Lucinda May Phipps 11fa944e15
imagemagick: update to 7.1.0.7 2021-09-13 08:22:56 +01:00
Lucinda May Phipps 552bea2c14
imagemagick: update to 7.1.0.6 2021-09-11 13:01:16 +01:00
Lucinda May Phipps 0435f77102
imagemagick: update to 7.1.0.5 2021-08-27 04:44:10 +01:00
Lucy Phipps 98ef04fc5d
imagemagick: really use libjxl 2021-08-17 11:59:13 +01:00
Lucy Phipps 502adaa110
revert the imagamegick-libjxl stuff, sorry 2021-08-17 11:20:59 +01:00
Lucy Phipps b7d6f09353
fix imagemagick build 2021-08-17 11:02:38 +01:00
Lucy Phipps b0b0b83199
imagemagick: use libjxl 2021-08-17 10:38:49 +01:00
Lucy Phipps 422499106c
libde265: disable broken arm optimizations 2021-08-04 17:06:30 +01:00
Lucy Phipps 7545e03252
fix libde265 on arm, for real this time 2021-08-04 16:42:02 +01:00
Lucy Phipps 65037354e3
fix libde265 on arm 2021-08-04 16:31:16 +01:00
Lucy Phipps 902016b3b6
trigger rebuild of imagemagick, ffmpeg, libde265, libheif again 2021-08-04 16:08:57 +01:00
Lucy Phipps ae2b3bcfc5
trigger rebuild of imagemagick, ffmpeg, libde265, libheif 2021-08-04 15:47:41 +01:00
Lucy Phipps ac40765c94
imagemagick: use libheif 2021-08-04 15:29:06 +01:00
Lucy Phipps 2b49c79c21
imagemagick: revert libjxl dependency
waiting until https://github.com/ImageMagick/ImageMagick/issues/4029 is fixed
2021-08-03 14:01:46 +01:00
Lucy Phipps 704a65766d
imagemagick: actually depend on libjx 2021-08-03 10:51:25 +01:00
Lucy Phipps 31a2188b91
imagemagick: JPEG XL support 2021-08-03 10:29:04 +01:00
Yaksh Bariya 1f830507c9 imagemagick: bump revision 2021-08-01 18:46:01 +03:00
Leonid Pliushch e56ecce2d0
imagemagick: update to 7.1.0.4 2021-07-21 12:27:10 +03:00
Lucy Phipps bc05209924
imagemagick: update to 7.1.0.3 2021-07-17 23:05:02 +01:00
Lucy Phipps 1894381248
imagemagick: update to 7.1.0.2 2021-07-11 14:56:52 +01:00
Lucy Phipps ffc82944ea
imagemagick: update to 7.1.0.1 2021-06-23 02:24:51 +01:00
Suhan G Paradkar 3dc78812f1
Updates to a few packages (#6850)
* Update apt

* Update bat

* Update caddy

* Update clash

* Update croc

* Update dar

* Update exiftool

* Update ffsend

* Update delve

* Update imagemagick

* Update libxml2

* Update micro

* Update mime-support

* Update notmuch
2021-05-25 07:39:23 +05:30
Leonid Pliushch c4a73db86b
imagemagick: update to 7.0.11.11 2021-05-06 14:00:10 +00:00
Leonid Pliushch 72c24fa2e6
imagemagick: update to 7.0.11.10 2021-05-04 16:55:35 +00:00