Skip to content

Commit 1e72255

Browse files
flathubbotEonfge
andauthored
zmusic: Update 1.1.14.tar.gz to 1.2.0 (#406)
* zmusic: Update 1.1.14.tar.gz to 1.2.0 * Remove upstreamed patch * Resolve FreeDesktop 25.08 conflict --------- Co-authored-by: Kevin Degeling <[email protected]>
1 parent 231e052 commit 1e72255

File tree

3 files changed

+7
-35
lines changed

3 files changed

+7
-35
lines changed

gzdoom/0001-Fix-libxmp-playback.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

gzdoom/gzdoom.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
"./zmusic.json",
4242
{
4343
"name": "libsndfile",
44-
"buildsystem": "autotools",
44+
"buildsystem": "cmake-ninja",
45+
"config-opts": [
46+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
47+
],
4548
"sources": [
4649
{
4750
"type": "archive",

gzdoom/zmusic.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@
77
"sources": [
88
{
99
"type": "archive",
10-
"url": "https://github.com/zdoom/ZMusic/archive/1.1.14.tar.gz",
11-
"sha256": "f04410fe4ea08136f37703e7715c27df4c8532ace1e721cf40c6f303a93acc54",
10+
"url": "https://github.com/zdoom/ZMusic/archive/1.2.0.tar.gz",
11+
"sha256": "fc8419a5fa80faa2363a57711e4ec4670b3628aecf1dc9b4306f4add0ce09d2b",
1212
"x-checker-data": {
1313
"type": "anitya",
1414
"project-id": 153600,
1515
"stable-only": true,
1616
"url-template": "https://github.com/zdoom/ZMusic/archive/$version.tar.gz"
17-
}
18-
},
19-
{
20-
"type": "patch",
21-
"path": "0001-Fix-libxmp-playback.patch"
17+
}
2218
}
2319
]
2420
}

0 commit comments

Comments
 (0)