[ubuntu-PPA] no v2.0.2
The website says that the new 2.0.2 version should be available for Ubuntu from the Launchpad PPA, yet the latest version there is 2.0.0.
I could find 2.0.2 only for Ubuntu Wily (15.10), but I would need it for Trusty (14.04).
TRIALS:
1)
I tried to install the debian packages from http://ftp.us.debian.org/debian/pool/main/m/musescore/ mentioned in the MuseScore 2.0.2 for Lubuntu forum node. Didn't work because of too low qt5 dependency package versions in Trusty AND the musescore PPA (iirc, >=5.4.1 was needed).
2)
I tried to auto-compile the source package from the Wily universe repo on Trusty:
# get 2.0.0 and dependencies
sudo add-apt-repository ppa:mscore-ubuntu/mscore-stable
sudo apt-get update
sudo apt-get install musescore
# add Wily universe source repo to Trusty
echo 'deb-src http://archive.ubuntu.com/ubuntu/ wily universe' | sudo tee -a /etc/apt/sources.list
sudo apt-get update
# build 2.0.2 on Trusty
sudo apt-get build-dep musescore
apt-get source -b musescore
which succeeded, but I could not install the generated packages: gdebi
says that the dependency package qml-module-qtquick-controls
is missing/unavailable.
Comments
See https://musescore.org/en/node/71466
MuseScore 2.0.2 is now available from the Launchpad PPA. See: https://musescore.org/en/node/75936
Thanks.
Automatically closed -- issue fixed for 2 weeks with no activity.