Rudi Heitbaum
e18c19f617
audiodecoder.2sf: update 20.2.0-Nexus to 20.2.1-Nexus
2022-05-24 13:36:57 +00:00
CvH
5bacaec1a2
Merge pull request #6513 from heitbaum/llvm6502
...
llvm: fix build issue with llvm-config
2022-05-22 16:35:30 +02:00
Rudi Heitbaum
a8a058b396
Merge pull request #6514 from HiassofT/le11-libbpf-0.8.0
...
libbpf: update to 0.8.0
2022-05-22 21:47:11 +10:00
Matthias Reichl
ef33355838
libbpf: update to 0.8.0
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2022-05-22 13:09:43 +02:00
Lukas Rusak
5a1b027722
llvm: fix build issue with llvm-config
...
Error occuring - due to RPATH/RUNPATH
./build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/llvm-config:
symbol lookup error:
./build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/../lib/libc.so.6:
undefined symbol: _dl_fatal_printf, version GLIBC_PRIVATE
Before fix
$ ldd
build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/llvm-config
linux-vdso.so.1 (0x00007ffc515d6000)
libLLVM-13.so => /home/lukas/git/libreelec/build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/lib/libLLVM-13.so (0x00007fedc6fdb000)
libstdc++.so.6 => /home/lukas/git/libreelec/build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/../lib/libstdc++.so.6 (0x00007fedc6dd0000)
libm.so.6 => /home/lukas/git/libreelec/build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/../lib/libm.so.6 (0x00007fedc6cf6000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fedc6cd3000)
libc.so.6 => /home/lukas/git/libreelec/build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/../lib/libc.so.6 (0x00007fedc6aec000)
/lib64/ld-linux-x86-64.so.2 (0x00007fedcb676000)
After fix:
$ ldd
build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/llvm-config
linux-vdso.so.1 (0x00007ffd0cbce000)
libLLVM-13.so => /home/lukas/git/libreelec/build.LibreELEC-gbm.x86_64-11.0-devel/toolchain/lib/libLLVM-13.so (0x00007f3399969000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f3399741000)
libm.so.6 => /lib64/libm.so.6 (0x00007f3399665000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f339964b000)
libc.so.6 => /lib64/libc.so.6 (0x00007f3399441000)
/lib64/ld-linux-x86-64.so.2 (0x00007f339e004000)
Tested-by: Rudi Heitbaum <rudi@heitbaum.com >
2022-05-22 05:47:26 +00:00
CvH
ffda0f7f9e
Merge pull request #6509 from heitbaum/lang
...
[le11] Development language updates
2022-05-21 14:27:34 +02:00
CvH
ecf2abf605
Merge pull request #6505 from heitbaum/bottom
...
bottom: adjust to new rust build
2022-05-21 14:26:03 +02:00
Matthias Reichl
5e3eb3da9b
Merge pull request #6504 from lrusak/pipewire
...
Add Pipewire Support
2022-05-21 13:27:10 +02:00
Rudi Heitbaum
8ad1c08736
rustc-snapshot: update to 1.61.0
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
44b4b00163
rust-std-snapshot: update to 1.61.0
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
805219ba4b
cargo-snapshot: update to 1.61.0
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
921fd4abef
rust: update to 1.61.0
...
release notes:
- https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
bf174101be
ninja: update to 1.11.0
...
release notes:
- https://groups.google.com/g/ninja-build/c/R2oCyDctDf8/m/-U94Y5I8AgAJ
2022-05-21 11:25:27 +00:00
Rudi Heitbaum
4648803306
Pillow: update to 9.1.1
...
release notes:
- https://pillow.readthedocs.io/en/stable/releasenotes/9.1.1.html
2022-05-21 11:24:29 +00:00
Rudi Heitbaum
1b0535867c
go: update to 1.18.2
...
release notes:
- https://go.dev/doc/devel/release#go1.18.minor
go1.18.2 (released 2022-05-10) includes security fixes to the syscall
package, as well as bug fixes to the compiler, runtime, the go command,
and the crypto/x509, go/types, net/http/httptest, reflect, and
sync/atomic packages. See the Go 1.18.2 milestone on our issue tracker
for details.
2022-05-21 11:19:03 +00:00
Matthias Reichl
a198113353
Merge pull request #6501 from lrusak/kodi-dynamic-audio
...
Kodi: dynamically set KODI_AE_SINK env from build options
2022-05-21 13:15:45 +02:00
CvH
5ebada5595
Merge pull request #6506 from heitbaum/binaries
...
[le11] kodi-binary-addons: update to latest versions
2022-05-21 11:42:03 +02:00
Rudi Heitbaum
1dac79c8bc
kodi-binary-addons: update to latest versions
...
- inputstream.adaptive: update 20.2.0-Nexus to 20.2.1-Nexus
- inputstream.ffmpegdirect: update 20.2.0-Nexus to 20.2.1-Nexus
- vfs.libarchive: update 20.1.0-Nexus to 20.2.0-Nexus
2022-05-21 09:20:21 +00:00
Rudi Heitbaum
cb1602f719
bottom: adjust to new rust build
2022-05-21 09:05:12 +00:00
CvH
5e1733b6e4
Merge pull request #6500 from lrusak/bpf-gcc
...
compile bpf programs from scratch
2022-05-21 09:37:22 +02:00
CvH
825503c729
Merge pull request #6502 from lrusak/rust
...
Compile rust compiler from scratch
2022-05-21 09:36:08 +02:00
CvH
80770cd193
Merge pull request #6503 from HiassofT/le11-kodi-20a1
...
kodi: update to 20.0a1-Nexus
2022-05-21 08:52:27 +02:00
Lukas Rusak
7ed43ce85f
kodi: add patch to allow building without alsa
2022-05-20 15:16:03 -07:00
Lukas Rusak
7e487b9d0f
kodi: add pipewire support
2022-05-20 15:16:03 -07:00
Lukas Rusak
59b247ee66
image: add PIPEWIRE_SUPPORT option
2022-05-20 15:16:03 -07:00