Commit Graph

39 Commits

Author SHA1 Message Date
Biswapriyo Nath
9eeb5c95b9 libvips: update to 8.14.5 2023-10-01 15:53:24 +00:00
Christoph Reiter
1a2da17c8a openexr: rebuilds 2023-09-15 14:17:47 +02:00
Christoph Reiter
a3d2c0f051 more clangarm64 2023-05-10 19:17:55 +02:00
Miloš Komarčević
b7ff86ee00 libvips: update to 8.14.2 2023-04-04 17:49:10 +05:30
Christoph Reiter
8cb27c5543 libvips: Update to 8.14.1; port to meson 2023-02-14 17:15:30 +01:00
مهدي شينون (Mehdi Chinoune)
744e033827 cfitsio: rebuild dependent packages 2022-12-25 05:29:47 +01:00
Christoph Reiter
f31443fbd9 libtiff: rebuilds 2022-12-17 08:29:05 +01:00
Miloš Komarčević
b585cf13e1 libheif: bump deps 2022-11-18 06:33:39 +01:00
Mehdi Chinoune
271a8b009e libvips: update to 8.13.3 2022-11-03 11:30:25 +01:00
Mehdi Chinoune
f12f2770b4 libvips: update to 8.13.2 2022-10-01 15:44:36 +01:00
Miloš Komarčević
d2787cc66f libjxl: rebuild dependants 2022-09-24 20:30:05 +01:00
Biswapriyo Nath
fa45c5df60 libvips: update to 8.13.1
Move plugin dependencies to optional
2022-09-05 01:58:33 +05:30
مهدي شينون (Mehdi Chinoune)
57b099de33 libvips: Support OpenSlide 2022-09-02 18:40:01 +01:00
مهدي شينون (Mehdi Chinoune)
724ace6917 Remove unconditional dependency on openmp 2022-08-31 21:20:09 +01:00
مهدي شينون (Mehdi Chinoune)
f4a6a501b3 libvips: update to 8.13.0 2022-07-26 20:33:56 +05:30
Christoph Reiter
e6232abc2c More g-i related rebuilds
see #11994
2022-07-24 15:42:13 +02:00
John Cupitt
2d2f1062d4 libvips: update to 8.12.2 2022-03-25 20:43:09 +05:30
Christoph Reiter
f77e6cd512 imagemagick: rebuilds 2022-03-15 13:41:44 +01:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Christoph Reiter
d2e308f671 Merge branch 'master' into 1 2021-12-17 12:43:47 +01:00
Christoph Reiter
3eac67e2ca Makedepend on autotools where needed 2021-12-17 12:41:47 +01:00
Rosen Penev
cabfd71f6a libvips: update to 8.12.1
Fixed lld compilation by using autoreconf. Also added openmp as it's
needed to build. Added other clang platforms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-16 20:25:16 -08:00
Christoph Reiter
03277c2d45 More rebuilds
see https://github.com/msys2/MINGW-packages/issues/9136#issuecomment-906844536
2021-08-27 09:39:52 +02:00
Lars Kanis
9cf8a527c7 Update libvips to 8.11.2
This removes the dependency to opencl-icd for two reasons:
- opencl-icd is not available in the ucrt64 repository
- I could not find any use of that library within libvips
2021-07-05 17:29:07 +02:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Alexey Pavlov
52873bf9af libvips: Update to 8.10.5 2020-12-30 13:43:07 +03:00
Alexey Pavlov
d0fffb17bf libvips: Update to 8.10.2 2020-10-12 22:55:52 +03:00
Alexey Pavlov
fb0b6d0ace libvips: Update to 8.9.2 2020-05-13 10:03:04 +03:00
Hiroaki ENDOH
4e3acc9356 poppler: Updated pkgrel of dependent packages. 2020-04-07 21:58:56 +09:00
Alexey Pavlov
ef23a3d4ee Rebuilds for imagemagick 2020-04-03 21:44:56 +03:00
Alexey Pavlov
9f2f868177 Rebuilds for poppler 0.86.1 2020-03-06 09:21:05 +03:00
Alexey Pavlov
abd3508743 libvips: Update to 8.9.1 2020-02-20 22:53:40 +03:00
Alexey Pavlov
84b5a815e6 libvips: Update to 8.9.0 2020-01-10 10:27:26 +03:00
Alexey Pavlov
d1085c2e9e libvips: Update to 8.8.4 2019-12-24 13:32:01 +03:00
Alexey Pavlov
207a31846a libvips: Enable dependencies that was broken before. Rebuild 2019-11-06 10:01:19 +03:00
Alexey Pavlov
90fb193b3f libvips: Rebuild for openexr and opencv update 2019-10-31 14:52:13 +03:00
Lars Kanis
ffbf1df8db libvips: Fix build with gobject-introspect enabled
This could previously fail in make parallel builds due to a wrong
file dependency like so:

x86_64-w64-mingw32-gcc -march=x86-64 -mtune=generic -O2 -pipe
-D__USE_MINGW_ANSI_STDIO=1 -pipe  ../../vips-8.8.3/libvips/introspect.c
-o introspect
../../vips-8.8.3/libvips/introspect.c:42:10: fatal error: vips/intl.h:
No such file or directory
   42 | #include <vips/intl.h>
         |          ^~~~~~~~~~~~~
	 compilation terminated.
	 make[3]: *** [<builtin>: introspect] Error 1
2019-10-27 18:11:59 +01:00
Lars Kanis
a4231062e0 Add libvips image processing library 2019-10-26 09:31:58 +02:00