Commit graph

39189 commits

Author SHA1 Message Date
Rudi Heitbaum
562de9e22f
Merge pull request #9741 from ToKe79/wayland-xml
wayland: copy wayland.xml to SYSROOT
2025-02-05 09:23:26 +11:00
Tomáš Kelemen (vudiq)
068828e46e
wayland: copy wayland.xml to SYSROOT
vulkan-tools requires wayland.xml when building wayland target with
vulkan support. when wayland.xml is missing, build of vulkan-tools fails
with following error:

    CMake Error in cube/CMakeLists.txt:
      Cannot find source file:

        [...]/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/share/wayland/wayland.xml

      Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
      .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
      .f95 .f03 .hip .ispc

also wayland-protocols is needed by the vulkan-tools package as per
testing by @heitbaum.
2025-02-04 16:41:40 +01:00
Christian Hewitt
25cd0b1b2d
Merge pull request #9759 from heitbaum/cert
cacert.pem: update to 2025-01-29
2025-02-04 17:39:35 +04:00
Christian Hewitt
e99706a2f6
Merge pull request #9758 from heitbaum/pkg
Package updates
2025-02-04 17:38:35 +04:00
Christian Hewitt
077e90e656
Merge pull request #9754 from heitbaum/binutils
binutils: update to 2.44
2025-02-04 17:37:57 +04:00
Rudi Heitbaum
e6554db878
Merge pull request #9728 from ToKe79/ply-mesa-dep-vulkan
ply: add python-ply package
2025-02-04 23:55:57 +11:00
LibreELEC Bot
f3f11214b3 cacert.pem: update to 2025-01-29
This commit updates cacert.pem certificate bundle with mk-ca-bundle.pl script using the
content of [certdata][1] associated with mozilla/gecko-dev@b2ea4fc372,

[1]: b2ea4fc372/security/nss/lib/ckfw/builtins/certdata.txt
2025-02-04 12:08:31 +00:00
Rudi Heitbaum
9915e41be0 hwdata: update to 0.392 2025-02-04 12:03:21 +00:00
Rudi Heitbaum
70038f79f1 exfatprogs: update to 1.2.7 2025-02-04 12:03:21 +00:00
Rudi Heitbaum
9fc2ed422c libX11: update to 1.8.11 2025-02-04 12:03:21 +00:00
Tomáš Kelemen (vudiq)
7638ccd2dc
disable kronos for i386
reason: does not build due to some incompatible-pointer-types
assignments
2025-02-04 12:29:53 +01:00
Tomáš Kelemen (vudiq)
1d9316795b
disable holani core for other archs than x86_64
even though the PKG_ARCH of holani is x86_64, the dependencies like rust
and cargo are pulled into the buildsystem
2025-02-04 12:29:13 +01:00
Matthias Reichl
5944b14091
Merge pull request #9757 from heitbaum/bin13a
inputstream.ffmpegdirect: update 22.0.1-Piers to 22.1.0-Piers
2025-02-04 11:47:48 +01:00
Matthias Reichl
62672df159
Merge pull request #9756 from heitbaum/bin13
pvr.waipu: update 22.3.0-Piers to 22.3.1-Piers
2025-02-04 11:47:30 +01:00
Rudi Heitbaum
29e64a65be inputstream.ffmpegdirect: update 22.0.1-Piers to 22.1.0-Piers 2025-02-04 08:49:31 +00:00
Rudi Heitbaum
23bef769dd pvr.waipu: update 22.3.0-Piers to 22.3.1-Piers 2025-02-04 07:33:26 +00:00
Rudi Heitbaum
92b6865d6e binutils: update to 2.44
release notes:
- https://sourceware.org/pipermail/binutils/2025-February/139195.html

In a change to our previous practice, in this release the
binutils-2.44.tar tarball does not contain the sources for the gold
linker.  This is because the gold linker is now deprecated and will
eventually be removed unless volunteers step forward and offer to
continue development and maintenance.

