- Mar 24, 2025
-
-
Steve Lhomme authored
``` #5 13.90 debconf: unable to initialize frontend: Dialog #5 13.90 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 13.90 debconf: falling back to frontend: Readline #5 13.90 debconf: unable to initialize frontend: Readline #5 13.90 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8.)
-
Steve Lhomme authored
See https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#the-default-ndk-location In the future we may only export the ANDROID_SDK.
-
Steve Lhomme authored
The default NDK location is $SDK/ndk/version [1]. So it's better if we have the SDK first. [1] https://github.com/android/ndk-samples/wiki/Configure-NDK-Path#the-default-ndk-location
-
Steve Lhomme authored
We extract the NDK in the upper directory as we can't replace the top level path in unzip with our preferred name.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's more aware of page sizes [1]. Use the SHA1 provided by Google at [2]. [1] https://developer.android.com/guide/practices/page-sizes#ndk-build_1 [2] https://developer.android.com/ndk/downloads/
-
- Mar 17, 2025
-
-
Steve Lhomme authored
-
Steve Lhomme authored
VLC will use Rust features not available in the stable branch for the forseable future. For example - https://github.com/rust-lang/rust/issues/43467 - https://github.com/rust-lang/rust/issues/32838
-
Steve Lhomme authored
To match what we have to do with the snap image that doesn't have wget.
-
Steve Lhomme authored
-
Steve Lhomme authored
To match the other targets.
-
- Mar 16, 2025
-
-
-
-
freerdp2-dev is no longer available for sid on amd64.
-
The replacement is described in [^1]. [^1]: https://docs.docker.com/reference/build-checks/maintainer-deprecated/
-
The replacement is described in [^1]. [^1]: https://docs.docker.com/reference/build-checks/maintainer-deprecated/
-
Due to an upstream change targets must now be a comma-separated list.
-
- Mar 12, 2025
-
-
Kacper Michajłow authored
Useful for llvm-symbolizer and other tools that can download debug symbols.
-
Kacper Michajłow authored
Needed for clang sanitizers. I forgot they are not bundled.
-
Kacper Michajłow authored
To avoid invalidating steps that doesn't depend on those values.
-
Kacper Michajłow authored
Should be safer than unattended download inside docker build process. This also allows to reorganize the build process little bit.
-
- Mar 11, 2025
-
-
Kacper Michajłow authored
New LTS and the latest vulkan sdk. Also refactor Dockerfile to be more redable. Cleaned packages list, added xxhash and dav1d.
-
- Mar 05, 2025
-
-
Matthias Dressel authored
Due to an upstream change targets must now be a comma-separated list.
-
Matthias Dressel authored
MAINTAINER is deprecated [0]. [0] https://docs.docker.com/reference/build-checks/maintainer-deprecated/
-
Matthias Dressel authored
Update to wine 10.
-
Matthias Dressel authored
Due to an upstream change targets must now be a comma-separated list.
-
- Mar 01, 2025
-
-
Matthias Dressel authored
MAINTAINER is deprecated [0]. [0] https://docs.docker.com/reference/build-checks/maintainer-deprecated/
-
Matthias Dressel authored
Update to wine 10.
-
- Feb 15, 2025
-
-
Konstantin Pavlov authored
-
- Feb 07, 2025
-
-
- Jan 25, 2025
-
-
Matthias Dressel authored
-
Matthias Dressel authored
* clang 19 * gcc 14 * update loongarch64 toolchain
-
- Nov 18, 2024
-
-
Steve Lhomme authored
The Debian version is not considered compatible with the protobuf version we build.
-
Steve Lhomme authored
3.12.12 is not considered compatible anymore
-
- Nov 12, 2024
-
-
Fatih Uzunoğlu authored
It does not seem to be available anymore.
-
Fatih Uzunoğlu authored
vlc-debian-unstable: install `qml6-module-qtquick-effects` instead of `qml6-module-qt5compat-graphicaleffects`
-
- Nov 04, 2024
-
-
Steve Lhomme authored
The other images won't benefit from this as they don't need the Qt6 native tools.
-
- Aug 08, 2024
-
-
Steve Lhomme authored
To build our activex component we need stdole2.tlb and ocidl.idl. * stdole2.tlb is provided by libwine * ocidl.idl is provided by libwine-dev libwine-dev depends on libwine [1], so we only need that target. Regression from 46d8bc33. [1] https://packages.debian.org/bookworm/amd64/libwine-dev
-
- Aug 06, 2024
-
-
Steve Lhomme authored
So we don't have to build it in contribs.
-
- Aug 05, 2024
-
-
They depended on by libtool-bin [1] [1] https://packages.debian.org/bookworm/libtool-bin
-