Commit Graph

31 Commits

Author SHA1 Message Date
ognevnydemon
3d87f23640 libimagequant: update to 4.2.0 2023-09-07 20:05:23 +03:00
Christoph Reiter
168d9e9492 libimagequant: Update to 4.1.0 2023-03-25 10:34:50 +01:00
Mehdi Chinoune
62b27beeea libimagequant: update to 4.0.5 2023-01-21 05:53:38 +01:00
مهدي شينون (Mehdi Chinoune)
d72afaccbc Rebuild and enable clangarm64 for rav1e and libimagequant 2023-01-03 12:28:49 +01:00
مهدي شينون (Mehdi Chinoune)
73bc4fb710 Revert "libimagequant: enable clangarm64"
This reverts commit 7a7e97406d.

https://github.com/lu-zero/cargo-c/blob/v0.9.15/src/build.rs#L223
2022-12-28 07:57:42 +01:00
مهدي شينون (Mehdi Chinoune)
7a7e97406d libimagequant: enable clangarm64
Also remove libimagequant2
2022-12-28 07:37:10 +01:00
Christoph Reiter
7bde4fddc5 Add conflicts/replaces for old non-rust clang32 packages
so users that have then installed get transferred to the new ones
2022-11-12 14:32:08 +01:00
مهدي شينون (Mehdi Chinoune)
51ab92aefe Enable clang32 for cargo-c and libimagequant 2022-11-12 13:44:37 +01:00
Mehdi Chinoune
e419e4ade8 libimagequant: update to 4.0.4 2022-08-25 08:55:01 +01:00
Mehdi Chinoune
f740349c60 libimagequant: update to 4.0.1 2022-08-20 13:23:49 +01:00
Jeremy Drake
c627988d3d wxPython (and deps): enable for clangarm64 2022-03-20 15:32:33 -07: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
3eac67e2ca Makedepend on autotools where needed 2021-12-17 12:41:47 +01:00
Biswapriyo Nath
1b4e5b04e8 libimagequant: Update to 2.17.0 2021-11-27 20:06:59 +05:30
Biswapriyo Nath
fe146766c8 libimagequant: Update to 2.16.0 2021-09-23 14:43:12 +05:30
Jeremy Drake
37a2037ae6 add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.
2021-06-17 17:04:00 -07:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Alexey Pavlov
f2c5ddfe18 libimagequant: Update to 2.13.1 2021-01-15 09:45:17 +03:00
Alexey Pavlov
8053692450 libimagequant: Update to 2.13.0 2020-10-21 14:25:54 +03:00
Alexey Pavlov
d3b7af9597 libimagequant: Update to 2.12.6 2020-01-24 10:34:47 +03:00
Kanis
6b5f2e8b93 libimagequant: Fix include file location
and remove private header files from package

This matches the dev package on debian:
https://packages.debian.org/sid/amd64/libimagequant-dev/filelist
2019-10-24 17:46:46 +02:00
Lars Kanis
84a21fe1e9 libimagequant: Fix pkgconfig file install path 2019-10-24 15:43:11 +02:00
JPeterMugaas
989b92face libimagequant - 2.12.5
added .dll and .dll.a
added imagequant.pc for pkg-config
2019-07-30 17:19:02 -04:00
Alexey Pavlov
3c29f5ec88 libimagequant: Update to 2.12.5 2019-07-30 13:05:41 +03:00
Andrew Sun
3b740d323e libimagequant: update to 2.12.3 2019-05-24 13:27:09 -04:00
Alexey Pavlov
1e31de48b8 libimagequant: Update to 2.12.2 2018-10-30 18:23:01 +03:00
Andrew Sun
5735b085a0 libimagequant: update to 2.12.1 (#4238) 2018-08-18 09:33:11 +03:00
J. Peter Mugaas
a979dfbc19 libimagequant - Update to latest version 2.11 (#3612) 2018-04-17 22:49:40 +03:00
J. Peter Mugaas
3543fe4b18 mingw-w64-libimagequant - 2.8.2 - attempt to get package to better work. (#2136)
* mingw-w64-libimagequant - 2.8.2 - attempt to get package to better work.

* Another try.
2017-01-31 23:36:33 +03:00
J. Peter Mugaas
91b36206da Changes related to libgd (#2124)
* Changes related to libgd
mingw-w64-libgd - 2.2.4
  - add fontconfig, libimagequant, libwebp, and xpm-nox as dependencies
  - fix gdlib.pc file
  - restore gdlib-config script.  The original CMake with patch does not build it and some old config secripts are still using it.
  - libimagequant is now in a new package so don't with CMake.  Use the installed one.
mingw-w64-libimagequant - 2.8.2
  - new package
  - add patch I made to prevent a preliminary check for compiler working.  That triggers a bug with /dev/nul in GCC (or is it a Windows "feature")
mingw-w64-libgphoto - 2.5.12
  - Update to latest version and remove unneeded parts of aptch.  Much is already in the source-code.

* mingw-w64-libghoto2 -enable libusb and libgd.

* mingw-w64-libgphoto - 2.5.12 - Add GPG signature verification and add libjpeg as dependency

* Added patch to get the configure script to uctually detect libgd using pkg-config (the preffered method).  The script had been switched from gdlib-config to finding a libtool .la file.  The problem is that cmake does not make those and I hadn't figured out how to get to it to in a proper manner.  Litbool .la files don't work because software distributions do not include those files at all.

* mingw-w64-libgphoto2 - fix dependencies based on based on PE dump.

* Add myself as maintainer.  Remove commented out stuff.

* Fix download format, I hope.

* Try download file format again.  This time, the name is not just the version number.
2017-01-30 21:20:45 +03:00