mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/rosegarden: Updated for version 16.02.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
0329484347
commit
2d7528f135
3 changed files with 15 additions and 18 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue