fluidsynth: rebuild for multimedia group

This commit is contained in:
Neofytos Kolokotronis 2016-01-20 12:15:33 +01:00
parent 57ec7cc262
commit 65017e1ae9
2 changed files with 18 additions and 7 deletions

View File

@ -1,20 +1,20 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/fluidsynth
pkgname=fluidsynth
# Caution: This package has a lib32 alternative, please update that as well
pkgver=1.1.6
pkgrel=5
pkgrel=6
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
arch=('x86_64')
url="http://www.fluidsynth.org/"
depends=('glib2' 'jack' 'libdbus' 'pulseaudio')
depends=('jack' 'libpulse' 'pulseaudio')
makedepends=('cmake' 'ladspa' 'doxygen')
license=('LGPL')
install=$pkgname.install
backup=('etc/conf.d/fluidsynth')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
'fluidsynth.conf' 'fluidsynth.service')
'fluidsynth.conf'
'fluidsynth.service')
md5sums=('ae5aca6de824b4173667cbd3a310b263'
'16c5f4d4cbdddc6c5fcbd4fd4cc142f1'
'e0406748a154409907df62292be32e8a')

View File

@ -0,0 +1,11 @@
post_install() {
echo
echo " > FluidSynth comes with a daemon. Start/enable it with systemd."
echo " > Before that, you need a soundfont and some preconfiguration:"
echo " /etc/conf.d/fluidsynth"
echo
echo " > PulseAudio output when running as a daemon is known to be"
echo " > problematic. See the following bulletin board post:"
echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
echo
}