mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:17:14 +08:00
fluidsynth: rebuild for multimedia group
This commit is contained in:
parent
57ec7cc262
commit
65017e1ae9
@ -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')
|
||||
|
11
fluidsynth/fluidsynth.install
Normal file
11
fluidsynth/fluidsynth.install
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user