Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e3c724fc86d25101002552a840147678ae5c1276)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e3c724fc86d25101002552a840147678ae5c1276)
  • Date: Sat, 25 Apr 2015 05:14:32 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
audio-creation/musescore/BUILD | 2 ++
audio-creation/musescore/DEPENDS | 16 ++++++++++++++++
audio-creation/musescore/DETAILS | 18 ++++++++++++++++++
audio-creation/musescore/HISTORY | 3 +++
audio-creation/musescore/INSTALL | 2 ++
6 files changed, 44 insertions(+)

New commits:
commit e3c724fc86d25101002552a840147678ae5c1276
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

musescore: new spell

diff --git a/ChangeLog b/ChangeLog
index f3338a7..99ccb48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-04-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-creation/musescore: new spell, for writing music scores
+
2015-04-23 Thomas Orgis <sobukus AT sourcemage.org>
* utils/numactl: new spell, NUMA support
* FUNCTIONS: make waf_build more robust with differing versions of waf
diff --git a/audio-creation/musescore/BUILD b/audio-creation/musescore/BUILD
new file mode 100755
index 0000000..92c81f0
--- /dev/null
+++ b/audio-creation/musescore/BUILD
@@ -0,0 +1,2 @@
+PATH="$QT5DIR/bin:$PATH"
+make PREFIX="$INSTALL_ROOT/usr"
diff --git a/audio-creation/musescore/DEPENDS
b/audio-creation/musescore/DEPENDS
new file mode 100755
index 0000000..72f7f97
--- /dev/null
+++ b/audio-creation/musescore/DEPENDS
@@ -0,0 +1,16 @@
+depends cmake &&
+depends -sub CXX gcc &&
+depends alsa-lib &&
+depends portaudio19 &&
+depends lame &&
+depends libsndfile &&
+depends qtbase &&
+depends qttools &&
+depends qtdeclarative &&
+depends qtquick1 &&
+depends qtquickcontrols &&
+depends qtscript &&
+depends qtxmlpatterns &&
+depends qtsvg &&
+depends SSL &&
+depends qtwebkit
diff --git a/audio-creation/musescore/DETAILS
b/audio-creation/musescore/DETAILS
new file mode 100755
index 0000000..abb52e1
--- /dev/null
+++ b/audio-creation/musescore/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=musescore
+ VERSION=2.0.0
+ SOURCE="MuseScore-${VERSION}.zip"
+# If you find a more canonical URL, go ahead. The website offers
+# a generic version-less link that resolves to that below (always?).
+
SOURCE_URL[0]=http://ftp.osuosl.org/pub/${SPELL}/releases/MuseScore-2.0/${SOURCE}
+
SOURCE_HASH=sha512:b5929340741161e39c628d3a888ddd2b937b36a13f40246ebc5d58d7e2fbd9cb28f54711a829581f9151c15413392dd07ea33dd8601a789ed2154d330f38d30b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MuseScore-${VERSION}"
+ WEB_SITE="https://musescore.org";
+ LICENSE[0]=GPLv2
+ ENTERED=20150423
+ SHORT="Create, play and print beautiful sheet music"
+cat << EOF
+MuseScore is a scorewriter for Windows, OS X, and Linux. Created by Werner
+Schweer, it is released as free and open source software under the GNU
General
+Public License. It has a feature set comparable to Finale and Sibelius,
+supporting a wide variety of file formats and input methods.
+EOF
diff --git a/audio-creation/musescore/HISTORY
b/audio-creation/musescore/HISTORY
new file mode 100644
index 0000000..07908c8
--- /dev/null
+++ b/audio-creation/musescore/HISTORY
@@ -0,0 +1,3 @@
+2015-04-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/audio-creation/musescore/INSTALL
b/audio-creation/musescore/INSTALL
new file mode 100755
index 0000000..b0e7821
--- /dev/null
+++ b/audio-creation/musescore/INSTALL
@@ -0,0 +1,2 @@
+PATH="$QT5DIR/bin:$PATH" &&
+make PREFIX="$INSTALL_ROOT/usr" install



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e3c724fc86d25101002552a840147678ae5c1276), Thomas Orgis, 04/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page