Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 948110 - media-sound/qpaeq needs porting to dev-python/pyqt6
Summary: media-sound/qpaeq needs porting to dev-python/pyqt6
Status: IN_PROGRESS
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Igor V. Kovalenko
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: pyqt5-removal
  Show dependency tree
 
Reported: 2025-01-14 18:19 UTC by Andreas Sturmlechner
Modified: 2025-03-28 15:11 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qpaeq-16.1-pyqt6.patch (qpaeq-16.1-pyqt6.patch,886 bytes, patch)
2025-01-14 18:19 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2025-01-14 18:19:06 UTC
Created attachment 916543 [details, diff]
qpaeq-16.1-pyqt6.patch

It *may* be not that difficult to port it. For reference, see porting commit to PyQt5: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/480e0e74f43565d7ece72141666961ae8cc2ed75

Based on that, attaching a simple s/qt5/qt6/I style patch, completely untested for lack of pulseaudio-daemon installed.
Comment 1 Andrius Štikonas 2025-02-25 20:37:49 UTC
Patch looks reasonable though I have neither qpaeq nor pulseaudio daemon, so I also can't test it.

I didn't even remember that I did Qt4->Qt5 port...
Comment 2 Igor V. Kovalenko 2025-03-27 19:13:32 UTC
I just quickly tried PyQt6 and it turned to be not hard at all.

Patch in MR here https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/844
Comment 3 Larry the Git Cow gentoo-dev 2025-03-28 15:10:00 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4352b6ea457d99eabaa63598cb60f8975ee6eb

commit fd4352b6ea457d99eabaa63598cb60f8975ee6eb
Author:     Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
AuthorDate: 2025-03-27 19:18:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-28 15:07:00 +0000

    media-sound/qpaeq: Version bump to 17.0, port to PyQt6
    
    Bug: https://bugs.gentoo.org/948110
    Bug: https://bugs.gentoo.org/952555
    Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/41328
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/qpaeq/Manifest                         |   1 +
 .../qpaeq/files/pulseaudio-17.0-pr844.patch        | 105 +++++++++++++++++++++
 media-sound/qpaeq/qpaeq-17.0.ebuild                |  48 ++++++++++
 3 files changed, 154 insertions(+)