Skip to content

Commit

Permalink
Qt/PySide : Update to version 5.15.2
Browse files Browse the repository at this point in the history
Building this required the addition of a few additional system packages on my local machine - these might also be required in the Docker container managed by GafferHQ/build :

- xcb-util-renderutil-devel
- xcb-util-wm-devel
- xcb-util-devel
- xcb-util-image-devel
- xcb-util-keysyms-devel
  • Loading branch information
johnhaddon committed Oct 13, 2021
1 parent b98e12c commit b83829a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

- OpenVDB : Updated to version 8.1.0.
- TBB : Updated to version 2020.2.
- Qt : Updated to version 5.15.2.
- PySide : Updated to version 5.15.2.

3.1.0
-----
Expand Down
4 changes: 2 additions & 2 deletions PySide/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.12.6-src/pyside-setup-everywhere-src-5.12.6.tar.xz"
"https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.2-src/pyside-setup-opensource-src-5.15.2.tar.xz"

],

Expand All @@ -21,7 +21,7 @@

"commands" : [

"python setup.py --verbose-build --ignore-git --no-examples --parallel {jobs} install",
"python setup.py --parallel {jobs} install",

],

Expand Down
11 changes: 0 additions & 11 deletions PySide/patches/clang10Compatibility.patch

This file was deleted.

6 changes: 3 additions & 3 deletions Qt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"http://download.qt.io/official_releases/qt/5.12/5.12.10/single/qt-everywhere-src-5.12.10.tar.xz"
"http://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz"

],

Expand All @@ -21,7 +21,7 @@
"commands" : [

"./configure"
" -prefix {buildDir}"
" -prefix {buildDir} "
" -plugindir {buildDir}/qt/plugins"
" -release"
" -opensource -confirm-license"
Expand Down Expand Up @@ -74,7 +74,7 @@

"variables" : {

"extraArgs" : "-qt-xcb",
"extraArgs" : "-xcb -bundled-xcb-xinput",

},

Expand Down

0 comments on commit b83829a

Please sign in to comment.