Hello, fails to build for me; both makepkg and devtools
/home/fabio/Dev/pkg_make/TO_BUILD_17/musescore3/src/MuseScore/thirdparty/dtl/dtl/Diff.hpp: In member function 'void dtl::Diff<elem, sequence, comparator>::enableTrivial() const':
/home/fabio/Dev/pkg_make/TO_BUILD_17/musescore3/src/MuseScore/thirdparty/dtl/dtl/Diff.hpp:166:27: error: assignment of member 'trivial' in read-only object
166 | this->trivial = true;
| ~~~~~~~~~~~~~~^~~~~~
/home/fabio/Dev/pkg_make/TO_BUILD_17/musescore3/src/MuseScore/libmscore/scorediff.cpp: In member function 'std::vector<Ms::TextDiff> Ms::MscxModeDiff::lineModeDiff(const QString&, const QString&)':
Pinned Comments
cmsigler commented on 2023-01-26 20:54 (UTC) (edited on 2023-04-30 10:33 (UTC) by cmsigler)
All,
Remember, please vote for this pkg if you find it useful!
I have updated this AUR pkg so it can be installed in parallel with musescore4.
Note that this has NOT been extensively tested for regressions. Right now it's a Works-For-Me.
If you run into any problems please post a comment so I receive a notice, or contact me directly. HTH :)
P.S.: Since MuseScore has moved on from ver. 3, there will almost certainly be no upstream maintenance releases for this. I'll try to look around to see if anyone forks ver. 3.6.2 in order to maintain it. Please contact me if you know of a good and active fork.
Edit: In the very long run, the only way to keep this working may be via an AppImage. I didn't realize (until I looked) that official AppImage releases are available for download from the MuseScore github site. If you wish to download ver. 3.6.2 to "archive" for future use, please go to:
https://github.com/musescore/MuseScore/releases/tag/v3.6.2
At the bottom of the page under "Assets" you can find an AppImage. (NB: I haven't tried it.)
Clemmitt