Rudi Heitbaum
1e8bb9bbd8
edid-decode: drop package now included in v4l-utils
2025-05-01 13:05:41 +00:00
Rudi Heitbaum
a33a25b39f
network: include the ipset tool
2025-02-21 11:18:17 +00:00
Matthias Reichl
5e274b85b7
initramfs: drop dependency on terminus-font
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2025-02-13 18:08:55 +01:00
Rudi Heitbaum
0f0f217e5b
toolchain: drop xz:host DEPEND
2024-10-05 04:31:56 +00:00
CvH
2237555141
cleanup packages: various
2024-08-01 11:53:51 +02:00
Ian Leonard
81f1074677
toolchain: remove pigz:host depend
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2024-07-03 00:06:04 -04:00
Ian Leonard
5749c48922
image: add pigz:host depend for mkimage
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2024-07-03 00:06:04 -04: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
732e5dae9a
virtual/network: add dependency on nfs-utils
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2024-01-12 20:07:20 +01:00
Rudi Heitbaum
61d30343ea
toolchain: add patchelf and pax-utils
2023-11-29 15:49:17 +00:00
Rudi Heitbaum
6366053a68
glibc: drop --enable-crypt which is now deprecated and use libxcrypt
2023-08-10 12:31:13 +00:00
Ian Leonard
73c2d5d023
diskdev_cmds: drop package
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2023-03-19 18:58:39 +00:00
Matthias Reichl
7e809528e9
virtual/network: include nss in image for all archs
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2023-03-09 20:46:13 +01:00
Rudi Heitbaum
c2a52dc4ac
toolchain: migrate from p7zip to 7-zip
...
The -l option to 7za is not included the 7-Zip 22.01 version,
it was an option added to the p7zip version:
don't store symlinks; store the files/directories they point to
(CAUTION : the scanning stage can never end because of recursive
symlinks like 'ln -s .. ldir')
The default for p7zip 16.02 7za was to store symlinks.
The default for 7-zip 22.01 7za is not to store symlinks.
test output is below and the -l option has been dropped from scripts/install_addon
$ ls -l test
total 4
-rw-r--r-- 1 docker docker 4 Jan 29 10:35 abc
lrwxrwxrwx 1 docker docker 3 Jan 29 10:35 def -> abc
7-Zip (a) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=en_US.UTF-8 Threads:16
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive: test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:36 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
4 Stored 4 0% 2023-01-29 10:35 4788814e test/def
-------- ------- --- -------
8 8 0% 3 files
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:35 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
3 Stored 3 0% 2023-01-29 10:35 352441c2 test/def
-------- ------- --- -------
7 7 0% 3 files
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -l -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive: test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:35 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
4 Stored 4 0% 2023-01-29 10:35 4788814e test/def
-------- ------- --- -------
8 8 0% 3 files
2023-02-04 03:03:19 +00:00
Matthias Reichl
41a32ca41d
virtual/debug: include kmsxx
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2023-01-28 15:31:53 +01:00
Ian Leonard
79a4a5dd8c
functions: add_user: replace python with openssl
...
python's crypt module is deprecated in 3.11 and to be removed in 3.13.
Replace its usage with openssl's passwd.
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2022-11-21 22:21:13 +00:00
Matthias Reichl
5e3eb3da9b
Merge pull request #6504 from lrusak/pipewire
...
Add Pipewire Support
2022-05-21 13:27:10 +02: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
Lukas Rusak
59b247ee66
image: add PIPEWIRE_SUPPORT option
2022-05-20 15:16:03 -07:00
Lukas Rusak
245fc2894c
kodi: split PULSEAUDIO_SUPPORT and KODI_PULSEAUDIO_SUPPORT
2022-05-17 10:59:26 -07:00
Lukas Rusak
c562d646b1
virtual/network: allow installing open-iscsi
2022-05-04 19:54:33 -07:00
SupervisedThinking
e1342c1574
mediacenter: added nvidia-vaapi-driver opts
2022-02-03 11:13:35 +01:00
SupervisedThinking
b4bd50432f
wl: added tools & drivers opts
2022-02-03 11:13:35 +01:00
CvH
4cd3e0ff55
Merge pull request #5979 from SupervisedThinking/up_wl_windowmanager
...
[le11] rework wayland displayserver & windowmanager handling
2021-12-25 11:41:33 +01:00
SupervisedThinking
3869beae70
virtual/x11: change "none" to "no"
...
- build windowmanager if it's not set to "no"
2021-12-15 14:00:31 +01:00