Include aditional audio libraries

This commit is contained in:
Kevin Degeling 2021-05-22 15:34:45 +02:00
parent 2630138c33
commit 4e34bd69f6

View file

@ -29,6 +29,32 @@ cleanup:
modules: modules:
- name: mpg123
buildsystem: autotools
sources:
- type: archive
url: https://sourceforge.net/projects/mpg123/files/mpg123/1.27.2/mpg123-1.27.2.tar.bz2
sha256: 52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04
- name: libsdnfile
buildsystem: cmake
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DBUILD_SHARED_LIBS=ON
sources:
- type: archive
url: https://github.com/libsndfile/libsndfile/archive/refs/tags/1.0.31.tar.gz
sha256: 8cdee0acb06bb0a3c1a6ca524575643df8b1f3a55a0893b4dd9f829d08263785
- name: openal
buildsystem: cmake
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources:
- type: archive
url: https://github.com/kcat/openal-soft/archive/refs/tags/1.21.1.tar.gz
sha256: 8ac17e4e3b32c1af3d5508acfffb838640669b4274606b7892aa796ca9d7467f
# Upgrading to 2.2.x can only be done with ZMusic 1.1.8 which is not out yet # Upgrading to 2.2.x can only be done with ZMusic 1.1.8 which is not out yet
# FluidSynth 2.2.x will also include a proper SDL2 backend which should resolve # FluidSynth 2.2.x will also include a proper SDL2 backend which should resolve
# the warning messages you now get. # the warning messages you now get.