Commit graph

55 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
353411f6c2
Merge branch 'LibreELEC/master' into devel 2025-02-20 11:57:07 +01:00
Rudi Heitbaum
aba74c6835 libpng: update to 1.6.47 2025-02-19 11:33:12 +00:00
Tomáš Kelemen (vudiq)
532c20c29f
Merge branch 'le-master' into devel 2025-01-29 19:47:50 +01:00
Rudi Heitbaum
351290af96 libpng: update to 1.6.46 2025-01-25 05:20:58 +00:00
Rudi Heitbaum
4fdf9b0747 libpng: update to 1.6.45 2025-01-08 05:15:58 +00:00
Rudi Heitbaum
a18b6d194b libpng: update to 1.6.44 2024-09-14 11:59:37 +00:00
Tomáš Kelemen (vudiq)
196111852d
Merge branch 'LibreELEC/master' 2024-04-03 00:50:36 +02:00
Rudi Heitbaum
96807c1e81 libpng: update to 1.6.43 2024-02-25 06:22:58 +00:00
Rudi Heitbaum
2fd44547ee libpng: update to 1.6.42 2024-02-01 05:26:36 +00:00
Rudi Heitbaum
5b0feb5f93 libpng: update to 1.6.41 2024-01-25 13:03:59 +00:00
Rudi Heitbaum
b52e1639f5 libpng: update to 1.6.40 2023-06-26 12:33:35 +00:00
Tomáš Kelemen (vudiq)
f811970e44
libpng: adjust config for libpng 1.7 used by Lakka 2023-02-06 00:02:31 +01:00
Tomáš Kelemen (vudiq)
33e9e1eaaa
Merge branch 'LibreELEC.tv/master' into Lakka-LE-master 2023-01-18 11:15:04 +01:00
Rudi Heitbaum
7e9ce4dde7 libpng: update to 1.6.39
ann:
- https://github.com/pnggroup/libpng/blob/v1.6.39/ANNOUNCE

changes:
- https://github.com/pnggroup/libpng/blob/v1.6.39/CHANGES

Version 1.6.39 [November 20, 2022]
  Changed the error handler of oversized chunks (i.e. larger than
    PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error.
  Fixed a buffer overflow error in contrib/tools/pngfix.
  Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp.
  Disabled the ARM Neon optimizations by default in the CMake file,
    following the default behavior of the configure script.
  Allowed configure.ac to work with the trunk version of autoconf.
  Removed the support for "install" targets from the legacy makefiles;
    removed the obsolete makefile.cegcc.
  Cleaned up the code and updated the internal documentation.
2023-01-17 16:42:07 +00:00
Rudi Heitbaum
2f62bfc613 libpng: update libpng.pc to include zlib library 2022-10-30 05:09:52 +00:00
Rudi Heitbaum
5715d22198 libpng: update to 1.6.38 2022-10-30 03:29:10 +00:00
Tomáš Kelemen (vudiq)
92eec027e9 libpng: update to 1.7.0-beta
required by ppsspp
2021-10-02 00:49:09 +02:00
Ian Leonard
dc28cd2250 graphics: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:55 +00:00
Ian Leonard
fd5d5cca3b libpng: update to 1.6.37, correct license typos
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-04-17 06:34:36 +00:00
Ian Leonard
96bbc37448 libpng: update to 1.6.36
libpng 1.6.36 adopted an updated license, so include that too.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-12-06 09:49:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
Ian Leonard
1f6ff1fd50 libpng: update to 1.6.35
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-08-16 21:02:12 +00:00
CvH
122e3a7d4a spdx: packages/graphics 2018-07-17 23:58:50 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
c90b78d9d5
buildsystem: replace PKG_USE_CMAKE 2017-11-22 00:41:12 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
981aa58a41 libpng: update to libpng-1.6.29 2017-05-06 22:45:23 +01:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
9e736b3740 libpng: update to libpng-1.6.27 2017-01-24 03:04:16 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
86065df3be libpng: disable autoreconf 2016-11-15 20:51:46 +01:00
Christian Hewitt
a7ad32935c Merge pull request #760 from lrusak/cmake
rework cmake build system and adjust build variables
2016-09-27 11:26:54 +04:00
Lukas Rusak
98a5212c6c
libpng: prevent from building with cmake configuration 2016-09-26 23:21:01 -07:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
265d718553
libpng: update to 1.6.25 2016-09-09 00:23:56 -07:00
Lukas Rusak
cecf606882 libpng: update to 1.6.23 2016-07-25 10:04:58 -07:00
Lukas Rusak
0ab6118148 libpng: update to 1.6.22 2016-06-14 01:13:33 -07:00
Stephan Raue
c0415d026a libpng: update to libpng-1.6.21
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-24 04:17:18 +01:00
Stephan Raue
57be78a9d2 libpng: dont install libpng*-config to $TOOLCHAIN/bin, this file should be in $SYSROOT_PREFIX/usr/bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-07 03:30:12 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
60c4d40d25 libpng: update to libpng-1.6.19
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-13 08:40:41 +01:00
Stephan Raue
cd56447dee libpng: update to libpng-1.6.18
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-03 20:58:53 +02:00
Stephan Raue
3b284eb2df libpng: update to libpng-1.6.17
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-04 23:38:23 +02:00
Stephan Raue
f392b98748 libpng: update to libpng-1.6.16
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-26 12:01:46 +01:00
Stephan Raue
74d1c2633f libpng: update to libpng-1.6.15
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-26 20:42:45 +01:00
Stephan Raue
11b911383c libpng:host: build static
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-26 03:56:03 +02:00