diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-13 03:18:35 +0000 |
commit | b6ad8075baf858359209aa7f1af82a143dcc0c80 (patch) | |
tree | 905bbb7a639842e49556d2aafa014d77be7d81ea /extra/rosegarden | |
parent | e3fe31f4a2c44fef8da55c60c3f95a763fdfd3c7 (diff) |
Thu Feb 13 03:16:56 UTC 2014
Diffstat (limited to 'extra/rosegarden')
-rw-r--r-- | extra/rosegarden/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD index e8b40d3ae..bb8dcf6bd 100644 --- a/extra/rosegarden/PKGBUILD +++ b/extra/rosegarden/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 199804 2013-11-16 21:20:01Z schiv $ +# $Id: PKGBUILD 205867 2014-02-12 07:12:35Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: damir <damir@archlinux.org> @@ -6,17 +6,17 @@ pkgname=rosegarden pkgver=13.10 -pkgrel=1 +pkgrel=2 pkgdesc="MIDI/audio sequencer and notation editor" arch=('i686' 'x86_64') url="http://www.rosegardenmusic.com/" license=('GPL') depends=('liblrdf' 'dssi' 'fftw' 'lirc-utils' - 'perl' 'qt4' 'shared-mime-info') + 'perl' 'qt4' 'shared-mime-info' 'liblo>=0.28') makedepends=('imake') optdepends=('lilypond: notation display' 'cups: printing support' - 'okular: print preview, or any other PDF viewer' + 'kdegraphics-okular: print preview, or any other PDF viewer' 'timidity++: MIDI playback, or any other softsynth' 'flac' 'wavpack') |