- Nov 16, 2024
-
-
When initialising libVLC fails, this can be NULL and calling libvlc_release would cause a null-pointer dereference.
-
FastBlur has `transparentBorder` disabled by default. Here, we the behaviors should match and padding is also not wanted here.
-
-
Configuration for Qt requires presence of Qt Quick Effects module when Qt version is at least 6.5.0, this module is provided in a separate package with Debian hence needs to be installed separately. 20241112155431, unlike 20240723100046, contains `qml6-module-qtquick-effects` and does not contain `qml6-module-qt5compat-graphicaleffects` anymore.
-
Qt5Compat is not used anymore. Contrib Qt is expected to be at least 6.5.0, so instead of the deprecated Qt5Compat.GraphicalEffects, QtQuick.Effects is used instead.
-
... and import QtQuickEffectsPlugin only if Qt version is at least 6.5.0
-
If Qt version is at least 6.5.0, QtQuick.Effects is expected to be available and no type from Qt5Compat.GraphicalEffects is used. However, we still need to check for `Qt5Compat.GraphicalEffects`'s existence, because some types such as `FastBlur` are still used if Qt version is less than 6.5.0.
-
-
-
-
Imported as is from the deprecated Qt Graphical Effects module under GPLv2.
-
HollowRectangularGlow shader is similar to the standard rectangular glow shader, except it discards the main area.
-
-
-
-
-
- Provides `BlurEffect.qml` that uses Qt Quick MultiEffect (Qt 6.5). - Provides `compat/BlurEffect.qml` that uses FastBlur from Qt Graphical Effects (Qt 5 Compat).
-
We don't need the rest.
-
Not defined since 48caea17.
-
Before 22.x or 3.22.x: protoc x.y.z is compatible with protobuf x.y.* Since 22.x: protoc x.y is compatible with protobuf x.y.* Fixes #28865 except for 22.0 which has a protobuf version of "4.22.0" instead of "22.0.0", so it's not between 22.0 and 22.1.
-
The meson build system requires exact versions match for versions below 3.22 even though they are compatible.
-
Steve Lhomme authored
-
Steve Lhomme authored
So we can use gl_common_dep
-
Steve Lhomme authored
-
Steve Lhomme authored
Meson doesn't understand this syntax. That's the only contrib defining the "Libs" like that.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
The faad2 pkg-config is the one used by autotools.
-
Steve Lhomme authored
So we don't rely on including the whole modules folder.
-
Steve Lhomme authored
In meson it's properly not detected in UWP. It uses the compat version which will do just the same.
-
Steve Lhomme authored
Because of the hack on getpid() in fixups we don't want to get the unhidden desktop version
-
Steve Lhomme authored
The option checking is done once with possibly more conditions.
-
Steve Lhomme authored
Matching the autotools configuration.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
As in UWP.
-
Steve Lhomme authored
-
Steve Lhomme authored
-