- Sep 08, 2022
-
-
The newer images include gperf which is necessary to compile basu.
-
- Aug 12, 2022
-
-
Needed to pull in newer libplacebo.
-
- Aug 11, 2022
-
-
- Aug 03, 2022
-
-
Thomas Guillem authored
Introduced in 488ee616
-
Last image that contains the NDK25.
-
- Jul 24, 2022
-
-
- Jul 17, 2022
-
-
Should hopefully fix the failing nightly CI.
-
- Jul 12, 2022
-
-
The newer images include the necessary tools to compile recent versions of libplacebo.
-
- Jun 06, 2022
-
-
RTP plugin weren't included
-
- May 21, 2022
-
-
When building Qt, we only add and link the X11 library and flags when QT5_HAS_X11 is defined (in automake), which happens when we build Qt5X11Extras. Without this check, if autotools find the X11 library, then it might fail to find the headers (because X_CFLAGS won't be used) or will at least fail to link correct (because -lX11 will be missing from the link command). Since we don't use X11 on MacOSX, disable it by default in the configure script like Qt, so that enabling Qt module locally works correctly.
-
- May 14, 2022
-
-
Felix Paul Kühne authored
This is a synonym for .ts used by certain video camera systems.
-
- Apr 30, 2022
-
-
* Use the @VERSION_EXTRA@ which is used in the exe build in place of the static '0' * Change the Display Name in appwiz.cpl to be just the product name, matching the exe build
-
- Apr 25, 2022
-
-
libtool-2.4.6-san.patch is not used anymore, and other libtool patches have been rebased on top of libtool-2.4.7.
-
The -fsanitize support has been added upstream in the commit a5c6466528c060cc4660ad0319c00740db0e42ba which is shipped into 2.4.7.
-
- Apr 22, 2022
-
-
-
libtool is notoriously known to have been patched over the time and was provided as 2.4.7-dirty on archlinux, which makes the integer comparison test fail since 7-dirty is not an integer.
-
shell || nicely handles the commands on the other lines without escaping the end of line, which provides better error message in case of error. In addition, priority of operators is much more obvious since the [] test syntax provides a visible scope-like feeling.
-
- Apr 18, 2022
-
-
- Apr 14, 2022
-
-
- Apr 10, 2022
-
-
- Apr 09, 2022
-
-
- Apr 03, 2022
-
-
libupnp 1.6 is starting to get really old and caused bugs recently with the new winpthread rework for contribs. Added contrib patches: - revert-ifaddrs.patch (revert changes breaking android) Removed contrib patches: - 0001-Do-not-try[...] -> Fixed upstream by 386b7ed7 - dont_use_down_intf.patch -> Fixed upstream by 1f2e3b88 - fix_infinite_loop.patch -> Fixed upstream by 4367cbfa - libpthread.patch -> Replaced - missing_win32.patch -> Fixed upstream by 02bb90c5 - no-getifinfo.patch -> Fixed upstream by 0296c3cd - use-inet-pton.patch -> Fixed upstream by 44cdeeb7 - use-unicode.patch -> Fixed upstream - windows-random.patch -> Fixed upstream by 44e092a6 Edited patches (mostly to fit the new sources): - miniserver.patch - upnp-no-debugfile.patch - pthread-w32-checks.patch (Partially fixed upstream by e0f44dd9) - libupnp-win32.patch (Partially fixed upstream) - libupnp-win64.patch (Partially fixed upstream by 421d5d28) - windows-version-inet.patch - libupnp-win32-exports.patch Renamed patch: - pthread-w32-force -> pthread-force (Gets applied to linux too now)
-
- Mar 27, 2022
-
-
Hugo Beauzée-Luyssen authored
This is what the medialib now requires
-
Hugo Beauzée-Luyssen authored
-
- Mar 24, 2022
-
-
It seems that python3 is already specified in all the VLC contribs/tools. Fixes build on systems not having a shortcut python -> python3 (macOS for example).
-
- Mar 15, 2022
-
-
(only for non-nightly, nightlies still package a dmg as before)
-
-
- Mar 13, 2022
-
-
Fixes #26687.
-
- Mar 10, 2022
-
-
Our UCRT build already has the same version, so we should match the same value we support. The UWP builds require UCRT.
-
-
-
- Mar 09, 2022
-
-
Rather than force building .luac and .protoc all the time.
-
Hopefully Qt can build
-
- Mar 03, 2022
-
-
-
Hugo Beauzée-Luyssen authored
Not doing so will eventually lead to issues with prebuilt contribs when the pipeline doesn't run in the videolan/vlc namespace
-
- Feb 27, 2022
-
-
Rémi Denis-Courmont authored
This reverts commit 7cb9c326.
-
- Feb 26, 2022
- Feb 25, 2022
-
-
Hugo Beauzée-Luyssen authored
rules allow finer customizations, and only/except is to be considered deprecated according to gitlab docs
-