The gold sources can be found in the binutils-with-gold-2.44.tar
tarballs.  Going forward, odd numbered releases of the binutils (2.45,
2.47, etc) will just have the binutils.2.xx.tar tarballs, whilst even
numbered releases will have both the binutils-2.xx.tar and the
binutils-with-gold-2.xx.tar tarballs.  Eventually this will stop and
gold will be dropped altogether.
2025-02-04 07:29:25 +00:00
Christian Hewitt
6f1740b15e
Merge pull request #9751 from luzpaz/reaname-kodi
treewide: rename xbmc to kodi
2025-02-04 08:19:28 +04:00
Luz Paz
c226c13efd treewide: rename xbmc to kodi 2025-02-03 16:00:41 -05:00
Tomáš Kelemen (vudiq)
a0875f4fa2
ply: add python-ply package
ply is required by mesa package when building vulkan drivers, otherwise
following error is thrown:

    Problem encountered: Python (3.x) ply module required to build GRL kernels.
2025-02-03 20:24:50 +01:00
Tomáš Kelemen (vudiq)
244d9722ec
ply: update header, package license and package checksum 2025-02-03 20:08:31 +01:00
luzpaz
91a4766cef treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
2025-02-03 07:04:59 -05:00
luzpaz
2c322ae4f3 retro-pcsx-rearmed: fix build for OdroidGoAdvance 2025-02-03 06:50:30 -05:00
Christian Hewitt
81abef9745
Merge pull request #9750 from heitbaum/linux61212
linux: update to 6.12.12
2025-02-03 08:13:45 +04:00
Rudi Heitbaum
3ad34e6f88 linux: update to 6.12.12 2025-02-03 03:16:08 +00:00
Rudi Heitbaum
529592e880 mpd: add missing nfs include path 2025-02-03 00:33:33 +00:00
Rudi Heitbaum
7ae460555d polkit: fix build dependency 2025-02-03 00:33:32 +00:00
Tomáš Kelemen (vudiq)
1b0796790e
re-enable some libretro cores
- dolphin: added patch to fix build
- ecwolf: fixed upstream
- pcsx2: added patch to fix build
- same_cdi: added patch to fix build
2025-02-02 22:17:41 +01:00
Tomáš Kelemen (vudiq)
a34d1a14a4
holani: enable only for x86_64
the core builds only for x86_64 targets. looks like the build picks up
header file from the host:

       Compiling libretro-rs-ffi v0.1.0 (https://github.com/libretro-rs/libretro-rs.git?rev=c7f414d19d837921b8762656e53e7f1b8f892179#c7f414d1)
    error: failed to run custom build command for `libretro-rs-ffi v0.1.0 (https://github.com/libretro-rs/libretro-rs.git?rev=c7f414d19d837921b8762656e53e7f1b8f892179#c7f414d1)`

    Caused by:
      process didn't exit successfully: `[...]/build.Lakka-AMLGX.aarch64/build/holani-0.9.6/.aarch64-libreelec-linux-gnu/target/release/build/libretro-rs-ffi-8c6a434ec6227cf4/build-script-build` (exit status: 101)
      --- stdout
      cargo:rerun-if-changed=include/libretro.h

      --- stderr
      /usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found
      thread 'main' panicked at [...]/build.Lakka-AMLGX.aarch64/build/rust-1.84.0/cargo_home/git/checkouts/libretro-rs-a4ab5b59ed8bbdf7/c7f414d/libretro-rs-ffi/build.rs:20:6:
      Unable to generate bindings: ClangDiagnostic("/usr/include/stdint.h:26:10: fatal error: 'bits/libc-header-start.h' file not found\n")
                                                    ~~~~~~~~~~~~~~~~~~~~~ <- header included from the host, not the buildsystem
      note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2025-02-02 21:57:05 +01:00
Christian Hewitt
6f43c1cc9d
Merge pull request #9748 from heitbaum/gmp
gmp: update patch to support gcc-10
2025-02-02 17:27:23 +04:00
Rudi Heitbaum
33f002d123 gmp: update patch to support gcc-10 2025-02-02 11:33:25 +00:00
Rudi Heitbaum
7163f1b002 oscam: include missing pcsc-lite shared library and addon (3) 2025-02-02 11:21:48 +00:00
Demetris Ierokipides
a4621dd1ea
Switch patch provided by @gavin_darkglider
- switch build up and running
Signed-off-by: Demetris Ierokipides <ierokipides.dem@gmail.com>
2025-02-02 10:29:00 +01:00
LLeny
e1f5559a46
Holani libretro core
port of PR #2021
2025-02-02 09:54:08 +01:00
Alex Abbatiello
83793bbd8f
mupen64plus-next: Use upstream makefile
port of PR #1994
2025-02-02 09:48:00 +01:00
Yasai-san
77c4e72fe5
retroarch: RPiZero2-GPiCase2W: Fix typo
port of PR #2023
2025-02-02 09:37:45 +01:00
Tomáš Kelemen (vudiq)
138ef66b44
colorzero: remove distutiscross from deps
package distutilscross was removed from upstream.
see https://github.com/LibreELEC/LibreELEC.tv/pull/9206
2025-02-02 09:35:10 +01:00
Yasai-san
8f6cb18ee5
gpicase_safeshutdown: Fix GPiCase/GPiCase2W safeshutdown does not working
port of PR #2022
2025-02-02 09:28:57 +01:00
CvH
f0e9088be5
Merge pull request #9745 from heitbaum/mpd
mpd: update to 0.23.17
2025-02-02 09:14:56 +01:00
CvH
9ee1d8f349
Merge pull request #9744 from heitbaum/pkg
Package updates
2025-02-02 09:13:44 +01:00
Rudi Heitbaum
182c073ec6 mpd: build with libnfs-5.0.3 as building with libnfs-6.x is not supported in mpd-0.23.17
- support with latest libnfs apiv2 coming in mpr 0.24
2025-02-02 06:29:26 +00:00
Rudi Heitbaum
947511e4c0 libnfs5: reinstate libnfs 5.0.3 to support mpd-0.23 2025-02-02 06:29:26 +00:00
Rudi Heitbaum
f8c01ef703 mpd: update to 0.23.17
log: https://github.com/MusicPlayerDaemon/MPD/compare/v0.23.16...v0.23.17
2025-02-02 06:28:25 +00:00
Rudi Heitbaum
e53daff331 spirv-llvm-translator: update to 19.1.4 2025-02-02 03:50:56 +00:00
Rudi Heitbaum
1dbc5db9ec gdb: update to 16.2 2025-02-02 03:50:56 +00:00
Rudi Heitbaum
b4af90803c spdlog: update to 1.15.1 2025-02-02 03:50:56 +00:00
Rudi Heitbaum
a794735eef kodi-binary-addons: update to latest versions
- pvr.argustv: update 22.3.0-Piers to 22.3.1-Piers
- pvr.demo: update 22.4.0-Piers to 22.4.1-Piers
- pvr.dvblink: update 22.2.0-Piers to 22.2.1-Piers
- pvr.dvbviewer: update 22.2.0-Piers to 22.2.1-Piers
- pvr.filmon: update 22.2.0-Piers to 22.2.1-Piers
- pvr.hdhomerun: update 22.2.0-Piers to 22.2.1-Piers
- pvr.iptvsimple: update 22.4.1-Piers to 22.4.2-Piers
- pvr.mediaportal.tvserver: update 22.2.0-Piers to 22.2.1-Piers
- pvr.njoy: update 22.2.0-Piers to 22.2.1-Piers
- pvr.pctv: update 22.2.0-Piers to 22.2.1-Piers
- pvr.stalker: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vbox: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vdr.vnsi: update 22.2.0-Piers to 22.2.1-Piers
- pvr.vuplus: update 22.3.1-Piers to 22.3.2-Piers
- pvr.wmc: update 22.2.0-Piers to 22.2.1-Piers
2025-02-02 00:31:26 +00:00
Yasai-san
3dcd95d5d4
gpicase_safeshutdown : Rewrite GPiCase2 safe shutdown script for lg-gpio
port of PR #1990
2025-02-01 18:28:54 +01:00
Yasai-san
f4e332eb3a
lg-gpio : Adjust for Lakka
port of PR #1989
2025-02-01 18:28:54 +01:00
Alex Abbatiello
bf5fe14316
mupen64plus-next: Add Raspberry Pi 5 options
port of PR #1986
2025-02-01 18:28:54 +01:00