summaryrefslogtreecommitdiff
path: root/community/solfege
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-28 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-10-28 23:14:50 +0000
commit807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch)
tree80b0599366bffbfa57def09ed036e6ad635f1796 /community/solfege
parent0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff)
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'community/solfege')
-rw-r--r--community/solfege/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD
index 255ea0f87..4ae1a450f 100644
--- a/community/solfege/PKGBUILD
+++ b/community/solfege/PKGBUILD
@@ -1,13 +1,12 @@
-# $Id: PKGBUILD 55949 2011-09-26 18:58:53Z schiv $
+# $Id: PKGBUILD 57439 2011-10-27 19:55:33Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: sickhate <sickhate@tux-linux.net>
# TODO:
# bring in pyalsa, csound, mma
-options=('!makeflags')
pkgname=solfege
-pkgver=3.20.3
+pkgver=3.20.4
pkgrel=1
pkgdesc="Music education and ear training software"
arch=('i686' 'x86_64')
@@ -15,16 +14,15 @@ url="http://www.solfege.org/"
license=('GPL3')
depends=('pygtk' 'libgtkhtml')
makedepends=('ghostscript' 'gnome-doc-utils' 'librsvg' 'libxslt'
- 'swig' 'texinfo' 'txt2man' 'pkg-config')
+ 'swig' 'texinfo' 'txt2man')
optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
'mpg123: or any MP3 player'
'lame: or any WAV-MP3 converter'
'vorbis-tools: or any OGG player & WAV-OGG converter'
- #'lilypond: for generating print-outs & score sheets'
+ 'lilypond: for generating print-outs & score sheets'
'texlive-bin: use LaTeX to replace HTML reports with DVI')
-changelog=$pkgname.changelog
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b6546691d0e34595e3c87c0e38a8ae15')
+md5sums=('3a1914158ad218ad5b119ee4f719b567')
build() {
cd "$srcdir/$pkgname-$pkgver"