2010-07-24 04:23:00 +08:00
|
|
|
pkgname=rosegarden
|
2017-04-22 18:10:18 +08:00
|
|
|
pkgver=17.04
|
|
|
|
pkgrel=1
|
2010-07-24 04:23:00 +08:00
|
|
|
pkgdesc="MIDI/audio sequencer and notation editor"
|
2013-05-14 06:21:12 +08:00
|
|
|
arch=('x86_64')
|
2010-07-24 04:23:00 +08:00
|
|
|
url="http://www.rosegardenmusic.com/"
|
|
|
|
license=('GPL')
|
2015-12-31 23:48:52 +08:00
|
|
|
depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils' 'liblo' 'libsamplerate'
|
2016-07-27 03:00:58 +08:00
|
|
|
'perl' 'qt5-tools' 'shared-mime-info' 'ladspa' 'libsndfile' 'lilypond')
|
|
|
|
makedepends=('imake' 'cmake')
|
2015-12-31 23:48:52 +08:00
|
|
|
optdepends=('cups: printing support'
|
2010-07-24 04:23:00 +08:00
|
|
|
'okular: print preview, or any other PDF viewer'
|
|
|
|
'timidity++: MIDI playback, or any other softsynth'
|
|
|
|
'flac'
|
|
|
|
'wavpack')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('multimedia')
|
2010-07-24 04:23:00 +08:00
|
|
|
install=$pkgname.install
|
2017-04-22 18:10:18 +08:00
|
|
|
source=($pkgname-$pkgver::http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
|
|
|
|
sha256sums=('988a6141c5b0a8e85c029f650de78bf57100c4d778c22d0194b0692584640ece')
|
2010-07-24 04:23:00 +08:00
|
|
|
|
|
|
|
build() {
|
2017-04-22 18:10:18 +08:00
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2010-07-24 04:23:00 +08:00
|
|
|
|
2016-07-27 03:00:58 +08:00
|
|
|
cmake ./ -DBUILD_TESTING=OFF \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
2010-07-24 04:23:00 +08:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2017-04-22 18:10:18 +08:00
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2010-07-24 04:23:00 +08:00
|
|
|
|
|
|
|
make DESTDIR="$pkgdir/" install
|
|
|
|
}
|