Rudi Heitbaum
Rudi Heitbaum
### Draft - fixes #335 Building with `-Dutils=true` will now build the ICC utils (same as `configure; make`) e.g. ``` Installing utils/jpgicc/jpegicc to …/install_pkg/lcms2-2.13.1/usr/bin Stripping target 'utils/jpgicc/jpegicc'. ``` Signed-off-by: Rudi...
Hi @mm2 it would be good to have the option with meson to build utils. Something like: `meson_options.txt` ``` option( 'utils', type : 'boolean', value : false, description : 'Enable...
- nss: update to 3.84 - b6ff216ad9 nspr: update to 4.35 - d463d6fef1 libgpg-error: update to 1.46
- bemenu: update to 0.6.13 - libXxf86vm: update to 1.1.5 - libXtst: update to 1.2.4 - nvidia-vaapi-driver: update to 0.0.7 - xkeyboard-config: update to 2.37
Creating the WIP PR so as to get some testing before shairport-sync 4.1 is released Update the following packages: - snapserver: update to support AirPlay 2 and addon (111) -...
### `ccache`: update to 4.6.3 and now builds with `cmake` Release notes: - https://ccache.dev/releasenotes.html#_ccache_4_0 `ccache` now uses `zstd`. This PR is complete - but in test and needs testing across...
https://curl.se/changes.html#7_85_0 https://daniel.haxx.se/blog/2022/08/31/curl-7-85-0-for-you/ https://youtu.be/I4vYSKjvHGE
use @5schatten suggestion to fix build issues of chrome, instead of patching it out. gtk3: disable use of to-pixdata during build https://github.com/LibreELEC/LibreELEC.tv/commit/86f4306ef84355d9d2a53bddc52c1119be28f042 ``` post_makeinstall_host() { ${TOOLCHAIN}/bin/gdk-pixbuf-query-loaders > ${TOOLCHAIN}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache } ```
Adding the other known python build issue. https://pypi.org/project/setuptools > than 52.0.0 need to use requires pip or another pep517-compliant builder The below package.mk will need to be transitioned to pip...