Musescore 2.0 for gentoo

• Apr 2, 2015 - 13:34

Ebuild is still missing. I managed to install ms 2.0 as follows:

Install qt5. Add to /etc/portage/package.accept_keywords dev-qt/*
Then emerge --sync
Then
emerge -uDNavt @world
If it asks to rebuild packages, agree. You may need to resolve dependencies which is usually solved by removing the mentioned blocking packs.
It will update your OS and install qt5.
Then download the offered zip file, unzip it and read README file for instructions. The executable of MS used in this pack was compiled by a kxstudio developer for ubuntu with static libs but works on gentoo. I just needed to install additional libs. That's what the pack for. It helps to install additional libs.
Link to zip file: http://rghost.net/download/6r42v7MMC/4c707865278bc03949430c0ff4efd704df…

By the way, the pack should work on any linux, not only gentoo.


Comments

# Here you are:
###musescore-2.0.ebuild###############
# Copyright 2015 Artur Wrona
# Distributed under the terms of the GNU General Public License v2
# e-mail: arturwrona91@gmail.com
# $Header: /var/cvsroot/gentoo-x86/media-sound/musescore/musescore-1.3.ebuild,v 1.2 2014/04/16 06:11:17 polynomial-c Exp $

EAPI=5
inherit eutils

MY_P="MuseScore-2.0.0"

DESCRIPTION="WYSIWYG Music Score Typesetter"
HOMEPAGE="http://mscore.sourceforge.net"
SRC_URI="mirror://sourceforge/mscore/MuseScore-2.0.0.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/alsa-lib
media-libs/libsndfile
media-libs/portaudio
media-sound/fluidsynth
media-sound/jack-audio-connection-kit
sys-libs/zlib
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtscript:5
dev-qt/qtsvg:5
dev-qt/qthelp:5
"

DEPEND="${RDEPEND}
dev-texlive/texlive-context
app-doc/doxygen
virtual/pkgconfig"

S="${WORKDIR}/${MY_P}"

######################
# PS I sent to gentoo developers and put to other part of Musescore forum.

Do you still have an unanswered question? Please log in first to post your question.