forked from dosemu2/dosemu2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.dosemu2.dosemu2.yml
184 lines (167 loc) · 4.17 KB
/
io.github.dosemu2.dosemu2.yml
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
id: io.github.dosemu2.dosemu2
runtime: org.freedesktop.Sdk
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm18
command: dosemu
modules:
- name: nasm-segelf
buildsystem: autotools
sources:
- type: git
url: https://github.com/stsp/nasm.git
branch: master
cleanup:
- '*'
- name: thunk-gen
buildsystem: meson
sources:
- type: git
url: https://github.com/stsp/thunk_gen.git
branch: main
cleanup:
- '*'
- name: fdpp
buildsystem: simple
build-commands:
- make -j ${FLATPAK_BUILDER_N_JOBS} PREFIX=${FLATPAK_DEST}
- make install PREFIX=${FLATPAK_DEST}
build-options:
append-path: /usr/lib/sdk/llvm18/bin
prepend-ld-library-path: /usr/lib/sdk/llvm18/lib
sources:
- type: git
url: https://github.com/dosemu2/fdpp.git
branch: master
cleanup:
- '/include'
- name: smallerc
buildsystem: simple
build-commands:
- make prefix=${FLATPAK_DEST}
- make install prefix=${FLATPAK_DEST}
sources:
- type: git
url: https://github.com/alexfru/smallerc.git
branch: master
cleanup:
- '*'
- name: djstub
buildsystem: simple
build-commands:
- make -j ${FLATPAK_BUILDER_N_JOBS} PREFIX=${FLATPAK_DEST}
- make install PREFIX=${FLATPAK_DEST}
sources:
- type: git
url: https://github.com/stsp/djstub.git
branch: main
cleanup:
- '*'
- name: ctags
buildsystem: autotools
sources:
- type: git
url: https://github.com/universal-ctags/ctags.git
branch: master
cleanup:
- '*'
- name: dj64dev
buildsystem: simple
build-commands:
- make PREFIX=${FLATPAK_DEST}
- make install PREFIX=${FLATPAK_DEST}
sources:
- type: git
url: https://github.com/stsp/dj64dev.git
branch: master
cleanup:
- '/include'
- '*.a'
- name: comcom64
buildsystem: simple
build-commands:
- make -j ${FLATPAK_BUILDER_N_JOBS} PREFIX=${FLATPAK_DEST}
- make install PREFIX=${FLATPAK_DEST}
sources:
- type: git
url: https://github.com/dosemu2/comcom64.git
branch: master
- name: jansson
buildsystem: autotools
sources:
- type: git
url: https://github.com/akheron/jansson.git
branch: master
- type: script
commands: ['autoreconf -v -i']
cleanup:
- '/include'
- name: libsearpc
buildsystem: autotools
sources:
- type: git
url: https://github.com/haiwen/libsearpc.git
branch: master
cleanup:
- '/include'
- name: json-c
buildsystem: cmake
sources:
- type: git
url: https://github.com/json-c/json-c.git
branch: master
cleanup:
- '/include'
- name: libslirp
buildsystem: meson
sources:
- type: git
url: https://gitlab.freedesktop.org/slirp/libslirp.git
branch: master
cleanup:
- '/include'
- name: fluidsynth
buildsystem: cmake
sources:
- type: git
url: https://github.com/FluidSynth/fluidsynth.git
branch: master
cleanup:
- '/include'
- name: soundfont
buildsystem: simple
sources:
- type: git
url: https://github.com/TheGammaSqueeze/jelos_generaluser-gs.git
branch: main
build-commands:
- mkdir -p ${FLATPAK_DEST}/share/soundfonts
- cp "GeneralUser GS v1.471.sf2" ${FLATPAK_DEST}/share/soundfonts/default.sf2
- name: libb64
buildsystem: simple
sources:
- type: git
url: https://github.com/libb64/libb64.git
branch: master
build-commands:
- make -j ${FLATPAK_BUILDER_N_JOBS} all_src
- cp -r include ${FLATPAK_DEST}
- cp src/libb64.a ${FLATPAK_DEST}/lib
- name: dosemu2
buildsystem: autotools
build-options:
append-path: /app/sbin
sources:
- type: dir
path: .
finish-args:
- --socket=wayland
- --socket=x11
- --socket=pulseaudio
- --filesystem=home
- --filesystem=/run/user
- --device=kvm
- --device=dri
- --share=network
- --env=LADSPA_PATH=/usr/lib/x86_64-linux-gnu/ladspa