Commit graph

2527 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
3b49b0c50e
mesa: substitute 'enabled' (invalid) with 'true' 2025-03-05 09:31:58 +01:00
Tomáš Kelemen (vudiq)
339cab63be
Merge 'LibreELEC/master' into devel 2025-02-26 10:45:13 +01:00
Christian Hewitt
e8c08c273b
Merge pull request #9812 from heitbaum/pkg
Package updates
2025-02-24 16:22:26 +04:00
Rudi Heitbaum
0b13b681f2 exiv2: update to 0.28.5 2025-02-24 02:23:40 +00:00
Rudi Heitbaum
0c074d3ff2 vulkan-tools: update to 1.4.309 2025-02-23 04:23:27 +00:00
Rudi Heitbaum
99325bdcf7 vulkan-loader: update to 1.4.309 2025-02-23 04:23:27 +00:00
Rudi Heitbaum
b2effa96f5 vulkan-headers: update to 1.4.309 2025-02-23 04:23:27 +00:00
Tomáš Kelemen (vudiq)
c617aa50a4
mesa: add dependencies for nouveau vulkan driver 2025-02-22 02:25:09 +01:00
Rudi Heitbaum
de6e71a6e4 harfbuzz: update to 10.3.0 2025-02-21 12:49:55 +00:00
Tomáš Kelemen (vudiq)
353411f6c2
Merge branch 'LibreELEC/master' into devel 2025-02-20 11:57:07 +01:00
CvH
a98ef89a49
Merge pull request #9737 from heitbaum/mesa
mesa: update to 25.0.0
2025-02-19 21:37:00 +01:00
Rudi Heitbaum
0ee5567616 mesa: update to 25.0.0
- change from intel_clc to mesa_clc
  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33014/commits
- clover: drop support for nir drivers - was not used
  80c4ffb61a
2025-02-19 20:21:37 +00:00
Rudi Heitbaum
aba74c6835 libpng: update to 1.6.47 2025-02-19 11:33:12 +00:00
Tomáš Kelemen (vudiq)
03ca432791
libglvnd: add space 2025-02-16 02:10:21 +01:00
Tomáš Kelemen (vudiq)
eca92ce47d
mesa: replace deprecated true with enabled 2025-02-16 02:09:40 +01:00
Tomáš Kelemen (vudiq)
5b0f0fda3e
Update from LibreELEC/master 2025-02-15 18:59:38 +01:00
Tomáš Kelemen (vudiq)
ebc698fe42
vulkan-loader: use GAS / GNU Assembler for aarch64
this part was added in the past, now it looks like it works
2025-02-15 18:48:51 +01:00
Tomáš Kelemen (vudiq)
e98f7e8888
mesa: replace deprecated true with enabled 2025-02-15 18:47:39 +01:00
Tomáš Kelemen (vudiq)
a4125832b9
vulkan-tools: add missing backslash 2025-02-15 18:00:40 +01:00
Rudi Heitbaum
3c20a824b0 exiv2: update to 0.28.4 2025-02-11 10:25:48 +00:00
Rudi Heitbaum
af4827cc6f lcms2: update to 2.17 and disable tests 2025-02-10 08:48:10 +00:00
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
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
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
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
Rudi Heitbaum
e53daff331 spirv-llvm-translator: update to 19.1.4 2025-02-02 03:50:56 +00:00
Rudi Heitbaum
00ec87d5b5 vulkan-tools: update to 1.4.307 2025-01-31 04:36:05 +00:00
Rudi Heitbaum
6817c9ba34 vulkan-loader: update to 1.4.307 2025-01-31 04:36:05 +00:00
Rudi Heitbaum
09defb18d5 vulkan-headers: update to 1.4.307 2025-01-31 04:36:05 +00:00
Tomáš Kelemen (vudiq)
4733e1f4b6
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-01-29 20:27:42 +01: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
f33cc8b54f vulkan-tools: update to 1.4.306 2025-01-24 23:15:05 +00:00
Rudi Heitbaum
d436daca69 vulkan-loader: update to 1.4.306 2025-01-24 23:15:05 +00:00
Rudi Heitbaum
199fb4fa45 vulkan-headers: update to 1.4.306 2025-01-24 23:15:05 +00:00
Rudi Heitbaum
598912e089 mesa: update to 24.3.4 2025-01-23 02:57:44 +00:00
Rudi Heitbaum
3489a62994 pango: update to 1.56.1 2025-01-19 01:14:42 +00:00
CvH
741e64c8f8
Merge pull request #9697 from heitbaum/nvidia
nvidia: update to 550.144.03
2025-01-18 12:12:21 +01:00
Rudi Heitbaum
a9a99d6eb3 vulkan-tools: update to 1.4.305 2025-01-18 05:24:01 +00:00
Rudi Heitbaum
362cf221c0 vulkan-loader: update to 1.4.305 2025-01-18 05:24:01 +00:00
Rudi Heitbaum
44c83c575e vulkan-headers: update to 1.4.305 2025-01-18 05:24:01 +00:00
Rudi Heitbaum
4536644af7 nvidia: update to 550.144.03 2025-01-17 08:16:13 +00:00
Rudi Heitbaum
77586b2d89 harfbuzz: update to 10.2.0 2025-01-13 09:20:29 +00:00
Rudi Heitbaum
7053aaaf53 pango: update to 1.56.0 2025-01-10 11:23:00 +00:00
Rudi Heitbaum
4fdf9b0747 libpng: update to 1.6.45 2025-01-08 05:15:58 +00:00
Rudi Heitbaum
b416bac122 volk: update to 1.4.304 2025-01-08 05:15:58 +00:00
Rudi Heitbaum
7101dd2260 mesa: update to 24.3.3 2025-01-03 22:16:46 +00:00
Rudi Heitbaum
3ccf8acb5e spirv-llvm-translator: update to 19.1.3 2025-01-01 11:23:44 +00:00
Rudi Heitbaum
7681adabd2 nvidia: update to 550.142 2024-12-26 12:29:38 +00:00