Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEonfge <33983090+Eonfge@users.noreply.github.com>2022-09-20 18:43:14 +0300
committerGitHub <noreply@github.com>2022-09-20 18:43:14 +0300
commit0e7ce768f176ff0cad2e378cf8bf652d826ee2c1 (patch)
treed0f6daf404cd444ee7ac05483030572520581ce9
parent3d45e0d522a32b253c6e7ff8be6eb92f61dbca52 (diff)
Move all GZDoom dependencies in a single file (#209)
* Move all GZDoom dependencies in a single file * Update ZMusic dependency
-rw-r--r--gzdoom/gzdoom.json57
1 files changed, 54 insertions, 3 deletions
diff --git a/gzdoom/gzdoom.json b/gzdoom/gzdoom.json
index 81f0d60..335f913 100644
--- a/gzdoom/gzdoom.json
+++ b/gzdoom/gzdoom.json
@@ -15,7 +15,13 @@
"type": "git",
"url": "https://github.com/coelckers/gzdoom.git",
"tag": "g4.8.2",
- "commit": "410a479505caa29b188d92f473174723771bf375"
+ "commit": "410a479505caa29b188d92f473174723771bf375",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 17531,
+ "stable-only": true,
+ "tag-template": "g$version"
+ }
},
{
"type": "file",
@@ -36,6 +42,45 @@
"install -Dm 644 gzdoom.sf2 /app/share/sounds/sf2/gzdoom.sf2"
],
"modules": [
+ "../linux-audio/libinstpatch.json",
+ "../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,
+ "stable-only": true,
+ "url-template": "https://github.com/libsndfile/libsndfile/releases/download/$version/libsndfile-$version.tar.xz"
+ }
+ }
+ ]
+ },
+ {
+ "name": "game-music-emu",
+ "buildsystem": "cmake-ninja",
+ "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"
+ }
+ }
+ ]
+ },
{
"name": "zmusic",
"buildsystem": "cmake-ninja",
@@ -45,8 +90,14 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/coelckers/ZMusic/archive/1.1.9.tar.gz",
- "sha256": "4bf39917028bbe2f382748b4400a1cbaeb8975157fe404cff53411297d6ac68c"
+ "url": "https://github.com/coelckers/ZMusic/archive/1.1.10.tar.gz",
+ "sha256": "378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba",
+ "x-checker-data": {
+ "type": "anitya",
+ "project-id": 153600,
+ "stable-only": true,
+ "url-template": "https://github.com/coelckers/ZMusic/archive/$version.tar.gz"
+ }
}
]
}