diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-31 03:57:01 +0000 |
commit | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (patch) | |
tree | 49981b5eb9933d5122695dbe1698233d0ef53133 /community/denemo/PKGBUILD | |
parent | 4ac93228afaf8da847b4ec91aac9c43f3bef472c (diff) |
Sat May 31 03:30:32 UTC 2014
Diffstat (limited to 'community/denemo/PKGBUILD')
-rw-r--r-- | community/denemo/PKGBUILD | 16 |
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 |