fluidsynth: Fix dependencies. Rebuild for readline 8.x
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=fluidsynth
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=2.0.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)"
|
||||
arch=('any')
|
||||
url="http://www.fluidsynth.org/"
|
||||
@@ -12,7 +12,8 @@ license=('LGPL')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-glib2"
|
||||
"${MINGW_PACKAGE_PREFIX}-libsndfile"
|
||||
"${MINGW_PACKAGE_PREFIX}-portaudio")
|
||||
"${MINGW_PACKAGE_PREFIX}-portaudio"
|
||||
"${MINGW_PACKAGE_PREFIX}-readline")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
"${MINGW_PACKAGE_PREFIX}-pkg-config"
|
||||
"${MINGW_PACKAGE_PREFIX}-libtool"
|
||||
|
||||
Reference in New Issue
Block a user