https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283794
Rainer Hurling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #258431|0 |1 is obsolete| | Attachment #258431|maintainer-approval?(kde@Fr | Flags|eeBSD.org) | --- Comment #29 from Rainer Hurling <[email protected]> --- Created attachment 266553 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266553&action=edit patch for amarok v3.3.1 for Qt6, v4 Fortunately, I found some time over Christmas to prepare a new patch for Amarok 3.3.1. Since this version of Amarok currently does not work with the liblastfm6 dependency, the LASTFM option is disabled by default and marked as ‘BROKEN’. The previously used liblastfm repo [1] has been archived for some time, and a fork [2] with some newer commits is recommended in the Amarok repo [3], see optional dependencies. The Amarok project has implemented further changes that now preferentially search for an installation of mariadb embedded (instead of just mysql). This behavior can be disabled using a CMAKE variable. Compared to the third patch in this PR (for v3.2.2), the following changes are included: - Update amarok to version 3.3.1 - LIB_DEPENDS=liblastfm6 was moved into LASTFM Option - Option LASTFM is off by default now - Suppress usage of mariadb via CMAKE_OFF=WITH_EMBEDDED_DB - Remove CMAKE_ON=BUILD_WITH_QT6, as it is standard now - Use gstreamer instead of Phonon directly Please let me know if this works for you, thanks in advance. [1] https://github.com/drfiemost/liblastfm [2] https://github.com/Mazhoon/liblastfm [3] https://github.com/KDE/amarok/ -- You are receiving this mail because: You are on the CC list for the bug.
