-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfr.handbrake.ghb.json
208 lines (208 loc) · 9.14 KB
/
fr.handbrake.ghb.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"app-id": "fr.handbrake.ghb",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "ghb",
"finish-args": [
"--device=all",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--filesystem=host",
"--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd",
"--talk-name=org.gtk.vfs.*",
"--system-talk-name=org.freedesktop.login1",
"--system-talk-name=org.freedesktop.UPower",
"--env=PATH=/app/bin:/app/extensions/bin:/usr/bin",
"--env=LIBVA_DRIVERS_PATH=/app/extensions/lib/dri",
"--env=LD_LIBRARY_PATH=/app/extensions/lib",
"--env=JAVA_HOME=/app/extensions/jre",
"--env=GIO_EXTRA_MODULES=/app/lib/gio/modules"
],
"add-extensions": {
"fr.handbrake.ghb.Plugin": {
"version": "1",
"directory": "extensions",
"add-ld-path": "lib",
"merge-dirs": "lib;bin;share;jre",
"subdirectories": true,
"no-autodownload": true,
"autodelete": true
}
},
"modules": [
{
"name": "numactl",
"sources": [
{
"type": "git",
"url": "https://github.com/numactl/numactl.git",
"tag": "v2.0.18",
"commit": "3871b1c42fc71bceadafd745d2eff5dddfc2d67e",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
}
],
"rm-configure": true,
"cleanup": [
"/include",
"/lib/pkgconfig",
"/lib/*.a",
"/lib/*.la",
"/lib/*.so",
"/share/man"
]
},
{
"name": "handbrake",
"no-autogen": true,
"config-opts": [
"--flatpak",
"--enable-qsv",
"--enable-nvenc",
"--enable-nvdec",
"--enable-vce",
"--enable-libdovi"
],
"build-options": {
"append-path": "/usr/lib/sdk/llvm18/bin:/usr/lib/sdk/rust-stable/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm18/lib"
},
"builddir": true,
"post-install": [
"install -d /app/extensions"
],
"sources": [
{
"url": "https://github.com/HandBrake/HandBrake/releases/download/1.9.2/HandBrake-1.9.2-source.tar.bz2",
"sha256": "f56696b9863a6c926c0eabdcb980cece9aa222c650278d455ac6873d3220ce49",
"type": "archive",
"strip-components": 1
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/libass-0.17.3.tar.gz",
"sha256": "da7c348deb6fa6c24507afab2dee7545ba5dd5bbf90a137bfe9e738f7df68537",
"type": "file",
"dest": "download",
"dest-filename": "libass-0.17.3.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/jansson-2.14.tar.bz2",
"sha256": "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9",
"type": "file",
"dest": "download",
"dest-filename": "jansson-2.14.tar.bz2"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/x264-snapshot-20240314-3186.tar.gz",
"sha256": "e7f4311f6f84bcbf6587dcfc9a41c7459f4f0f7d8c0153270749947e41255b60",
"type": "file",
"dest": "download",
"dest-filename": "x264-snapshot-20240314-3186.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/x265_4.1.tar.gz",
"sha256": "ef05940bdbf8e2f24c93d799ae8c5d19f43cd235d01c17fa5acf3fa77b48c032",
"type": "file",
"dest": "download",
"dest-filename": "x265_4.1.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/dav1d-1.5.1.tar.bz2",
"sha256": "4eddffd108f098e307b93c9da57b6125224dc5877b1b3d157b31be6ae8f1f093",
"type": "file",
"dest": "download",
"dest-filename": "dav1d-1.5.1.tar.bz2"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/SVT-AV1-v2.3.0.tar.gz",
"sha256": "ebb0b484ef4a0dc281e94342a9f73ad458496f5d3457eca7465bec943910c6c3",
"type": "file",
"dest": "download",
"dest-filename": "SVT-AV1-v2.3.0.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/zimg-3.0.5.tar.gz",
"sha256": "a9a0226bf85e0d83c41a8ebe4e3e690e1348682f6a2a7838f1b8cbff1b799bcf",
"type": "file",
"dest": "download",
"dest-filename": "zimg-3.0.5.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/ffmpeg-7.1.tar.bz2",
"sha256": "fd59e6160476095082e94150ada5a6032d7dcc282fe38ce682a00c18e7820528",
"type": "file",
"dest": "download",
"dest-filename": "ffmpeg-7.1.tar.bz2"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libdvdread-6.1.3.tar.bz2",
"sha256": "ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369",
"type": "file",
"dest": "download",
"dest-filename": "libdvdread-6.1.3.tar.bz2"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libdvdnav-6.1.1.tar.bz2",
"sha256": "c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48",
"type": "file",
"dest": "download",
"dest-filename": "libdvdnav-6.1.1.tar.bz2"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libbluray-1.3.4.tar.bz2",
"sha256": "478ffd68a0f5dde8ef6ca989b7f035b5a0a22c599142e5cd3ff7b03bbebe5f2b",
"type": "file",
"dest": "download",
"dest-filename": "libbluray-1.3.4.tar.bz2"
},
{
"url": "https://github.com/intel/libvpl/archive/refs/tags/v2.13.0.tar.gz",
"sha256": "1c740e2b58f7853f56b618bdb7d4a7e5d37f8c1a9b30105a0b79ba80873e1cbd",
"type": "file",
"dest": "download",
"dest-filename": "libvpl-2.13.0.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/AMF-1.4.35-slim.tar.gz",
"sha256": "afad0b15b09ebc80554ecd16aabbbc2f5fef76ae2983062d4cf6740d4242c7f6",
"type": "file",
"dest": "download",
"dest-filename": "AMF-1.4.35.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/nv-codec-headers-12.2.72.0.tar.gz",
"sha256": "c295a2ba8a06434d4bdc5c2208f8a825285210d71d91d572329b2c51fd0d4d03",
"type": "file",
"dest": "download",
"dest-filename": "nv-codec-headers-12.2.72.0.tar.gz"
},
{
"url": "https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs2/dovi_tool-libdovi-3.3.1_vendor.tar.gz",
"sha256": "236f90c938b05342a19542227d6da4fed76996b0165aa22bbab37840a80dca52",
"type": "file",
"dest": "download",
"dest-filename": "dovi_tool-libdovi-3.3.1_vendor.tar.gz"
}
],
"modules": [],
"cleanup": [
"/etc",
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/lib/*.a",
"/lib/*.la",
"/lib/*.so"
]
}
],
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm18",
"org.freedesktop.Sdk.Extension.rust-stable"
]
}