summaryrefslogtreecommitdiff
path: root/extra/fluidsynth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fluidsynth/PKGBUILD')
-rw-r--r--extra/fluidsynth/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/extra/fluidsynth/PKGBUILD b/extra/fluidsynth/PKGBUILD
index a1e133765..669529f19 100644
--- a/extra/fluidsynth/PKGBUILD
+++ b/extra/fluidsynth/PKGBUILD
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD 185445 2013-05-14 10:12:02Z schiv $
+# $Id: PKGBUILD 216766 2014-07-10 17:16:24Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=fluidsynth
pkgver=1.1.6
-pkgrel=2
+pkgrel=3
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
arch=('i686' 'x86_64')
url="http://www.fluidsynth.org/"
-depends=('glib2' 'jack' 'libpulse')
+depends=('jack' 'libpulse')
makedepends=('cmake' 'ladspa' 'doxygen')
optdepends=('pulseaudio: PulseAudio sound support')
license=('LGPL')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- 'fluidsynth.systemd')
+ 'fluidsynth.systemd'
+ 'fluidsynth.conf')
md5sums=('ae5aca6de824b4173667cbd3a310b263'
- 'e0406748a154409907df62292be32e8a')
+ '524c616c95541dced4e9236747d4819a'
+ '28341523089ed9e15d2e7686cef2e8e8')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -35,6 +37,9 @@ package() {
install -Dm644 "$srcdir/$pkgname.systemd" \
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+
+ install -Dm644 "$srcdir/$pkgname.conf" \
+ "$pkgdir/etc/conf.d/$pkgname"
}
# vim:set ts=2 sw=2 et: