desktop/rosegarden/PKGBUILD

39 lines
1.0 KiB
Bash
Raw Normal View History

2010-07-24 04:23:00 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
2012-12-27 08:50:29 +08:00
# maintainer abveritas@chakra-project.org
2010-07-24 04:23:00 +08:00
pkgname=rosegarden
2012-12-27 08:50:29 +08:00
pkgver=12.12.25
2011-11-10 14:05:42 +08:00
pkgrel=1
2011-08-20 23:31:59 +08:00
pkgdesc="MIDI/audio sequencer and notation editor"
2012-12-27 08:50:29 +08:00
arch=('x86_64')
2010-07-24 04:23:00 +08:00
url="http://www.rosegardenmusic.com/"
license=('GPL')
2012-12-27 08:50:29 +08:00
depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils' 'perl' 'qt' 'shared-mime-info')
2010-07-24 04:23:00 +08:00
makedepends=('pkgconfig' 'imake')
optdepends=('lilypond: notation display'
'cups: printing support'
'okular: print preview, or any other PDF viewer'
'timidity++: MIDI playback, or any other softsynth'
'flac'
'wavpack')
2012-03-06 19:37:36 +08:00
categories=('multimedia')
2012-12-27 08:50:29 +08:00
screenshot=('http://www.rosegardenmusic.com/images/snap-10.02-1.png')
2010-07-24 04:23:00 +08:00
install=$pkgname.install
2012-12-27 08:50:29 +08:00
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('8c98e7d3d448b07d9dc079b28bd37eba')
2010-07-24 04:23:00 +08:00
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}