Christian Hewitt
29734a7cbd
Merge pull request #8514 from heitbaum/xml
...
Migrate xml, xslt builds to cmake
2024-01-14 08:30:11 +04:00
Christian Hewitt
83bc4d4290
Merge pull request #8515 from heitbaum/espeak-ng
...
espeak-ng: update to 1.51.1 and set PKG_TOOLCHAIN=autotools and fix build
2024-01-14 08:23:20 +04:00
Christian Hewitt
33bd3a6422
Merge pull request #8516 from heitbaum/make
...
drop PKG_TOOLCHAIN hardcoding - already defaults to cmake
2024-01-14 08:22:28 +04:00
Rudi Heitbaum
6ed7798993
mariadb: drop PKG_TOOLCHAIN hardcoding - already defaults to cmake
2024-01-14 02:00:59 +00:00
Rudi Heitbaum
2cb921961a
vdr-plugin-robotv: drop PKG_TOOLCHAIN hardcoding - already defaults to cmake
2024-01-14 02:00:59 +00:00
Rudi Heitbaum
f2228ae8ce
espeak-ng: update to 1.51.1 and set PKG_TOOLCHAIN=autotools and fix build
2024-01-14 02:00:26 +00:00
Rudi Heitbaum
10d1cb9915
xmlstarlet: use shared libraries
...
reduce size of /usr/bin/xml by ~1MB and simplify build
before:
$ ldd /usr/bin/xml
linux-vdso.so.1 (0x00007ffc675ac000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f54f0620000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f54f0546000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f54f0386000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f54f063b000)
$ ls -la /usr/bin/xml*
-rwxr-xr-x 1 root root 1483728 Jan 6 04:27 /usr/bin/xml
lrwxrwxrwx 1 root root 3 Jan 6 04:27 /usr/bin/xmlstarlet -> xml
after:
$ ldd /usr/bin/xml
linux-vdso.so.1 (0x00007ffea1d78000)
libexslt.so.0 => /usr/lib/libexslt.so.0 (0x00007efdcdbeb000)
libxslt.so.1 => /usr/lib/libxslt.so.1 (0x00007efdcdba9000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007efdcda4c000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007efdcd88c000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007efdcd7b2000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007efdcd799000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007efdcdc02000)
$ ls -la /usr/bin/xml*
-rwxr-xr-x 1 root root 85736 Jan 13 12:30 /usr/bin/xml
lrwxrwxrwx 1 root root 3 Jan 13 12:30 /usr/bin/xmlstarlet -> xml
$ ls -la /usr/lib/*xslt*
lrwxrwxrwx 1 root root 13 Jan 13 12:28 /usr/lib/libexslt.so -> libexslt.so.0
lrwxrwxrwx 1 root root 18 Jan 13 12:28 /usr/lib/libexslt.so.0 -> libexslt.so.0.8.21
-rw-r--r-- 1 root root 81096 Jan 13 12:28 /usr/lib/libexslt.so.0.8.21
lrwxrwxrwx 1 root root 12 Jan 13 12:28 /usr/lib/libxslt.so -> libxslt.so.1
lrwxrwxrwx 1 root root 17 Jan 13 12:28 /usr/lib/libxslt.so.1 -> libxslt.so.1.1.39
-rw-r--r-- 1 root root 263272 Jan 13 12:28 /usr/lib/libxslt.so.1.1.39
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
34dd53f77d
libxml2: migrate to cmake
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
cfd8096153
libxslt: build shared libraries
...
do not build as static.
align build with libxml2.
the outcome is a reduction of ~1MB of diskspace for the /usr/bin/xml application
which uses libxslt.
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
118620a6d6
libxslt: migrate to cmake
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
15a1ca0efb
pulseaudio: update to 17.0
...
/etc/dbus-1 is relocated to /usr/share/dbus-1
2024-01-12 21:43:22 +00:00
Rudi Heitbaum
400e89224c
iwd: update to 2.13
2024-01-12 21:38:43 +00:00
Matthias Reichl
001abc44f8
virtual/network: add dependency on cifs-utils
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Matthias Reichl
86f9c3ba80
cifs-utils: initial package
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Matthias Reichl
44e25639b6
busybox: drop rpcbind dependency
...
This is now pulled in via nfs-utils
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Matthias Reichl
732e5dae9a
virtual/network: add dependency on nfs-utils
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Matthias Reichl
17960c895d
nfs-utils: initial package
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Matthias Reichl
1c1c356285
libevent: initial package
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-12 20:07:20 +01:00
Rudi Heitbaum
0f74dae499
pycryptodome: update to 3.20.0
...
Changelog:
- https://www.pycryptodome.org/src/changelog
2024-01-12 08:31:52 +00:00
Rudi Heitbaum
f0859218d1
jasper: update to 4.1.2
2024-01-12 08:18:17 +00:00
Rudi Heitbaum
1ecb278d2f
pipewire: update to 1.0.1
...
News:
- https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/NEWS
2024-01-12 08:18:17 +00:00
Rudi Heitbaum
6055bcce37
Jinja2: update to 3.1.3
2024-01-12 08:18:17 +00:00
Rudi Heitbaum
d28f53a0fd
go: update to 1.21.6
2024-01-12 08:18:17 +00:00
Rudi Heitbaum
dd0a95f85f
pvr.sledovanitv.cz: update 21.2.0-Omega to 21.3.0-Omega
2024-01-11 08:57:20 +00:00
Christian Hewitt
fa5abde81c
Merge pull request #8506 from heitbaum/mesa
...
mesa: update to 23.3.3
2024-01-11 08:45:07 +04:00
Rudi Heitbaum
bcee88807a
mesa: update to 23.3.3
2024-01-11 01:36:54 +00:00
Jernej Škrabec
39e5e6a33b
Merge pull request #8489 from heitbaum/uboot
...
u-boot update to 2024.01
2024-01-10 22:08:06 +01:00
Rudi Heitbaum
a7d3937d65
media-driver: update to 24.1.1
2024-01-10 11:49:17 +00:00
Rudi Heitbaum
9004e21aef
u-boot (Allwinner H3): rebase patch for 2024.01
...
ref:
- https://github.com/u-boot/u-boot/blob/master/arch/arm/cpu/armv7/sunxi/psci.c
2024-01-10 09:48:08 +00:00
Rudi Heitbaum
9a6e297ed7
u-boot (Allwinner): refresh patches for 2024.01
...
ref:
- https://github.com/u-boot/u-boot/blob/master/arch/arm/cpu/armv7/sunxi/psci.c
- https://github.com/smaeul/u-boot/commits/patch/h3-scp/
2024-01-10 09:12:28 +00:00
Christian Hewitt
ec1362d0b8
u-boot (Amlogic): refresh patches for 2024.01
2024-01-10 08:50:22 +00:00
Rudi Heitbaum
f15646d182
u-boot: update to 2024.01
2024-01-09 20:12:16 +00:00
Rudi Heitbaum
52e847f82d
Merge pull request #8503 from CvH/12.0/kodi_up_090124
...
kodi: update to f6e78bf
2024-01-10 07:11:46 +11:00
CvH
c9b851faee
kodi: update to f6e78bf
2024-01-09 17:51:55 +01:00
Christian Hewitt
4345b3433e
Merge pull request #8500 from heitbaum/samba
...
samba: update to 4.19.4
2024-01-09 13:32:33 +04:00
Rudi Heitbaum
df8328288c
samba: update to 4.19.4
...
Release notes:
- https://www.samba.org/samba/history/samba-4.19.4.html
2024-01-09 09:06:34 +00:00
Christian Hewitt
1253528d60
Merge pull request #8497 from HiassofT/le12-mount
...
Switch to util-linux's mount/umount programs
2024-01-08 19:29:47 +04:00
CvH
3e4cb572bd
Merge pull request #8496 from HiassofT/le12-kernel-6.6.9
...
linux (RPi): update to 6.6.10
2024-01-08 15:27:46 +01:00
Matthias Reichl
aa717e6652
rpi-eeprom: update to 8855da9
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 14:36:50 +01:00
Matthias Reichl
29137d9f50
linux (RPi): update to 6.6.10-1e56389
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 14:36:05 +01:00
Matthias Reichl
3cbc735cfb
udevil: fix mount call in mount.ntfs helper script
...
The documented format of the -t option is "-t type", not "-ttype".
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 14:30:00 +01:00
Matthias Reichl
549e7667fb
busybox: disable mount and umount programs for target
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 12:16:25 +01:00
Matthias Reichl
3e783b03ac
util-linux: enable mount/umount programs
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 12:04:17 +01:00
Matthias Reichl
0c912c7fd6
linux (RPi): update to 6.6.9-b1ce6b2
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 11:57:30 +01:00
Matthias Reichl
904d6e84f1
linux (RPi): disable IRQSOFF and SCHED tracers
...
The IRQSOFF tracer harms wireguard performance. Disable those
tracers as they are advanced debugging options not normally
enabled in release kernels.
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 11:57:30 +01:00
Matthias Reichl
88f37b5520
rpi-eeprom: update to 72cedfe
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 11:57:30 +01:00
Matthias Reichl
b8d6a2bcd7
linux (RPi): config options for 6.6.9-ea98b21
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 11:57:30 +01:00
Matthias Reichl
d6dac1d618
linux (RPi): update to 6.6.9-ea98b21
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2024-01-08 11:57:30 +01:00
Rudi Heitbaum
f9912abf33
Merge pull request #8471 from nvdias0/LD_LIBRARY_PATH_FIX
...
Fix LD_LIBRARY_PATH update
2024-01-08 21:16:52 +11:00
CvH
43a6107880
Merge pull request #8492 from heitbaum/pixman
...
pixman: update to 0.43.0 and meson
2024-01-07 20:00:00 +01:00