-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibmpv.yml
258 lines (248 loc) · 8.89 KB
/
libmpv.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
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
name: libmpv
cleanup:
- /share/bash-completion
- /share/zsh
- /share/doc
- /share/icons
- /share/applications
buildsystem: meson
config-opts:
- -Dlibmpv=true
- -Dlua=enabled
- -Ddebug=false
- -Dbuild-date=false
- -Dalsa=disabled
- -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:
- shared-modules/luajit/luajit.json
- 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/markupsafe/archive/refs/tags/2.1.3.tar.gz
sha256: b209e55e953eabf4bc31e0c9f3182af03b40e5bf5afed652f72b9b7ac02c0b30
dest: 3rdparty/markupsafe
- type: archive
url: https://github.com/pallets/jinja/archive/refs/tags/3.1.2.tar.gz
sha256: ecae76cd1a064d40eb46c5375f07953d747f4d65b68cd3fa5f02c91714b799fc
dest: 3rdparty/jinja
- type: archive
url: https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.4.tar.gz
sha256: 02629644c242dcc27c58222bd2c001d5e2f3765dbbcfd796542308bddebab401
dest: 3rdparty/glad
modules:
- name: glslang
buildsystem: cmake-ninja
config-opts:
- -DBUILD_SHARED_LIBS=ON
cleanup:
- /bin
- /include
- /lib/cmake
sources:
- type: archive
url: https://github.com/KhronosGroup/glslang/archive/15.1.0.tar.gz
sha256: 4bdcd8cdb330313f0d4deed7be527b0ac1c115ff272e492853a6e98add61b4bc
x-checker-data:
type: anitya
project-id: 205796
stable-only: true
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
- type: archive
url: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-1.4.304.0.tar.gz
sha256: ad6e8922538c498e7131bcd82a8d6d9f9863b8d7431c5bfa27dd98e26435be07
dest: External/spirv-tools
x-checker-data:
type: anitya
stable-only: true
project-id: 334920
url-template: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-$version.tar.gz
- type: archive
url: https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-1.4.304.0.tar.gz
sha256: 162b864ebaf339d66953fc2c4ad974bc4f453e0f04155cd3755a85e33f408eee
dest: External/spirv-tools/external/spirv-headers
x-checker-data:
type: anitya
stable-only: true
project-id: 334920
url-template: https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-$version.tar.gz
- 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: libv4l2
cleanup:
- /sbin
- /bin
config-opts:
- --disable-static
- --disable-bpf
- --with-udevdir=/app/lib/udev
sources:
- type: archive
url: https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.24.1.tar.bz2
sha256: cbb7fe8a6307f5ce533a05cded70bb93c3ba06395ab9b6d007eb53b75d805f5b
x-checker-data:
type: anitya
project-id: 9998
stable-only: true
url-template: https://linuxtv.org/downloads/v4l-utils/v4l-utils-$version.tar.bz2
- 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: x264
config-opts:
- --enable-shared
- --enable-pic
- --enable-lto
- --disable-avs
- --disable-lavf
- --disable-cli
- --disable-ffms
- --disable-opencl
sources:
- type: git
url: https://code.videolan.org/videolan/x264.git
commit: a8b68ebfaa68621b5ac8907610d3335971839d52
- name: ffmpeg
cleanup:
- /share/ffmpeg/examples
config-opts:
- --disable-debug
- --disable-doc
- --disable-programs
- --disable-static
- --enable-shared
- --enable-gnutls
- --enable-gpl
- --enable-version3
- --enable-encoder=png,libwebp,libjxl,libx264,libvorbis
- --enable-libxml2
- --enable-libv4l2
- --enable-libdav1d
- --enable-libfontconfig
- --enable-libfreetype
- --enable-libopus
- --enable-librsvg
- --enable-libvpx
- --enable-libmp3lame
- --enable-libwebp
- --enable-libjxl
- --enable-libx264
- --enable-libvorbis
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
modules:
- name: libjxl
buildsystem: cmake-ninja
config-opts:
- -DJPEGXL_ENABLE_JPEGLI=OFF
- -DBUILD_TESTING=OFF
- -DJPEGXL_ENABLE_BENCHMARK=OFF
- -DJPEGXL_ENABLE_COVERAGE=OFF
- -DJPEGXL_ENABLE_EXAMPLES=OFF
- -DJPEGXL_ENABLE_FUZZERS=OFF
- -DJPEGXL_ENABLE_JNI=OFF
- -DJPEGXL_ENABLE_SJPEG=OFF
- -DJPEGXL_ENABLE_SKCMS=OFF
- -DJPEGXL_ENABLE_TOOLS=OFF
- -DJPEGXL_ENABLE_VIEWERS=OFF
sources:
- type: archive
url: https://github.com/libjxl/libjxl/archive/refs/tags/v0.11.1.tar.gz
sha256: 1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9
x-checker-data:
type: anitya
project-id: 232764
stable-only: true
url-template: https://github.com/libjxl/libjxl/archive/refs/tags/v$version.tar.gz
modules:
- name: highway
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DBUILD_TESTING=OFF
- -DBUILD_SHARED_LIBS=ON
sources:
- type: archive
url: https://github.com/google/highway/archive/refs/tags/1.2.0.tar.gz
sha256: 7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
x-checker-data:
type: anitya
project-id: 205809
stable-only: true
url-template: https://github.com/google/highway/archive/refs/tags/$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
cleanup:
- /bin
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