Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Pavlov
1a86908256 libgd: Fix macros definitions, fix static build 2017-10-02 14:28:54 +03:00
Peter Budai
d8accbbf95 libgd: Update to 2.2.5 (#2950)
* libgd: Update to 2.2.5
Also fixing the pkg-config and gdlib-config, after the lib and hadrs were moved back from their subfolder to the /lib and /include folder, the .PC and the gdlib-config scripts still were pointing to the subfolders - this is now fixed.

* libgd: prevent C-style mangling of the 32-bit DLL
2017-09-25 07:36:47 +03:00
Alexey Pavlov
b40e429e49 Rebuild packages against libwebp-0.6.0 2017-03-20 14:50:26 +03:00
Alexey Pavlov
328919a6bb libgd: Don't hide libraries in subfolder 2017-03-15 15:15:46 +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
J. Peter Mugaas
518ddb3361 mingw-w64-libgd - 2.2,4 - Update to latest version and enable libimagequant 2.0 support - automatically downloaded (#2118) 2017-01-23 07:12:09 +03:00
peterbud
81aace1b13 Added libgd package (#1758)
* Added libgd package

* Fixing missing dependency in PKGBUILD and PKG-CONFIG file

* Removing Requires.private line

* And fixing Libs.private
2016-09-25 15:39:08 +04:00