From a29783892fa7f8a3323c4289657c3667123f6ba3 Mon Sep 17 00:00:00 2001
From: Kevin Degeling <contact@kevindegeling.nl>
Date: Tue, 20 Sep 2022 17:44:23 +0200
Subject: [PATCH] Move all dependencies to shared modules

---
 org.zdoom.GZDoom.yaml | 28 ----------------------------
 shared-modules        |  2 +-
 2 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/org.zdoom.GZDoom.yaml b/org.zdoom.GZDoom.yaml
index e22bbbb..efa4086 100644
--- a/org.zdoom.GZDoom.yaml
+++ b/org.zdoom.GZDoom.yaml
@@ -28,34 +28,6 @@ cleanup:
 
 modules:
 
-  - shared-modules/linux-audio/libinstpatch.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
-    buildsystem: cmake
-    config-opts:
-      - -DCMAKE_BUILD_TYPE=RelWithDebInfo
-    sources:
-      - type: archive
-        url: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.gz
-        sha256: 626e8a104e0dadd10ef6519a67aca880c7b40f81471659f1935b61754e12fc7b
-        x-checker-data:
-          type: anitya
-          project-id: 866
-          stable-only: true
-          url-template: https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-$version.tar.gz
-
   - shared-modules/gzdoom/gzdoom.json
 
   - name: launcher
diff --git a/shared-modules b/shared-modules
index cecc938..0e7ce76 160000
--- a/shared-modules
+++ b/shared-modules
@@ -1 +1 @@
-Subproject commit cecc93886ce839ec49b0041f072a573327acdf08
+Subproject commit 0e7ce768f176ff0cad2e378cf8bf652d826ee2c1