Commit graph

15 commits

Author SHA1 Message Date
alexey.lysiuk
4037eda311 update fluidsynth to 2.1.2
remove its obsolete dependencies
2020-04-24 15:52:57 +03:00
alexey.lysiuk
4330be8fe3 update fluidsynth to 2.1.1 2020-03-01 11:40:55 +02:00
alexey.lysiuk
a8ecfb9e30 update fluidsynth to 2.1.0 2019-12-15 10:38:19 +02:00
alexey.lysiuk
03caa4f0ca update fluidsynth to 2.0.9 2019-11-17 13:29:56 +02:00
alexey.lysiuk
bb18d0e737 update fluidsynth to 2.0.8 2019-11-03 10:37:16 +02:00
alexey.lysiuk
8ce0b422d7 update fluidsynth to 2.0.7 2019-10-06 09:47:01 +03:00
alexey.lysiuk
8b1ad4f920 update fluidsynth to 2.0.6 2019-09-01 10:43:02 +03:00
alexey.lysiuk
dc5b28e1a1 * rebuild fluidsynth 1.1.11 with xcode 9.4 and sdk 10.9
update glib to 2.56.1
2018-07-15 16:39:24 +03:00
alexey.lysiuk
6442c3b69f * update FluidSynth to 1.1.11
http://www.fluidsynth.org
https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" . && make install
2018-06-23 13:31:54 +03:00
alexey.lysiuk
94ef5c025e * update FluidSynth to 1.1.10
http://www.fluidsynth.org
https://github.com/FluidSynth/fluidsynth/archive/v1.1.10.tar.gz

cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" . && make install
2018-03-04 17:48:00 +02:00
alexey.lysiuk
d085524a26 * rollback to FluidSynth to 1.1.6
GZDoom built with FluidSynth 1.1.8 crashed on loading of Patch93's SC-55 sound font v2.2
This reverts commit d035d1a99b
2018-01-05 22:24:01 +02:00
alexey.lysiuk
d035d1a99b * update FluidSynth to 1.1.8
http://www.fluidsynth.org
https://github.com/FluidSynth/fluidsynth/archive/v1.1.8.tar.gz

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" . && make install
2017-12-17 10:54:20 +02:00
alexey.lysiuk
b6b0a49665 * update FluidSynth to 1.1.6
http://www.fluidsynth.org
https://github.com/FluidSynth/fluidsynth/archive/v1.1.6.tar.gz
2017-08-26 17:16:12 +03:00
alexey.lysiuk
a601680a67 * update FluidSynth to f52597
http://www.fluidsynth.org/
f52597be03

curl -LO https://pkg-config.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
tar -xf pkg-config-0.29.1.tar.gz
cd pkg-config-0.29.1
./configure --with-internal-glib
make install
cd ..

curl -LO ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
tar -xf libffi-3.2.1.tar.gz
cd libffi-3.2.1
./configure --disable-shared
make install
cd ..

curl -LO http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.1.tar.xz
tar -xf gettext-0.19.8.1.tar.xz
cd gettext-0.19.8.1
./configure --disable-shared
make install
cd ..

curl -LO https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
tar -xf glib-2.44.1.tar.xz
cd glib-2.44.1
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
tar -xf libogg-1.3.2.tar.xz
cd libogg-1.3.2
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz
tar -xf libvorbis-1.3.5.tar.xz
cd libvorbis-1.3.5
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz
tar -xf flac-1.3.2.tar.xz
cd flac-1.3.2
./configure --disable-shared --enable-static
make install
cd ..

curl -LO http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz
tar -xf libsndfile-1.0.28.tar.gz
cd libsndfile-1.0.28
./configure --disable-shared
make install
cd ..

git clone https://git.code.sf.net/p/fluidsynth/code-git
cd code-git/fluidsynth
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/lib -logg -lvorbis -lvorbisenc -lFLAC" -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" .
make install
2017-05-03 14:44:05 +03:00
alexey.lysiuk
ca8a44e887 + FluidSynth 1.1.6 (with dependencies)
http://www.fluidsynth.org/
https://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.gz

curl -LO https://pkg-config.freedesktop.org/releases/pkg-config-0.29.1.tar.gz
tar -xf pkg-config-0.29.1.tar.gz
cd pkg-config-0.29.1
./configure --with-internal-glib
make install
cd ..

curl -LO ftp://sourceware.org/pub/libffi/libffi-3.2.1.tar.gz
tar -xf libffi-3.2.1.tar.gz
cd libffi-3.2.1
./configure --disable-shared
make install
cd ..

curl -LO http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.1.tar.xz
tar -xf gettext-0.19.8.1.tar.xz
cd gettext-0.19.8.1
./configure --disable-shared
make install
cd ..

curl -LO https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
tar -xf glib-2.44.1.tar.xz
cd glib-2.44.1
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
tar -xf libogg-1.3.2.tar.xz
cd libogg-1.3.2
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz
tar -xf libvorbis-1.3.5.tar.xz
cd libvorbis-1.3.5
./configure --disable-shared
make install
cd ..

curl -LO http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
tar -xf flac-1.3.1.tar.xz
cd flac-1.3.1
./configure --disable-shared --enable-static
make install
cd ..

curl -LO http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.27.tar.gz
tar -xf libsndfile-1.0.27.tar.gz
cd libsndfile-1.0.27
./configure --disable-shared
make install
cd ..

cd fluidsynth-1.1.6
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 -DCMAKE_OSX_SYSROOT=MacOSX10.7.sdk -DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/lib -logg -lvorbis -lvorbisenc -lFLAC" -DBUILD_SHARED_LIBS=NO -Denable-framework=NO -Denable-readline=NO -DLIB_SUFFIX="" .
make install
2017-01-10 19:15:24 +02:00