summaryrefslogtreecommitdiffstats
path: root/audio-libs/lilypond/DETAILS
diff options
context:
space:
mode:
authorFlorian Franzmann2017-02-01 22:41:25 +0100
committerFlorian Franzmann2017-02-02 20:20:51 +0100
commit2b342fe83f21c1d39de89827881ec91872adfa49 (patch)
tree682425f1c1076c97b1fa46615393e9ba2d2f3fdb /audio-libs/lilypond/DETAILS
parentc05ace9d0b7e6bce0acbfadc2bc4d995d3cf8bab (diff)
audio-libs/lilypond: add support for devel branch
Diffstat (limited to 'audio-libs/lilypond/DETAILS')
-rwxr-xr-xaudio-libs/lilypond/DETAILS9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio-libs/lilypond/DETAILS b/audio-libs/lilypond/DETAILS
index b219351719..bdf018c91b 100755
--- a/audio-libs/lilypond/DETAILS
+++ b/audio-libs/lilypond/DETAILS
@@ -1,11 +1,16 @@
SPELL=lilypond
+if [[ $LILYPOND_BRANCH == "stable" ]]; then
VERSION=2.18.2
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_HASH=sha512:0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
+else
+ VERSION=2.19.54
+ SOURCE_HASH=sha512:bcf682595017e5ad9125c3c8e89c00faa3ab7f84ac92dce06ac6ea1d93f358d779f83b2391e36219ea8f76fa569c9f3c17120024cca4cf43a0facb2b24127c8b
+fi
+ SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.linuxaudio.org/lilypond/sources/v${VERSION%.*}/$SOURCE
WEB_SITE=http://lilypond.org/web
ENTERED=20050210
- SOURCE_HASH=sha512:0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
LICENSE[0]=GPL
KEYWORDS="music audio libs"
SHORT="Format music notation beautifully"