41850 Commits

Author SHA1 Message Date
Matthias Reichl
0d00bdde3f binary addons: bump PKG_REV
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:27 +01:00
Matthias Reichl
b0974a87f2 distro: bump ADDON_VERSION to 10.80.10
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:27 +01:00
Matthias Reichl
5508e7fb58 Revert "zip: fix LARGE_FILE_SUPPORT"
This reverts commit f7b92081b549a98f47b6d0dbf6e5a8bdca057f27.
2022-12-04 23:44:27 +01:00
Matthias Reichl
7c258fe258 Revert "config/arch.arm: build with -D_TIME_BITS=64 to support 64-bit time on legacy ABIs"
This reverts commit 894a4a66da764b8b6c8c910a09f9d96d2a9dd69b.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
889f3d8a5a Revert "glibc: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds"
This reverts commit ddd8e1e3366f93e6621df619e80c87ebc3175ff6.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
1f85ae27f3 Revert "lirc: support -D_TIME_BITS=64 for 64-bit time"
This reverts commit 2da3f0e9edbd0d2c82f69bf852e8be8e9ebaab19.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
6cbc41c59c Revert "zlib: support -D_TIME_BITS=64 for 64-bit time"
This reverts commit 6b43d18f17e32cd4fbe88db466155f0e7a39f602.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
8cc0e08eb4 Revert "dvb-apps: support-time-bits-64.patch"
This reverts commit 6e1b03f68855388eb415917985bc37ea1c3deb27.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
bcb869a387 Revert "libretro-fbneo: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds"
This reverts commit e80603557c6f497ffe4b794cb13597faf16ec308.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 21:13:52 +01:00
Matthias Reichl
b602ba058a Revert "mariadb: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds"
This reverts commit 79791faf430a8e9b0bdad49dd4f4c448b0b2137c.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 21:13:52 +01:00
Matthias Reichl
6956b5f605 config/show_config: add local ccache info
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 16:01:56 +01:00
Matthias Reichl
e1b0a878a2 ccache: disable unittests
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 14:21:40 +01:00
Rudi Heitbaum
f3306e803d ccache: set compression level to CCACHE_COMPRESSLEVEL during package build 2022-12-04 14:21:40 +01:00
Rudi Heitbaum
399df18197 config/options: add compression level for ccache (CCACHE_COMPRESSLEVEL) 2022-12-04 14:21:40 +01:00
Matthias Reichl
16ec111802 ccache: don't override make_host
There's no need for it, it only delays building until makeinstall
and messes up build time statistics.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 14:21:40 +01:00
Rudi Heitbaum
243b9a2347 ccache: update to 4.7.4 and now builds with cmake 2022-12-04 14:21:19 +01:00
Matthias Reichl
9ee4ce2a23 zstd: don't override make_host
There's no need for it, it only delays building until makeinstall
and messes up build time statistics.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:48:23 +01:00
Matthias Reichl
10db624f40 zstd: use local-cc build flag 2022-12-04 13:48:23 +01:00
Rudi Heitbaum
e9c49900ab zstd: build with cmake-make and remove host dependancy of ccache:host
ccache:host now uses zstd to build, so update the dependancies and
force the use of the LOCAL_CC and LOCAL_CXX compilers.
2022-12-04 13:48:23 +01:00
Matthias Reichl
9f9de20cee cmake: drop dependency on ccache and add local-cc build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:48:23 +01:00
Rudi Heitbaum
80621c706e zlib: host build depends on ccache:host 2022-12-04 13:48:23 +01:00
Matthias Reichl
0b125af1eb pkg-config: drop dependency on ccache:host, add local-cc build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:48:23 +01:00
Matthias Reichl
d71a7c52be gettext: drop dependency on ccache:host, add local-cc build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:48:23 +01:00
Matthias Reichl
b9d7841a47 options: automatically use ccache on build host if it's available
Use of ccache on build host is now controlled by the
LOCAL_CCACHE_SUPPORT option. Setting it to "no" will disable use
of local ccache.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:39:47 +01:00
CvH
7bf71803f5
Merge pull request #7194 from HiassofT/le11-local-cc
support early stage host package builds with ccache from buildhost
2022-12-04 09:11:28 +01:00
Frank Hartung
164bd92f32
Merge pull request #7196 from heitbaum/kernel60
linux: update to 6.0.y
2022-12-03 15:11:10 +01:00
CvH
03a6afe217
Merge pull request #7200 from heitbaum/intel
Intel Graphics updates
2022-12-03 13:42:31 +01:00
CvH
9b7fe8f01d
Merge pull request #7190 from SupervisedThinking/up_kodi_fix_mesa223
kodi: fix build with mesa 22.3.0
2022-12-03 13:39:59 +01:00
Rudi Heitbaum
918844a388 linux: update to 6.0.11 2022-12-03 01:10:25 +00:00
Rudi Heitbaum
64ea2b6a06 linux (Allwinner aarch64): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
0499bb7d9c linux (Allwinner arm): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
eb394a7875 linux (Generic): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
81e34946f3 linux (NXP iMX6): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
3d2fa4e954 linux (NXP iMX8): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
72e3d0a278 linux (Qualcomm): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
47dd9feefb linux (Rockchip RK3288): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
2489c901bf linux (Rockchip RK3328): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
c1bbcf864f linux (Rockchip RK3399): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
c421da1afc linux (Samsung): update .config for 6.0.11 2022-12-03 01:08:46 +00:00
Rudi Heitbaum
69a615efe0 media-driver: update to 22.6.4
log:
- https://github.com/intel/media-driver/compare/intel-media-22.6.2...intel-media-22.6.4

