mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-01-21 07:40:48 +00:00
Add packages for fluidsynth.
This commit is contained in:
parent
5c60dcdb4a
commit
e6a0dfda11
5 changed files with 25 additions and 0 deletions
|
@ -17,4 +17,11 @@ if ! chocpkg installed libogg; then
|
|||
config_options+=" --disable-music-ogg"
|
||||
fi
|
||||
|
||||
# FluidSynth, if we have it.
|
||||
if chocpkg installed fluidsynth; then
|
||||
config_options+=" --enable-music-midi-fluidsynth"
|
||||
else
|
||||
config_options+=" --disable-music-midi-fluidsynth"
|
||||
fi
|
||||
|
||||
build_autotools $config_options
|
||||
|
|
5
pkgdef/fluidsynth.sh
Normal file
5
pkgdef/fluidsynth.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
description "Real-time sound font software synthesizer"
|
||||
check_pkgconfig fluidsynth
|
||||
fetch_download http://www.chocolate-doom.org/depends/fluidsynth-1.1.6.tar.gz
|
||||
dependencies glib
|
||||
build_autotools
|
4
pkgdef/gettext.sh
Normal file
4
pkgdef/gettext.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
description "gettext localization library"
|
||||
check_tool gettext
|
||||
fetch_download https://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.7.tar.gz
|
||||
build_autotools --disable-java
|
5
pkgdef/glib.sh
Normal file
5
pkgdef/glib.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
description "GNOME glib core utility library"
|
||||
check_pkgconfig glib
|
||||
fetch_download http://www.chocolate-doom.org/depends/glib-2.47.6.tar.gz
|
||||
dependencies libffi gettext zlib
|
||||
build_autotools --with-pcre=internal
|
4
pkgdef/libffi.sh
Normal file
4
pkgdef/libffi.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
description "Foreign function interface library"
|
||||
check_pkgconfig libffi
|
||||
fetch_download https://www.mirrorservice.org/sites/sourceware.org/pub/libffi/libffi-3.2.tar.gz
|
||||
build_autotools
|
Loading…
Reference in a new issue