- Mar 29, 2024
-
-
It is requested to break the snap build because snap support for Qt 6 is currently lacking and snap is supposed to contain the Qt UI.
-
This reverts commit c6e9cebf.
-
-
`samples` property is not available on Qt 6.2.
-
`samples` property is not available on Qt 6.2.
-
GaussianBlur is not available on Qt 6.2.
-
-
-
-
-
-
-
-
The image raspberry runner uses seems to not contain Qt 6.
-
qtvlcdeps is used to generate Qt dependencies for static Qt build through qmake.
-
-
-
-
-
With Qt 6, qtquickcontrols2 is included in qtdeclarative.
-
With Qt6, Qt5 effects are provided with qt5compat.
-
-
-
-
-
-
-
Steve Lhomme authored
-
macosx: Remove percentage constraint on internal hero view stack view, fixing width sizing of home view Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Steve Lhomme authored
p_reg is never NULL with a vlc_list and we don't have access to the iterator outside of the loop.
-
-
-
-
-
Now that frameworks are probed into the frameworks dictionary, use them everywhere a framework was set as dependency. See previous commit for rationale.
-
Since the dependencies are declared conditionnally, it was not possible to unconditionnally create plugins that would depend on them. By always declaring them, they are now defined as a disabler() when the condition are not met, without even the need to probe them. In addition, the setup factors together the conditions that are needed to probe or not the dependencies, and put everything in a single location that can be shared between the different Apple platforms. It also makes it clearer what kind of dependency is linked, though meson was already abstracting all of the framework handling, and what is the real name that should be found in the documentation.
-
Some tests will require some modules to be present to run correctly, but it cannot be probed at compile time. However, as soon as every modules will be declared unconditionnally, we'll be able to depend on a disabled module and disable the matching tests. Ideally, we'd skip it so that the test is still reported, but there's no code to do that yet.
-
The video_chroma meson definition file defines chroma_copy_lib, which is used by codecs like omxil. It must be sourced before then.
-
The 'enabled' field will be used to define a condition for enabling the plugin. Having this as as separate field will allow to define every modules unconditionnally, regardless of whether they will be compiled or not, and will allow to express runtime dependencies for executables.
-
-