2025-07-08 16:06:36 by Jonathan Perkin | Files touched by this commit (1) |
Log message: jasper: Remove FORCE_C_STD and _POSIX_C_SOURCE. Previously used as hacks, these are now actively harmful as the source itself uses newer standards. Fixes GCC 14 build. While here fix the test target so it actually works. |
2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message: *: recursive bump for jpeg -> libjpeg-turbo switch |
2025-03-30 10:52:58 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: jasper: updated to 4.2.5 4.2.5 Made a change to a configuration header file in order to avoid undesirable compiler warnings when JasPer is used in C++ code |
2025-03-30 09:50:24 by Thomas Klausner | Files touched by this commit (3) |
Log message: jasper: make header safe to use from C++ Using upstream patch Bump PKGREVISION. |
2025-01-07 20:36:10 by Taylor R Campbell | Files touched by this commit (3) |
Log message: graphics/jasper: Fix cross-build. |
2024-09-20 09:04:56 by Tobias Nygren | Files touched by this commit (1) |
Log message: jasper: need _DARWIN_C_SOURCE with _POSIX_C_SOURCE Else u_char won't be defined which breaks sysctl.h. Might be a bug in macOS 15. |
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message: *: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS |
2024-08-05 14:05:50 by Tobias Nygren | Files touched by this commit (1) |
Log message: jasper: needs _POSIX_C_SOURCE |
2024-04-28 10:44:48 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: jasper: updated to 4.2.4 4.2.4 (2024-04-27) * Added some missing checks to the jas_heic_decode function in the HEIC codec |
2024-04-05 13:14:57 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: jasper: update to 4.2.3. 4.2.3 (2024-03-30) ================== * Added a missing check in the JPC codec (#381). |