Commit Graph

39148 Commits

Author SHA1 Message Date
Rudi Heitbaum
f040dc3aba vulkan-headers: update to 1.3.214 2022-05-18 11:16:38 +00:00
Rudi Heitbaum
4516893dc2 vulkan-tools: update to 1.3.214 2022-05-18 11:16:38 +00:00
Rudi Heitbaum
298d4f48b8 vulkan-loader: update to 1.3.214 2022-05-18 11:16:38 +00:00
CvH
47ec31fef4 Merge pull request #6493 from heitbaum/dotnet6
dotnet-runtime: Update .NET and ASP.NET 6.x to 6.0.5 and addon (117)
2022-05-17 16:34:32 +02:00
Rudi Heitbaum
661e223984 dotnet-runtime: Update .NET and ASP.NET 6.x to 6.0.5 and addon (117) 2022-05-17 13:56:06 +00:00
Rudi Heitbaum
3f3fcb53de dotnet6-runtime: update to 6.0.5 2022-05-17 13:56:06 +00:00
Rudi Heitbaum
9881d71026 aspnet6-runtime: update to 6.0.5 2022-05-17 13:56:02 +00:00
CvH
1ac9e95727 Merge pull request #6477 from heitbaum/curl
curl: update to 7.83.1
2022-05-15 12:12:14 +02:00
CvH
68912c51e6 Merge pull request #6487 from heitbaum/make43
make: fails to execute extraordinarily long command lines - further fix
2022-05-15 12:11:37 +02:00
CvH
7f5db5a18a Merge pull request #6486 from heitbaum/libretro-sameboy
Fix libretro-sameboy build
2022-05-15 12:11:13 +02:00
CvH
df5f6fd0f3 Merge pull request #6489 from heitbaum/libretro-fsuae
libretro-fsuae: add host build for gen target as designed
2022-05-15 12:11:00 +02:00
Rudi Heitbaum
bbc9846755 libretro-fsuae: add host build for gen target as designed
The host utils are meant to be build on the host (using the host
libaries.) This fixes the error when the glibc libraries are older on
the build host, than the target.

  ./gen/build68k < ./src/table68k > ./gen/cpudefs.c
  ./gen/build68k: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./gen/build68k)
  make[1]: *** [Makefile:2011: gen/cpudefs.c] Error 1
2022-05-15 05:42:12 +00:00
Rudi Heitbaum
84b92ef6b4 make: fails to execute extraordinarily long command lines - further fix 2022-05-14 06:55:26 +00:00
Rudi Heitbaum
710b55c5b5 libretro-sameboy: update dependency to include util-linux:host as hexdump is needed for the build 2022-05-13 22:12:13 +00:00
Rudi Heitbaum
2a31c60b96 util-linux: enable all-programs in :host build so that hexdump is available in toolchain/bin 2022-05-13 22:02:37 +00:00
CvH
4414c8248c Merge pull request #6483 from heitbaum/vulkan
Vulkan updates: 1.3.213
2022-05-13 20:13:37 +02:00
CvH
314cfa634d Merge pull request #6485 from SupervisedThinking/up_x11
libX11: update to 1.8
2022-05-13 20:13:05 +02:00
CvH
48b738abc1 Merge pull request #6484 from SupervisedThinking/up_libmicrohttpd
libmicrohttpd: disable examples / fix build
2022-05-13 20:12:37 +02:00
SupervisedThinking
2bc5f5e93d libX11: update to 1.8 2022-05-13 19:48:44 +02:00
SupervisedThinking
7f05e605a2 libmicrohttpd: disable examples / fix build 2022-05-13 19:46:26 +02:00
Rudi Heitbaum
543246da84 vulkan-loader: update to 1.3.213 2022-05-13 02:03:59 +00:00
Rudi Heitbaum
131c12882c vulkan-tools: update to 1.3.213 2022-05-13 02:03:58 +00:00
Rudi Heitbaum
7bee18d7d7 vulkan-headers: update to 1.3.213 2022-05-13 02:03:53 +00:00
CvH
c5e5766991 Merge pull request #6482 from heitbaum/python3
Python3: fix configure error with autoconf-archive dependency
2022-05-12 16:29:50 +02:00
Rudi Heitbaum
160954b717 Python3: fix configure error with autoconf-archive dependency
fix build error whilst executing "scripts/create_addon script.config.vdr"

  BUILD      Python3 (host)
      TOOLCHAIN      autotools
  Executing (host):
  /build/build.LibreELEC-ARMv7.arm-11.0-devel/build/Python3-3.9.12/configure
  --host=x86_64-linux-gnu --build=x86_64-linux-gnu
  --prefix=/build/build.LibreELEC-ARMv7.arm-11.0-devel/toolchain
  ...

  configure: WARNING: unrecognized options: --disable-static
  configure: error: Please install autoconf-archive package and re-run autoreconf
  FAILURE: scripts/build Python3:host during configure_host (default)
2022-05-12 13:02:49 +00:00