PICARD-2331: Update to Qt 6.5.2

This brings a huge update to QtMultimedia, fixing issues with
audio playback aborting on seek and volume changes.
This commit is contained in:
Philipp Wolfer
2023-04-29 10:31:58 +02:00
parent e12d93ef79
commit a1ad409340
5 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
setup:
- macos-deployment-version: 10.14
- macos-deployment-version: 11
python-version: 3.11.5-macos11
python-sha256sum: c6cd76659bfb364c2ac63bc57f6b10c1e131a20170359c5d65e2d41fdc674a4f
env:

View File

@@ -9,7 +9,7 @@ Before installing Picard from source, you need to check you have the following d
Required:
* [Python 3.7 or newer](https://python.org/download)
* [PyQt 6.2 or newer](https://riverbankcomputing.com/software/pyqt/download)
* [PyQt 6.5 or newer](https://riverbankcomputing.com/software/pyqt/download)
* [Mutagen 1.37 or newer](https://mutagen.readthedocs.io/)
* [PyYAML 5.1 or newer](https://pyyaml.org/)
* [python-dateutil](https://dateutil.readthedocs.io/en/stable/)

View File

@@ -4,6 +4,6 @@ mutagen==1.47.0
PyJWT==2.8.0
pyobjc-core==9.1.1
pyobjc-framework-Cocoa==9.1.1
PyQt6==6.3.1
PyQt6==6.5.2
python-dateutil==2.8.2
PyYAML==6.0.1

View File

@@ -2,7 +2,7 @@ discid==1.2.0
Markdown==3.4.4
mutagen==1.47.0
PyJWT==2.8.0
PyQt6==6.3.1
PyQt6==6.5.2
python-dateutil==2.8.2
pywin32==306
PyYAML==6.0.1

View File

@@ -4,7 +4,7 @@ mutagen~=1.37
PyJWT~=2.0
pyobjc-core>=6.2, <10; sys_platform == 'darwin'
pyobjc-framework-Cocoa>=6.2, <10; sys_platform == 'darwin'
PyQt6~=6.3.1
PyQt6~=6.5.2
python-dateutil~=2.7
pywin32; sys_platform == 'win32'
PyYAML>=5.1, <7