summaryrefslogtreecommitdiffstats
path: root/audio/rosegarden
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2016-03-13 19:05:28 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-15 00:26:15 +0700
commit2d7528f135258f97a2ab589423c7b11a83b191e8 (patch)
tree1159d0b1f793dcbdb8993ca4b96bda28c6354476 /audio/rosegarden
parent0329484347c973671eff2a6cbaa838967280a924 (diff)
downloadslackbuilds-2d7528f135258f97a2ab589423c7b11a83b191e8.tar.gz
slackbuilds-2d7528f135258f97a2ab589423c7b11a83b191e8.tar.xz
audio/rosegarden: Updated for version 16.02.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/rosegarden')
-rw-r--r--audio/rosegarden/README3
-rw-r--r--audio/rosegarden/rosegarden.SlackBuild22
-rw-r--r--audio/rosegarden/rosegarden.info8
3 files changed, 15 insertions, 18 deletions
diff --git a/audio/rosegarden/README b/audio/rosegarden/README
index d3d869dc73..782f5f98d8 100644
--- a/audio/rosegarden/README
+++ b/audio/rosegarden/README
@@ -2,4 +2,5 @@ Rosegarden is an attractive, user-friendly MIDI and audio sequencer,
notation editor, and general-purpose music composition and editing
application for Unix and Linux.
-lirc and perl-xml-twig are optional dependencies.
+jack-audio-connection-kit, lirc and perl-xml-twig are optional
+dependencies.
diff --git a/audio/rosegarden/rosegarden.SlackBuild b/audio/rosegarden/rosegarden.SlackBuild
index af4017ee53..0b0dc67d98 100644
--- a/audio/rosegarden/rosegarden.SlackBuild
+++ b/audio/rosegarden/rosegarden.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for rosegarden
-# Copyright 2007-2014 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2007-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
# No additional license terms :-)
PRGNAM=rosegarden
-VERSION=${VERSION:-14.02}
+VERSION=${VERSION:-16.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,19 +72,15 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --mandir=/usr/man \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-qtdir=/usr/lib$LIBDIRSUFFIX/qt \
- --build=$ARCH-slackware-linux
+cmake \
+ -DCMAKE_C_FLAGS="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DLIB_SUFFIX="$LIBDIRSUFFIX" \
+ -DBUILD_TESTING=OFF \
+ .
make
-
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/audio/rosegarden/rosegarden.info b/audio/rosegarden/rosegarden.info
index 77797971d9..9ef602961c 100644
--- a/audio/rosegarden/rosegarden.info
+++ b/audio/rosegarden/rosegarden.info
@@ -1,10 +1,10 @@
PRGNAM="rosegarden"
-VERSION="14.02"
+VERSION="16.02"
HOMEPAGE="http://www.rosegardenmusic.com"
-DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-14.02.tar.bz2"
-MD5SUM="f649556e5149650211d88684b1168ab4"
+DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-16.02.tar.bz2"
+MD5SUM="d179f4d9b5d6b8fd1b71ba61ffc8faaa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="dssi liblrdf lilypond"
+REQUIRES="dssi liblrdf lilypond liblo"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"