Musescore 2.0.1 not available in Ubuntu ppa
Hello, i'm using Musescore 1.3 on Ubuntu 1404.
Unfortunately i cannot open .mscz files created with Musescore 2.x or from PDF Converter.
So i want to update to the newest version, when will it be available?
Regards
Comments
That's up to the maintainer to decide, but meanwhile, 2.0 is available - just not 2.0.1. 2.0 can open scores created in 2.0.1
In reply to That's up to the maintainer by Marc Sabatella
2.0.1 was released for the rest of the world over 2 months ago, but is still not available on Linux. Way back in MuseScore's beginnings it was Linux only software. Now Linux seems to have become the stepchild. It is disappointing.
In reply to 2.0.1 was released for the by brianr0922
As far as I know, 2.0..1 is perfectly available for Linux the same way it was in the beginning and always has been - by compiling it yourself :-). The way precompiled software is distributed on Linux (of which there of course many different distributions, each with their own unique requirements) is very different from Windows or Mac, however, and requires the cooperation of others.
In reply to 2.0.1 was released for the by brianr0922
@brian Linux has never been a stepchild. In fact, the development of MuseScore is done on Linux. That said, we rely on volunteers from the Linux community to create packages for each release. So if there is a package missing and someone steps up to create that package, you bet we give this person all the help needed. Perhaps you like to step up?
In reply to @brian Linux has never been a by Thomas
I have built MuseScore from source many times before and can do that again if needed. I would have to get QT and all of the other dependencies setup on my system again though. I was hoping that once 2.0 was released life would be easier and I would not have to do it anymore. :-) However, I am willing to help out. How would I get in touch with the PPA maintainers to find out if they need help?
In reply to I have built MuseScore from by brianr0922
The PPA is here https://launchpad.net/~mscore-ubuntu/+archive/ubuntu/mscore-stable
There is an open issue on the MuseScore package in the Ubuntu bug tracker here https://bugs.launchpad.net/ubuntu/+source/musescore/+bug/1463975
A package for debian sid is available
https://packages.debian.org/sid/musescore
you can reach to tsmithe and tvaz on IRC #musescore on freenode.net
In reply to The PPA is here by [DELETED] 5
Thanks for the info. I see that the open issue is not actually assigned to anyone so perhaps that is why it has not been done. I have send a message in IRC to see if they need help.
Just to avoid confusion, Marc is talking about MuseScore's own PPA for Ubuntu. The official Ubuntu repositories (i.e. Ubuntu Software Centre) still only have 1.3, and will most likely not get a newer version until the release of Ubuntu 15.10 in October.
In the meantime, you can install MuseScore 2.0.0 from MuseScore's own PPA for Ubuntu. Open the Terminal Ctrl+Alt+T and use these commands to add the PPA and install 2.0.0 (or later versions as they become available)
As Marc said, 2.0.1 has been released but is not available from the PPA. If you want to install it you will have to compile from source following this step-by-step guide. When you reach "Get the source code":
Add these lines immediately after `cd MuseScore` to get the 2.0.1 release:
(Alternatively get the source code from here if you don't want to use git).
In reply to Just to avoid confusion, Marc by shoogle
AFAIK there's no such thing as "MuseScore's own PPA". This is not maintained or owned by the MuseScore team at all
In reply to AFAIK there's no such thing by Jojo-Schmitz
Perhaps not, and that might be an important distinction to make if the lawyers come knocking. However, it is the official MuseScore PPA for Ubuntu (i.e. it's linked on the downloads page) and it uses the MuseScore name and icons. There might not be a formal contract with the maintainer, but I imagine the MuseScore team wouldn't be very happy if he started making other programs available via the same PPA. The issue of "ownership" is blurred in the open-source world, and you could consider maintainers' contributions to be as much a part of the MuseScore project as the developers'. However, you are correct that they are technically separate for legal purposes (i.e. maintainers don't have to sign the CLA).
In reply to Perhaps not, and that might by shoogle
@shoogle There is no formal contract with the MuseScore PPA maintainer or any other Linux distribution maintainer. It's all done on voluntary basis.
In reply to Just to avoid confusion, Marc by shoogle
Thanks a lot for your detailed answer. First i will test 2.0.0 from ppa. Is it possible to run the new version alongside the old version?
In reply to Thanks a lot for your by notes4piano
It is on Windows and Mac, but might not be on Linux, depending on how the specifics of how it was packaged for your particular distribution. But there really is no need to keep 1.3 around - 2.0.0 can load files created in 1.3. In some cases there might be slight layout differences here or there.
In reply to Thanks a lot for your by notes4piano
It isn't possible, or at least it's not recommended, but in the (unlikely) event you want to go back to 1.3 you can remove the MuseScore PPA, uninstall MuseScore 2.0.0 and then reinstall MuseScore 1.3 from Ubuntu's default repository. The tool "ppa-purge" (available from the Ubuntu Software Centre) claims to do this all in a single step:
That should get 1.3 back for you. I have never used ppa-purge myself, but it seems trustworthy.
(Note: if you compile MuseScore from source it is possible to get multiple versions to coexist if you specify a different install location for each. However, they won't all appear in the Unity launcher, so you have to run them from Terminal using
/path/to/install/location/mscore
)