Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916543 Details for
Bug 948110
media-sound/qpaeq needs porting to dev-python/pyqt6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qpaeq-16.1-pyqt6.patch
qpaeq-16.1-pyqt6.patch (text/plain), 886 bytes, created by
Andreas Sturmlechner
on 2025-01-14 18:19:06 UTC
(
hide
)
Description:
qpaeq-16.1-pyqt6.patch
Filename:
MIME Type:
Creator:
Andreas Sturmlechner
Created:
2025-01-14 18:19:06 UTC
Size:
886 bytes
patch
obsolete
>--- a/src/utils/qpaeq >+++ b/src/utils/qpaeq >@@ -18,12 +18,12 @@ > > import os,math,sys > try: >- from PyQt5 import QtWidgets,QtCore >- import dbus.mainloop.pyqt5 >+ from PyQt6 import QtWidgets,QtCore >+ import dbus.mainloop.pyqt6 > import dbus > except ImportError as e: > sys.stderr.write('There was an error importing needed libraries\n' >- 'Make sure you have qt5 and dbus-python installed\n' >+ 'Make sure you have qt6 and dbus-python installed\n' > 'The error that occurred was:\n' > '\t%s\n' % (str(e))) > sys.exit(-1) >@@ -564,7 +564,7 @@ > return left+right > > def main(): >- dbus.mainloop.pyqt5.DBusQtMainLoop(set_as_default=True) >+ dbus.mainloop.pyqt6.DBusQtMainLoop(set_as_default=True) > app=QtWidgets.QApplication(sys.argv) > qpaeq_main=QPaeq() > qpaeq_main.show()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 948110
: 916543