MechDR
MechDR
@oleksis I have these packages at my disposal from the repo. Can any of these help? ```` wxFormBuilder (Package) wxPython-devel-32bit (Package) wxWidgets-devel (Package) wxFormBuilder-32bit (Package) wxWidgets (Package) wxWidgets-devel-32bit (Package) wxMaxima...
OK, will try all of what you mentioned, will report back.
@oleksis OK, I managed to get wheel for wxPython 4.2.1 built from source after I did a few more modifications to the template file (patches to source files). I went...
@oleksis I managed to fix those syntax errors as well, so now, wheel for wxPython 4.2.1 builds successfully. But, I have other problems now... ````bash Successfully built pyyaml wxpython Installing...
@oleksis If you'd like, I can post the template, the source corrections are there.
@oleksis OK. Some are related to general syntax issues, others to syntax changes in python 3.12 and above... maybe it's best if I split them up in a few (most...
I'd also like to see this, this is a useful feature.
This is never gonna be accepted in repos. Stable version (2.9.0) requires `qt4-devel` in `CmakeLists.txt` ```` find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml REQUIRED ) if(WITH_QTWEBKIT) find_package( Qt4...
Well, if things change and they do transfer to Qt6/KF6, then yes, this would be more easy to do.
OK, I think I got this working... I'll need a day or two more. Rough draft. ```` # Template file for 'amarok' pkgname=amarok version=3.0.0 revision=1 #build_style=cmake #configure_args=".. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`" #build_wrksrc="${pkgname}-${version}-build"...