Skip to content

Commit

Permalink
Use shared module for fluidsynth
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Nov 9, 2024
1 parent 492fbdf commit 4c03070
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions org.srb2.SRB2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ finish-args:
- --persist=.srb2
modules:
- shared-modules/glu/glu-9.json
- shared-modules/SDL2/SDL2-with-libdecor.json
- shared-modules/linux-audio/fluidsynth2.json

- name: game-music-emu
buildsystem: cmake-ninja
Expand Down Expand Up @@ -54,20 +54,6 @@ modules:
stable-only: true
url-template: https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-$version+release.autotools.tar.gz

- name: fluidsynth
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DCMAKE_BUILD_TYPE=Release
sources:
- type: git
url: https://github.com/FluidSynth/fluidsynth
tag: v2.3.5
commit: 619fc5c3380513146cd05e17decf8d747b02bba4
x-checker-data:
type: git
tag-pattern: ^(v[\d.]+)$

- name: sdl-mixer-x
buildsystem: cmake-ninja
builddir: true
Expand Down

0 comments on commit 4c03070

Please sign in to comment.