-
Notifications
You must be signed in to change notification settings - Fork 0
/
cn.xfangfang.wiliwili.yaml
179 lines (169 loc) · 5.4 KB
/
cn.xfangfang.wiliwili.yaml
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
app-id: cn.xfangfang.wiliwili
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: wiliwili
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
# This program is designed for controller
- --device=all
- --share=network
- --socket=pulseaudio
# inhibiting screen saver
- --talk-name=org.freedesktop.ScreenSaver
- --talk-name=org.freedesktop.PowerManagement
- --talk-name=org.gnome.SessionManager
- --talk-name=org.mate.SessionManager
# control steam client
- --filesystem=~/.steam
cleanup-commands:
- mkdir -p /app/lib/ffmpeg
cleanup:
- '*.a'
- '*.la'
- /include
- /lib/cmake
- /lib/pkgconfig
- /man
- /share/man
- /share/gtk-doc
modules:
- name: libmpv
buildsystem: meson
config-opts:
- -Dlibmpv=true
- -Dlua=disabled
- -Ddebug=false
- -Dbuild-date=false
- -Dcplayer=false
- -Dmanpage-build=disabled
sources:
- type: archive
url: https://github.com/mpv-player/mpv/archive/refs/tags/v0.39.0.tar.gz
sha256: 2ca92437affb62c2b559b4419ea4785c70d023590500e8a52e95ea3ab4554683
x-checker-data:
type: anitya
project-id: 5348
stable-only: true
url-template: https://github.com/mpv-player/mpv/archive/refs/tags/v$version.tar.gz
modules:
- name: libXpresent
buildsystem: autotools
sources:
- type: archive
url: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-1.0.1.tar.xz
sha256: b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b
x-checker-data:
type: anitya
project-id: 17166
stable-only: true
url-template: https://xorg.freedesktop.org/archive/individual/lib/libXpresent-$version.tar.xz
- name: nv-codec-headers
cleanup:
- '*'
no-autogen: true
make-install-args:
- PREFIX=/app
sources:
- type: archive
url: https://github.com/FFmpeg/nv-codec-headers/archive/refs/tags/n12.2.72.0.tar.gz
sha256: dbeaec433d93b850714760282f1d0992b1254fc3b5a6cb7d76fc1340a1e47563
x-checker-data:
type: anitya
project-id: 223796
stable-only: true
url-template: https://github.com/FFmpeg/nv-codec-headers/archive/refs/tags/n$version.tar.gz
- name: libass
config-opts:
- --disable-static
sources:
- type: archive
url: https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.gz
sha256: da7c348deb6fa6c24507afab2dee7545ba5dd5bbf90a137bfe9e738f7df68537
x-checker-data:
type: anitya
project-id: 1560
stable-only: true
url-template: https://github.com/libass/libass/releases/download/$version/libass-$version.tar.gz
- name: uchardet
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DBUILD_STATIC=0
sources:
- type: archive
url: https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz
sha256: e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0
x-checker-data:
type: anitya
project-id: 9265
stable-only: true
url-template: https://www.freedesktop.org/software/uchardet/releases/uchardet-$version.tar.xz
- name: libplacebo
buildsystem: meson
config-opts:
- -Dglslang=disabled
- -Dd3d11=disabled
- -Ddemos=false
sources:
- type: git
url: https://github.com/haasn/libplacebo.git
commit: 1fd3c7bde7b943fe8985c893310b5269a09b46c5
tag: v7.349.0
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$
- name: ffmpeg
cleanup:
- /include
- /lib/pkgconfig
- /share/ffmpeg/examples
config-opts:
- --disable-debug
- --enable-shared
- --disable-static
- --enable-gnutls
- --enable-gpl
- --disable-doc
- --disable-programs
- --disable-encoders
- --disable-muxers
- --enable-encoder=png
- --enable-libdav1d
- --enable-libfontconfig
- --enable-libfreetype
- --enable-libopus
- --enable-librsvg
- --enable-libvpx
- --enable-libmp3lame
sources:
- type: git
url: https://github.com/FFmpeg/FFmpeg.git
mirror-urls:
- https://git.ffmpeg.org/ffmpeg.git
commit: b08d7969c550a804a59511c7b83f2dd8cc0499b8
tag: n7.1
x-checker-data:
type: git
tag-pattern: ^n([\d.]{3,7})$
- name: wiliwili
buildsystem: cmake-ninja
config-opts:
- -DPLATFORM_DESKTOP=ON
- -DINSTALL=ON
- -DCMAKE_BUILD_TYPE=Release
- -DGLFW_BUILD_WAYLAND=ON
- -DGLFW_BUILD_X11=ON
- -DUSE_SYSTEM_CURL=ON
- -DUSE_SYSTEM_SDL2=ON
builddir: true
sources:
- type: git
url: https://github.com/xfangfang/wiliwili.git
tag: v1.5.0
commit: 5388a1035ba256839a7cb4c01686204b148b2cae
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$