Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
b98425a1 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: disable qt packages for win32

- - - - -
3377bb4f by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: update qtbase to 6.6.2

- - - - -
94cb2a0a by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: update qtsvg to 6.6.2

- - - - -
93e34534 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: add qtshadertools

- - - - -
750852d1 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: update qtdeclarative to 6.6.2

- - - - -
42249d88 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: add qt5compat 6.6.2

- - - - -
1585e726 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: remove qtgraphicaleffects

With Qt6, Qt5 effects are provided
with qt5compat.

- - - - -
49dc5e45 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: remove qtquickcontrols2

With Qt 6, qtquickcontrols2 is included in
qtdeclarative.

- - - - -
b2b60f19 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: update qtwayland to 6.6.2

- - - - -
b08d0a6b by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: remove qtx11extras

- - - - -
9e547e43 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
extras: win32: update contribflags for disabling the qt gui

- - - - -
f516a6dd by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: re-enable qt packages for win32

- - - - -
5e0ae478 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
contrib: add qtvlcdeps

qtvlcdeps is used to generate Qt dependencies
for static Qt build through qmake.

- - - - -
0946a51d by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
extras: disable Qt for raspberry

The image raspberry runner uses seems to
not contain Qt 6.

- - - - -
c3268906 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: use QChar for separators in controlbar_profile_model

- - - - -
fccd72e3 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: disable qt temporarily

- - - - -
d8e9e1a2 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: update to Qt 6

- - - - -
2385482b by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: use updated preprocessor variables and fix Qt 6 static build

- - - - -
7f4b3050 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: update compositor_x11 for Qt 6

- - - - -
9f27d8b8 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: update compositor_dcomp to use QRhi

- - - - -
0b104fde by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qml: remove versioned built-in imports

- - - - -
4ce3e222 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qml: use FastBlur instead of GaussianBlur in ModalDialog

GaussianBlur is not available on Qt 6.2.

- - - - -
452a401c by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qml: do not set samples in FastBlur in ModalDialog

`samples` property is not available on Qt 6.2.

- - - - -
f37915f9 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qml: do not set samples in DropShadow in CoverShadow

`samples` property is not available on Qt 6.2.

- - - - -
3a2e4371 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
qt: port old GLSL ES shader into GLSL 440 and automate compilation into qsb

- - - - -
dfd6ae77 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
Revert "qt: disable qt temporarily"

This reverts commit c6e9cebfabf39063a7ad9f69af8f73ea8e5fae8c.

- - - - -
f2fed209 by Fatih Uzunoglu at 2024-03-29T17:34:02+00:00
snap: break the build

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.

- - - - -


30 changed files:

- configure.ac
- + 
contrib/src/qt/0001-CMake-Place-resources-into-static-libraries-not-obje.patch
- − contrib/src/qt/0001-disable-qt_random_cpu.patch
- − contrib/src/qt/0002-Windows-QPA-Disable-systray-notification-sounds.patch
- + contrib/src/qt/0002-Windows-Tray-Icon-Set-NOSOUND.patch
- + contrib/src/qt/0003-Try-to-generate-pkgconfig-pc-files-in-static-build.patch
- − contrib/src/qt/0003-allow-cross-compilation-of-angle-with-wine.patch
- + contrib/src/qt/0004-Revert-QMutex-remove-qmutex_win.cpp.patch
- + contrib/src/qt/0005-Expose-QRhiImplementation-in-QRhi.patch
- + contrib/src/qt/0006-Do-not-include-D3D12MemAlloc.h-in-header-file.patch
- − 
contrib/src/qt/0007-ANGLE-remove-static-assert-that-can-t-be-evaluated-b.patch
- + contrib/src/qt/0007-Try-DCompositionCreateDevice3-first-if-available.patch
- − 
contrib/src/qt/0008-ANGLE-disable-ANGLE_STD_ASYNC_WORKERS-when-compiling.patch
- + contrib/src/qt/0008-Try-to-satisfy-Windows-7-compatibility.patch
- − 
contrib/src/qt/0009-Add-KHRONOS_STATIC-to-allow-static-linking-on-Windows.patch
- contrib/src/qt/SHA512SUMS
- − contrib/src/qt/add-includedir-to-pc-file.patch
- − contrib/src/qt/configure-env.py
- − contrib/src/qt/force-pkgconfg-replace.patch
- − contrib/src/qt/install_wrapper.sh
- − contrib/src/qt/qt-fix-gcc11-build.patch
- contrib/src/qt/rules.mak
- − contrib/src/qt/set-mkspecs-properties.patch
- − contrib/src/qt/set-mkspecs-version.patch
- + contrib/src/qt5compat/SHA512SUMS
- + contrib/src/qt5compat/rules.mak
- + contrib/src/qtdeclarative/0001-Fix-incorrect-library-inclusion.patch
- − 
contrib/src/qtdeclarative/0001-Make-sure-QQuickWidget-and-its-offscreen-window-s-sc.patch
- − 
contrib/src/qtdeclarative/0002-Implement-accessibility-for-QQuickWidget.patch
- contrib/src/qtdeclarative/SHA512SUMS


The diff was not included because it is too large.


View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/a070006b33210778057eea2b1006be5a5ef48e1b...f2fed209e4e758e6a9aec87940481f4a4bed884f

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/a070006b33210778057eea2b1006be5a5ef48e1b...f2fed209e4e758e6a9aec87940481f4a4bed884f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to