diff options
author | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
commit | c77c7fc60c48c9aaa8f915eb112405e8879e46aa (patch) | |
tree | 46509cb375dc9d89676ab0d115c35629fc7326ae /community/denemo | |
parent | 9a6b691757346035549dbd12d1323301d04a6675 (diff) |
Wed Jun 27 00:01:57 UTC 2012
Diffstat (limited to 'community/denemo')
-rw-r--r-- | community/denemo/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index e11a3e4b7..bf7aa71ac 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 60150 2011-12-06 08:50:04Z spupykin $ +# $Id: PKGBUILD 72932 2012-06-25 10:29:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de> # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> # Contributor: Gnud <ach.gnud@gmail.com> pkgname=denemo -pkgver=0.9.2 +pkgver=0.9.4 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') url="http://www.denemo.org" license=('GPL') -depends=('aubio' 'portaudio' 'lilypond' 'gtk2' 'libxml2' 'guile' 'fftw' 'gtksourceview2' - 'librsvg' 'fluidsynth' 'libsmf') +depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' + 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi') options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('6dbe944f45cf8818b199e831ac7a5e4f') +md5sums=('25f141beedbb067aa361975935588862') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc + sed -i 's|#include <glib/gmessages.h>|#include <glib.h>|' src/pitchrecog.c make make DESTDIR=$pkgdir install } |