[ubuntu-PPA] no v2.0.2

• Sep 4, 2015 - 12:59
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

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