patch:
- https://github.com/intel/media-driver/pull/1550
2022-12-03 00:21:18 +00:00
Rudi Heitbaum
12d8d0fd0e gmmlib: update to 22.3.1
log:
- https://github.com/intel/gmmlib/compare/intel-gmmlib-22.3.0...intel-gmmlib-22.3.1

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-12-03 00:21:18 +00:00
Matthias Reichl
459fc06994
Merge pull request #7198 from SupervisedThinking/up_ffmpeg
ffmpeg: clean up & change license to GPL-3.0-only
2022-12-02 20:22:03 +01:00
CvH
89a0d525f4
Merge pull request #7195 from heitbaum/packages
Packages updates
2022-12-02 20:13:28 +01:00
CvH
576424f772
Merge pull request #7185 from heitbaum/jelly11
[le11] jellyfin: update to 10.8.8 and addon (111)
2022-12-02 20:12:48 +01:00
SupervisedThinking
00871de048 ffmpeg: clean up & change license to GPL-3.0-only
- use SPDX license short identifier
2022-12-02 20:08:55 +01:00
Frank Hartung
448d8bc3d0
Merge pull request #7193 from heitbaum/vulkan
Vulkan update to 1.3.236
2022-12-02 14:46:04 +01:00
Frank Hartung
ac0e4198da
Merge pull request #7197 from heitbaum/mesa223
mesa: drop upstreamed Samsung patch in 22.3.0
2022-12-02 11:23:36 +01:00
Rudi Heitbaum
77f14a91c1 mesa: drop upstreamed Samsung patch in 22.3.0 2022-12-02 10:15:34 +00:00
Rudi Heitbaum
2552fd1c7c linux (Rockchip): rebase patches for 6.0.11 2022-12-02 10:07:25 +00:00
Rudi Heitbaum
115e1b7dd4 xz: update to 5.2.9
news:
- https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS;hb=3be6942e5c27d29995d41da52fbe274e4ce4a537

5.2.9 (2022-11-30)

    * liblzma:

        - Fixed an infinite loop in LZMA encoder initialization
          if dict_size >= 2 GiB. (The encoder only supports up
          to 1536 MiB.)

        - Fixed two cases of invalid free() that can happen if
          a tiny allocation fails in encoder re-initialization
          or in lzma_filters_update(). These bugs had some
          similarities with the bug fixed in 5.2.7.

        - Fixed lzma_block_encoder() not allowing the use of
          LZMA_SYNC_FLUSH with lzma_code() even though it was
          documented to be supported. The sync-flush code in
          the Block encoder was already used internally via
          lzma_stream_encoder(), so this was just a missing flag
          in the lzma_block_encoder() API function.

        - GNU/Linux only: Don't put symbol versions into static
          liblzma as it breaks things in some cases (and even if
          it didn't break anything, symbol versions in static
          libraries are useless anyway). The downside of the fix
          is that if the configure options --with-pic or --without-pic
          are used then it's not possible to build both shared and
          static liblzma at the same time on GNU/Linux anymore;
          with those options --disable-static or --disable-shared
          must be used too.

    * New email address for bug reports is <xz@tukaani.org> which
      forwards messages to Lasse Collin and Jia Tan.
2022-12-02 09:50:47 +00:00