-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.KikoPlayProject.KikoPlay.yaml
276 lines (261 loc) · 8.74 KB
/
io.github.KikoPlayProject.KikoPlay.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
app-id: io.github.KikoPlayProject.KikoPlay
runtime: org.kde.Platform
runtime-version: 5.15-24.08
sdk: org.kde.Sdk
command: KikoPlay
finish-args:
- --device=dri
- --share=ipc
- --share=network
- --filesystem=xdg-videos
- --filesystem=xdg-download
- --socket=x11
- --socket=pulseaudio
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
- --talk-name=org.freedesktop.ScreenSaver
- --persist=.config/kikoplay
- --env=QT_QPA_PLATFORM=xcb
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: git
url: https://github.com/mpv-player/mpv.git
tag: v0.39.0
commit: a0fba7be57f3822d967b04f0f6b6d6341e7516e7
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$
modules:
- name: libXpresent
buildsystem: autotools
sources:
- type: git
url: https://gitlab.freedesktop.org/xorg/lib/libxpresent.git
tag: libXpresent-1.0.1
commit: 37507b5f44332accfb1064ee69a4f6a833994747
x-checker-data:
type: git
tag-pattern: ^libXpresent-([\d.]+)$
- name: nv-codec-headers
cleanup:
- '*'
no-autogen: true
make-install-args:
- PREFIX=/app
sources:
- type: git
url: https://github.com/FFmpeg/nv-codec-headers.git
tag: n12.2.72.0
commit: c69278340ab1d5559c7d7bf0edf615dc33ddbba7
x-checker-data:
type: git
tag-pattern: ^n([\d.]+)$
- name: libass
config-opts:
- --disable-static
sources:
- type: git
url: https://github.com/libass/libass.git
tag: 0.17.3
commit: e46aedea0a0d17da4c4ef49d84b94a7994664ab5
x-checker-data:
type: git
tag-pattern: ^(\d\.\d{1,3}\.\d{1,2})$
- 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:
- -Dd3d11=disabled
- -Ddemos=false
sources:
- type: archive
url: https://code.videolan.org/videolan/libplacebo/-/archive/v7.349.0/libplacebo-v7.349.0.tar.gz
sha256: 79120e685a1836344b51b13b6a5661622486a84e4d4a35f6c8d01679a20fbc86
x-checker-data:
type: anitya
project-id: 20101
stable-only: true
url-template: https://code.videolan.org/videolan/libplacebo/-/archive/v$version/libplacebo-v$version.tar.gz
- type: archive
url: https://github.com/pallets/jinja/archive/refs/tags/3.1.5.tar.gz
sha256: 684d78790cc747f4b4b68b365783af8cac770c2c66d9f414b21c8b8480e019d0
dest: 3rdparty/jinja
x-checker-data:
type: anitya
project-id: 3894
url-template: https://github.com/pallets/jinja/archive/refs/tags/$version.tar.gz
- type: archive
url: https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.8.tar.gz
sha256: 44f06f9195427c7017f5028d0894f57eb216b0a8f7c4eda7ce883732aeb2d0fc
dest: 3rdparty/glad
x-checker-data:
type: anitya
project-id: 300234
url-template: https://github.com/Dav1dde/glad/archive/refs/tags/v$version.tar.gz
- name: ffmpeg
cleanup:
- /share/ffmpeg/examples
config-opts:
- --disable-debug
- --disable-doc
- --disable-static
- --disable-encoders
- --disable-muxers
- --enable-shared
- --enable-gnutls
- --enable-gpl
- --enable-version3
- --enable-encoder=png,libwebp,libjxl
- --enable-libv4l2
- --enable-libdav1d
- --enable-libfontconfig
- --enable-libfreetype
- --enable-libopus
- --enable-librsvg
- --enable-libvpx
- --enable-libmp3lame
- --enable-libwebp
- --enable-libjxl
- --enable-libxml2
sources:
- type: archive
url: https://ffmpeg.org/releases/ffmpeg-7.1.tar.gz
sha256: 42a7dc0d1583885d1b8f6559fa7ce28f97acafea6803de6a8f73e3ba229348bd
x-checker-data:
type: anitya
project-id: 5405
stable-only: true
url-template: https://ffmpeg.org/releases/ffmpeg-$version.tar.gz
- name: yt-dlp
no-autogen: true
no-make-install: true
make-args:
- yt-dlp
- PYTHON=/usr/bin/python3
post-install:
- install yt-dlp /app/bin
sources:
- type: archive
url: https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2025.01.12.tar.gz
sha256: e2b767667943953572f5a64aefcbb0838a61be8af02ca2a35b29f4b1f475dc08
x-checker-data:
type: anitya
project-id: 143399
stable-only: true
url-template: https://github.com/yt-dlp/yt-dlp/archive/refs/tags/$version.tar.gz
- name: aria2
config-opts:
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
- --disable-libaria2
no-make-install: true
post-install:
- install -Dm755 src/aria2c /app/bin
sources:
- type: archive
url: https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz
sha256: 60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b
x-checker-data:
type: anitya
project-id: 109
url-template: https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version.tar.xz
stable-only: true
- name: lua5.3
no-autogen: true
make-args:
- MYCFLAGS=-fPIC
- linux
make-install-args:
- INSTALL_TOP=/app
post-install:
- mv /app/lib/liblua.a /app/lib/liblua53.a
sources:
- type: archive
url: https://www.lua.org/ftp/lua-5.3.6.tar.gz
sha256: fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60
- name: kikoplay
buildsystem: qmake
config-opts:
- LIBS+=-L/app/lib
post-install:
- install -Dm644 io.github.KikoPlayProject.KikoPlay.metainfo.xml -t /app/share/metainfo/
- install -Dm644 io.github.KikoPlayProject.KikoPlay.png -t /app/share/icons/hicolor/128x128/apps
sources:
- type: git
url: https://github.com/KikoPlayProject/KikoPlay.git
tag: 1.0.3
commit: 154bd5e5e9564fa78e4e0c4d82408ab8978bce6a
x-checker-data:
type: git
tag-pattern: ^([\d.]+)$
- type: patch
path: patches/kikoplay.patch
- type: file
path: io.github.KikoPlayProject.KikoPlay.metainfo.xml
- type: file
path: io.github.KikoPlayProject.KikoPlay.png
- name: kikoplay-script
buildsystem: simple
build-options:
no-debuginfo: true
build-commands:
- mkdir -p /app/bin/extension/script
- cp -a * /app/bin/extension/script/
sources:
- type: git
url: https://github.com/KikoPlayProject/KikoPlayScript.git
commit: 0efa0aa479922ea7881966e3876263ccc3de1cf7
x-checker-data:
type: json
url: https://api.github.com/repos/KikoPlayProject/KikoPlayScript/commits
commit-query: first( .[].sha )
version-query: first( .[].sha )
timestamp-query: first( .[].commit.author.date )
- name: kikoplay-app
buildsystem: simple
build-options:
no-debuginfo: true
build-commands:
- cp -a app /app/bin/extension/
sources:
- type: git
url: https://github.com/KikoPlayProject/KikoPlayApp.git
commit: 1e9c0a2e0a0b34ce4f8b97c712afacd85708f848
x-checker-data:
type: json
url: https://api.github.com/repos/KikoPlayProject/KikoPlayApp/commits
commit-query: first( .[].sha )
version-query: first( .[].sha )
timestamp-query: first( .[].commit.author.date )
# - type: patch
# path: patches/aisub.patch