Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
51485d84
Commit
51485d84
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-pythonqt] add patch-ab
to fix build on 16.04
parent
f8530c81
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
py-pythonqt/distinfo
+1
-0
1 addition, 0 deletions
py-pythonqt/distinfo
py-pythonqt/patches/patch-ab
+16
-0
16 additions, 0 deletions
py-pythonqt/patches/patch-ab
with
17 additions
and
0 deletions
py-pythonqt/distinfo
+
1
−
0
View file @
51485d84
...
...
@@ -2,3 +2,4 @@ SHA1 (PythonQt3.2.zip) = b85f2cf9a4e546a46dc416bb0e86759983384543
RMD160 (PythonQt3.2.zip) = fa86fc32d86d5464d0bc940e28a740e87bf036eb
Size (PythonQt3.2.zip) = 4539058 bytes
SHA1 (patch-aa) = 8f3a509645cf97519f8ef96536e49f8e08494a72
SHA1 (patch-ab) = cf2e9e49ac0fa32716445cc004c0ee099a7e9263
This diff is collapsed.
Click to expand it.
py-pythonqt/patches/patch-ab
0 → 100644
+
16
−
0
View file @
51485d84
fix build on 16.04
ref https://sourceforge.net/p/pythonqt/discussion/631393/thread/a9358753/
--- extensions/PythonQt_QtAll/PythonQt_QtAll.cpp.orig 2016-07-25 13:06:46.000000000 +0200
+++ extensions/PythonQt_QtAll/PythonQt_QtAll.cpp 2020-06-02 23:08:18.831046707 +0200
@@ -66,10 +66,6 @@
PythonQt_init_QtOpenGL(0);
PythonQt_init_QtXmlPatterns(0);
PythonQt_init_QtMultimedia(0);
- PythonQt_init_QtQml(0);
- PythonQt_init_QtQuick(0);
PythonQt_init_QtUiTools(0);
};
};
-
-
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment