mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Merge pull request #46 from flathub/libsdnfile
Add libsndfile for additional audio support
This commit is contained in:
commit
fef14975cf
|
@ -31,6 +31,17 @@ modules:
|
||||||
- shared-modules/linux-audio/libinstpatch.json
|
- shared-modules/linux-audio/libinstpatch.json
|
||||||
- shared-modules/linux-audio/fluidsynth2.json
|
- shared-modules/linux-audio/fluidsynth2.json
|
||||||
|
|
||||||
|
- name: libsndfile
|
||||||
|
buildsystem: autotools
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/libsndfile/libsndfile/releases/download/1.1.0/libsndfile-1.1.0.tar.xz
|
||||||
|
sha256: 0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41
|
||||||
|
x-checker-data:
|
||||||
|
type: anitya
|
||||||
|
project-id: 13277
|
||||||
|
url-template: https://github.com/libsndfile/libsndfile/releases/download/$version/libsndfile-$version.tar.xz
|
||||||
|
|
||||||
- name: game-music-emu
|
- name: game-music-emu
|
||||||
buildsystem: cmake
|
buildsystem: cmake
|
||||||
config-opts:
|
config-opts:
|
||||||
|
|
Loading…
Reference in a new issue