summaryrefslogtreecommitdiff
path: root/community/denemo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/denemo/PKGBUILD')
-rw-r--r--community/denemo/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD
index 6822f3f14..57dd70050 100644
--- a/community/denemo/PKGBUILD
+++ b/community/denemo/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 107193 2014-03-14 09:39:02Z spupykin $
+# $Id: PKGBUILD 112254 2014-05-30 17:17:27Z 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=20140314
+epoch=1
+pkgver=1.1.4
pkgrel=1
pkgdesc="A music score editor"
arch=('i686' 'x86_64')
@@ -15,9 +16,14 @@ depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
'rubberband')
makedepends=('intltool' 'git')
-#source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
-md5sums=('SKIP')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+#source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
+md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+ sed -i 's|<audio.h>|<portaudio.h>|' src/audio/pitchrecog.c
+}
build() {
cd $srcdir/$pkgname-$pkgver