-
Notifications
You must be signed in to change notification settings - Fork 178
/
io.github.zaps166.QMPlay2.Devel.json
190 lines (190 loc) · 4.83 KB
/
io.github.zaps166.QMPlay2.Devel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"app-id": "io.github.zaps166.QMPlay2",
"runtime": "org.kde.Platform",
"runtime-version": "6.6",
"sdk": "org.kde.Sdk",
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "23.08",
"add-ld-path": ".",
"autodelete": false
}
},
"command": "QMPlay2",
"rename-icon": "QMPlay2",
"rename-desktop-file": "QMPlay2.desktop",
"rename-appdata-file": "QMPlay2.appdata.xml",
"finish-args": [
"--device=dri",
"--device=all",
"--share=ipc",
"--share=network",
"--socket=pulseaudio",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=home",
"--filesystem=xdg-music:ro",
"--filesystem=xdg-videos:ro",
"--filesystem=xdg-run/pipewire-0:ro",
"--filesystem=/media",
"--filesystem=/mnt",
"--filesystem=/run/media",
"--system-talk-name=org.freedesktop.UDisks2",
"--system-talk-name=org.freedesktop.login1",
"--system-talk-name=org.freedesktop.ConsoleKit",
"--talk-name=org.freedesktop.ScreenSaver",
"--talk-name=org.freedesktop.Notifications",
"--own-name=org.mpris.MediaPlayer2.QMPlay2",
"--own-name=org.mpris.MediaPlayer2.QMPlay2.*"
],
"cleanup": [
"/bin/cd*",
"/bin/rubberband*",
"/bin/mmc*",
"/bin/iso*",
"/include",
"/lib/pkgconfig",
"/lib/ladspa",
"/lib/libcdio++*",
"/lib/libiso9660*",
"/lib/libudf*",
"/lib/libstilview*",
"/man",
"/share/info",
"/share/ladspa",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"cleanup-commands": [
"mkdir -p /app/lib/ffmpeg"
],
"modules": [
{
"name": "libass",
"buildsystem": "autotools",
"config-opts": [
"--enable-harfbuzz",
"--enable-fontconfig"
],
"sources": [
{
"type": "git",
"url": "https://github.com/libass/libass.git",
"tag": "0.17.0",
"commit": "bef4b43ef1882b77f789f611d9cd24271ccdd65b"
},
{
"type": "script",
"commands": [
"autoreconf -fiv"
],
"dest-filename": "autogen.sh"
}
]
},
{
"name": "gme",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "git",
"url": "https://github.com/libgme/game-music-emu.git",
"commit": "414e0d993548fa6e1aea8b944da531e7db07bb94"
}
]
},
{
"name": "cddb",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/sourceforge/libcddb/libcddb-1.3.2.tar.bz2",
"sha256": "35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b"
},
{
"type": "script",
"commands": [
"autoreconf -fiv"
],
"dest-filename": "autogen.sh"
},
{
"type": "shell",
"commands": [
"cp /usr/share/gnu-config/config.sub .",
"cp /usr/share/gnu-config/config.guess ."
]
}
]
},
{
"name": "cdio",
"buildsystem": "autotools",
"config-opts": [
"--disable-static",
"--enable-maintainer-mode"
],
"sources": [
{
"type": "git",
"url": "https://git.savannah.gnu.org/git/libcdio.git",
"tag": "release-2.1.0",
"commit": "9c7a2779846da161279bc1501e83c849cf89a594"
},
{
"type": "script",
"commands": [
"autoreconf -fiv"
],
"dest-filename": "autogen.sh"
}
]
},
{
"name": "libsidplayfp",
"buildsystem": "autotools",
"sources": [
{
"type": "archive",
"url": "https://github.com/libsidplayfp/libsidplayfp/releases/download/v2.4.1/libsidplayfp-2.4.1.tar.gz",
"sha256": "ff583bb664ad642e732741fddf15ca44e156476b9c5e7c3550d7967611d878e3"
}
]
},
{
"name": "rubberband",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/breakfastquay/rubberband.git",
"tag": "v3.3.0",
"sha256": "2be46b0dffb13273a67396c77bc9278736bb03d2"
}
]
},
{
"name": "qmplay2",
"buildsystem": "cmake-ninja",
"post-install": [
"mv /app/share/applications/QMPlay2_enqueue.desktop /app/share/applications/io.github.zaps166.QMPlay2.enqueue.desktop",
"sed -i 's,^Icon=QMPlay2$,Icon=io.github.zaps166.QMPlay2,g' /app/share/applications/io.github.zaps166.QMPlay2.enqueue.desktop"
],
"config-opts": [
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}