Commit graph

84 commits

Author SHA1 Message Date
Ntemis
f7a87b7004 Fix libpng package 2023-09-06 01:47:05 +02: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
Stephan Raue
f147a10cb1 libpng: update to libpng-1.6.12
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-06-18 09:58:30 +02:00
Stephan Raue
760e81a912 libpng: update to libpng-1.6.10
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-18 10:42:12 +01:00
Stephan Raue
1ccbdba1f6 libpng: update to libpng-1.6.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-02-25 11:13:26 +01:00
Stephan Raue
52271f0e90 libpng: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:32 +01:00
Stephan Raue
d4259ac6e9 libpng: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-20 22:57:14 +01:00
Stephan Raue
8ffd159eb2 libpng: update to libpng-1.6.8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-24 14:19:23 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
0bff9b69b0 libpng: force linking against libz
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-05-16 17:33:29 +02:00
Stephan Raue
3a457f18f6 libpng: update to libpng-1.5.14
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-15 15:22:57 +01:00
Stephan Raue
425dd19658 libpng: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 17:57:30 +01:00