-
-
Notifications
You must be signed in to change notification settings - Fork 46
516 lines (453 loc) · 27.8 KB
/
build_thirdparty.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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
name: Build Thirdparty Libraries
# .github/workflows/build_thirdparty.yaml (このファイル) に変更があったとき or 他のワークフローからの呼び出し or 手動実行
on:
push:
branches:
- master
paths:
- '.github/workflows/build_thirdparty.yaml'
workflow_call:
workflow_dispatch:
# 各サードパーティーライブラリのバージョン
env:
# Python のバージョン (Python Standalone Builds のリリースを指定する)
## ref: https://github.com/indygreg/python-build-standalone/releases
PYTHON_TAG: '20241008'
PYTHON_MAJOR_VERSION: '3.11'
PYTHON_VERSION: '3.11.10'
# Poetry のバージョン
POETRY_VERSION: '1.8.3'
# FFmpeg のバージョン (FFmpeg-Builds のリリースを指定する)
## FFmpeg-Builds は毎月末のリリースが長期間保持されるため、基本毎月末のリリースを指定する
## FFMPEG_HWENCC_* は QSVEncC・NVEncC・VCEEncC (for Ubuntu 20.04 LTS) が依存する FFmpeg のバージョンを示す
## FFmpeg-Builds の最新リリースでは FFmpeg 4.4 系がビルドされなくなったため、FFMPEG_HWENCC_* は 4.4 系の最終ビルドで固定されている
## (正確には Ubuntu 20.04 LTS で入る FFmpeg は 4.2 系だが、FFmpeg 4.x 系であれば ABI 互換性があるため 4.4 系でも動作する)
## ref: https://github.com/BtbN/FFmpeg-Builds/releases
FFMPEG_TAG: 'autobuild-2024-08-31-12-50'
FFMPEG_MAJOR_VERSION: '7.0'
FFMPEG_VERSION: '7.0.2-6-g7e69129d2f'
FFMPEG_HWENCC_TAG: 'autobuild-2024-03-31-17-28'
FFMPEG_HWENCC_MAJOR_VERSION: '4.4'
FFMPEG_HWENCC_VERSION: '4.4.4-94-g5d07afd482'
# QSVEncC・NVEncC・VCEEncC・rkmppenc のバージョン
## ref: https://github.com/rigaya/QSVEnc/releases
## ref: https://github.com/rigaya/NVEnc/releases
## ref: https://github.com/rigaya/VCEEnc/releases
## ref: https://github.com/rigaya/rkmppenc/releases
QSVENCC_VERSION: '7.72'
NVENCC_VERSION: '7.73'
VCEENCC_VERSION: '8.23'
RKMPPENC_VERSION: '0.10'
# libmediainfo のバージョン
## Windows 版の pymediainfo (ビルド済みの MediaInfo.dll が同梱されている) とバージョンを合わせる
## ref: https://github.com/sbraz/pymediainfo/blob/v6.0.1/appveyor.yml#L6
LIBMEDIAINFO_VERSION: '22.09'
# Akebi HTTPS Server ビルド用の Golang のバージョン
GOLANG_VERSION: '1.21.13'
# ビルド対象の tsreadex・psisiarc・Akebi のコミットハッシュ
TSREADEX_COMMIT_HASH: 'eddc8bca0de99627d3867259e7a6e777cbd3b3c6'
PSISIARC_COMMIT_HASH: '6593a0f63aedaaecfac7682b51e267874a8ec549'
AKEBI_COMMIT_HASH: '3ba9a548baaa882f55b209ab0040cd1691078e66'
# ジョブの定義
jobs:
# Windows 向けのサードパーティーライブラリのビルド
build-windows:
runs-on: windows-2022
steps:
# MSBuild を PATH に追加
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
# サードパーティーライブラリの配置フォルダを作成
- name: Create Thirdparty Folder
run: mkdir thirdparty/
# tsreadex のビルド
- name: Build tsreadex
run: |
git clone https://github.com/xtne6f/tsreadex
cd tsreadex/
git checkout ${{ env.TSREADEX_COMMIT_HASH }}
msbuild tsreadex.sln /t:Build /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142
mkdir ../thirdparty/tsreadex/
cp x64/Release/tsreadex.exe ../thirdparty/tsreadex/tsreadex.exe
cp License.txt ../thirdparty/tsreadex/
# psisiarc のビルド
- name: Build psisiarc
run: |
git clone https://github.com/xtne6f/psisiarc
cd psisiarc/
git checkout ${{ env.PSISIARC_COMMIT_HASH }}
msbuild psisiarc.sln /t:Build /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142
mkdir ../thirdparty/psisiarc/
cp x64/Release/psisiarc.exe ../thirdparty/psisiarc/psisiarc.exe
cp License.txt ../thirdparty/psisiarc/
# Golang 環境のセットアップ
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOLANG_VERSION }}
cache: false
# Akebi HTTPS Server のビルド
- name: Build Akebi HTTPS Server
run: |
go env
git clone https://github.com/tsukumijima/Akebi
cd Akebi/
git checkout ${{ env.AKEBI_COMMIT_HASH }}
make build-https-server
mkdir ../thirdparty/Akebi/
cp akebi-https-server.exe ../thirdparty/Akebi/akebi-https-server.exe
cp License.txt ../thirdparty/Akebi/
# FFmpeg・QSVEncC・NVEncC・VCEEncC のアーカイブのダウンロード
# 実際にビルドすると時間がかかりすぎるので、アーカイブをダウンロードして配置する
- name: Download and Deploy Encoder Archives
run: |
# FFmpeg のアーカイブのダウンロード
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/${{ env.FFMPEG_TAG }}/ffmpeg-n${{ env.FFMPEG_VERSION }}-win64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.zip
7z x -y ffmpeg-n${{ env.FFMPEG_VERSION }}-win64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.zip
mkdir thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-win64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/bin/* thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-win64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/LICENSE.txt thirdparty/FFmpeg/License.txt
rm thirdparty/FFmpeg/ffplay.exe
# QSVEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/QSVEnc/releases/download/${{ env.QSVENCC_VERSION }}/QSVEncC_${{ env.QSVENCC_VERSION }}_x64.7z
7z x -y -o"thirdparty/QSVEncC" QSVEncC_${{ env.QSVENCC_VERSION }}_x64.7z
rm -Force thirdparty/QSVEncC/hdr10plus_gen.exe
mv thirdparty/QSVEncC/QSVEncC64.exe thirdparty/QSVEncC/QSVEncC.exe
curl -L -o thirdparty/QSVEncC/License.txt https://raw.githubusercontent.com/rigaya/QSVEnc/master/license.txt
# NVEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/NVEnc/releases/download/${{ env.NVENCC_VERSION }}/NVEncC_${{ env.NVENCC_VERSION }}_x64.7z
7z x -y -o"thirdparty/NVEncC" NVEncC_${{ env.NVENCC_VERSION }}_x64.7z
rm -Force thirdparty/NVEncC/hdr10plus_gen.exe
mv thirdparty/NVEncC/NVEncC64.exe thirdparty/NVEncC/NVEncC.exe
curl -L -o thirdparty/NVEncC/License.txt https://raw.githubusercontent.com/rigaya/NVEnc/master/NVEnc_license.txt
# VCEEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/VCEEnc/releases/download/${{ env.VCEENCC_VERSION }}/VCEEncC_${{ env.VCEENCC_VERSION }}_x64.7z
7z x -y -o"thirdparty/VCEEncC" VCEEncC_${{ env.VCEENCC_VERSION }}_x64.7z
rm -Force thirdparty/VCEEncC/hdr10plus_gen.exe
mv thirdparty/VCEEncC/VCEEncC64.exe thirdparty/VCEEncC/VCEEncC.exe
curl -L -o thirdparty/VCEEncC/License.txt https://raw.githubusercontent.com/rigaya/VCEEnc/master/VCEEnc_license.txt
# Python Standalone Builds のダウンロードと poetry のインストール
- name: Install Python Standalone Builds & pip & poetry
run: |
# Python 本体のダウンロード
curl -L -o python.tar.gz https://github.com/indygreg/python-build-standalone/releases/download/${{ env.PYTHON_TAG }}/cpython-${{ env.PYTHON_VERSION }}+${{ env.PYTHON_TAG }}-x86_64-pc-windows-msvc-install_only.tar.gz
tar xvf python.tar.gz
mv python/ thirdparty/Python/
Rename-Item thirdparty/Python/LICENSE.txt License.txt
# poetry のインストール
thirdparty/Python/python.exe -m pip install poetry==${{ env.POETRY_VERSION }}
# サードパーティーライブラリを 7z で圧縮
# ファイルサイズ縮減のため、圧縮をかなり強めに掛けている
# バイナリ圧縮アルゴリズムの BCJ2 はインストーラーで使っている py7zr (liblzma) だとサポートされていないので、代わりに BCJ を使う
# ref: https://axelstudios.github.io/7z/#!/
- name: Compress Thirdparty Libraries
run: |
7z a -m0=LZMA2 -mx=9 -md=128m -mfb=128 -ms=16g -mmt=on -mf=BCJ thirdparty-windows.7z thirdparty
# 7z で圧縮したサードパーティーライブラリを Artifact としてアップロード
- name: Upload Thirdparty Libraries as Artifact
uses: actions/upload-artifact@v4
with:
name: thirdparty-windows.7z
path: thirdparty-windows.7z
# Linux 向けのサードパーティーライブラリのビルド
build-linux:
runs-on: ubuntu-20.04
steps:
# サードパーティーライブラリの配置フォルダを作成
- name: Create Thirdparty Folder
run: mkdir thirdparty/
# tsreadex のビルド
- name: Build tsreadex
run: |
git clone https://github.com/xtne6f/tsreadex
cd tsreadex/
git checkout ${{ env.TSREADEX_COMMIT_HASH }}
make
mkdir ../thirdparty/tsreadex/
cp tsreadex ../thirdparty/tsreadex/tsreadex.elf
chmod a+x ../thirdparty/tsreadex/tsreadex.elf
cp License.txt ../thirdparty/tsreadex/
# psisiarc のビルド
- name: Build psisiarc
run: |
git clone https://github.com/xtne6f/psisiarc
cd psisiarc/
git checkout ${{ env.PSISIARC_COMMIT_HASH }}
make
mkdir ../thirdparty/psisiarc/
cp psisiarc ../thirdparty/psisiarc/psisiarc.elf
chmod a+x ../thirdparty/psisiarc/psisiarc.elf
cp License.txt ../thirdparty/psisiarc/
# デフォルトで勝手にキャッシュされてる (?) Golang を削除
# ここで削除しておかないと意図しないバージョンの Golang が使われてしまうことがある (?)
- name: Remove Default Golang
run: sudo rm -rf /opt/hostedtoolcache/go/*
# Golang 環境のセットアップ
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOLANG_VERSION }}
cache: false
# Akebi HTTPS Server のビルド
- name: Build Akebi HTTPS Server
run: |
go env
git clone https://github.com/tsukumijima/Akebi
cd Akebi/
git checkout ${{ env.AKEBI_COMMIT_HASH }}
GOARCH=amd64 make build-https-server
mkdir ../thirdparty/Akebi/
cp akebi-https-server ../thirdparty/Akebi/akebi-https-server.elf
chmod a+x ../thirdparty/Akebi/akebi-https-server.elf
cp License.txt ../thirdparty/Akebi/
# FFmpeg・QSVEncC・NVEncC・VCEEncC のアーカイブのダウンロードと配置
# ドライバさえ入っていればスタンドアローンで実行できるように構成を工夫している
- name: Download and Deploy Encoder Archives
run: |
# p7zip-full と patchelf のインストール
## patchelf は ELF バイナリに埋め込まれている rpath (動的ライブラリの検索パス) を変更するツールで、
## QSV/NV/VCEEncC に rpath を追加するために使う
## ref: https://stackoverflow.com/questions/13769141/can-i-change-rpath-in-an-already-compiled-binary
sudo apt-get update
sudo apt-get install -y p7zip-full patchelf
# FFmpeg のアーカイブのダウンロード
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/${{ env.FFMPEG_TAG }}/ffmpeg-n${{ env.FFMPEG_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.tar.xz
tar xvf ffmpeg-n${{ env.FFMPEG_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.tar.xz
mkdir thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/bin/* thirdparty/FFmpeg/
cp -r ffmpeg-n${{ env.FFMPEG_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/lib/* thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/LICENSE.txt thirdparty/FFmpeg/License.txt
rm -rf thirdparty/FFmpeg/pkgconfig
mv thirdparty/FFmpeg/ffmpeg thirdparty/FFmpeg/ffmpeg.elf
mv thirdparty/FFmpeg/ffprobe thirdparty/FFmpeg/ffprobe.elf
rm thirdparty/FFmpeg/ffplay
chmod a+x thirdparty/FFmpeg/ffmpeg.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/FFmpeg/ffmpeg.elf
chmod a+x thirdparty/FFmpeg/ffprobe.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/FFmpeg/ffprobe.elf
# QSV/NV/VCEEncC が依存しているライブラリをダウンロードしてまとめる
## ref: https://stackoverflow.com/questions/13756800/how-to-download-all-dependencies-and-packages-to-directory
## ref: https://askubuntu.com/questions/1260559/how-to-install-deb-packages-in-a-custom-folder-different-from-root-using-dp
mkdir thirdparty/Library/
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/${{ env.FFMPEG_HWENCC_TAG }}/ffmpeg-n${{ env.FFMPEG_HWENCC_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_HWENCC_MAJOR_VERSION }}.tar.xz
tar xvf ffmpeg-n${{ env.FFMPEG_HWENCC_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_HWENCC_MAJOR_VERSION }}.tar.xz
cp -ar ffmpeg-n${{ env.FFMPEG_HWENCC_VERSION }}-linux64-gpl-shared-${{ env.FFMPEG_HWENCC_MAJOR_VERSION }}/lib/* thirdparty/Library/
sudo apt-get download libass9 libbrotli1 libexpat1 libfontconfig1 libfreetype6 libfribidi0 libglib2.0-0 libgraphite2-3 libharfbuzz0b libpcre3 libpng16-16 libuuid1 zlib1g
ls -1 | grep [.]deb >> all_debs.txt && cat all_debs.txt | while read fn; do dpkg-deb -x $fn `pwd`/thirdparty/Library; done && rm all_debs.txt
cp -ar thirdparty/Library/lib/x86_64-linux-gnu/* thirdparty/Library/
rm -rf thirdparty/Library/lib/
cp -ar thirdparty/Library/usr/lib/x86_64-linux-gnu/* thirdparty/Library/
rm -rf thirdparty/Library/usr/
rm -rf thirdparty/Library/pkgconfig
find thirdparty/Library/*.so* -not -type l -not -type d | while read fn; do patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' $fn; done
find thirdparty/Library/*.so* -not -type l -not -type d | xargs chmod a+x
# QSVEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/QSVEnc/releases/download/${{ env.QSVENCC_VERSION }}/qsvencc_${{ env.QSVENCC_VERSION }}_Ubuntu20.04_amd64.deb
7z x -y qsvencc_${{ env.QSVENCC_VERSION }}_Ubuntu20.04_amd64.deb && tar xvf data.tar
mkdir thirdparty/QSVEncC/
cp usr/bin/qsvencc thirdparty/QSVEncC/QSVEncC.elf
chmod a+x thirdparty/QSVEncC/QSVEncC.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/QSVEncC/QSVEncC.elf
curl -L -o thirdparty/QSVEncC/License.txt https://raw.githubusercontent.com/rigaya/QSVEnc/master/license.txt
# NVEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/NVEnc/releases/download/${{ env.NVENCC_VERSION }}/nvencc_${{ env.NVENCC_VERSION }}_Ubuntu20.04_amd64.deb
7z x -y nvencc_${{ env.NVENCC_VERSION }}_Ubuntu20.04_amd64.deb && tar xvf data.tar
mkdir thirdparty/NVEncC/
cp usr/bin/nvencc thirdparty/NVEncC/NVEncC.elf
chmod a+x thirdparty/NVEncC/NVEncC.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/NVEncC/NVEncC.elf
curl -L -o thirdparty/NVEncC/License.txt https://raw.githubusercontent.com/rigaya/NVEnc/master/NVEnc_license.txt
# VCEEncC のアーカイブのダウンロード
curl -LO https://github.com/rigaya/VCEEnc/releases/download/${{ env.VCEENCC_VERSION }}/vceencc_${{ env.VCEENCC_VERSION }}_Ubuntu20.04_amd64.deb
7z x -y vceencc_${{ env.VCEENCC_VERSION }}_Ubuntu20.04_amd64.deb && tar xvf data.tar
mkdir thirdparty/VCEEncC/
cp usr/bin/vceencc thirdparty/VCEEncC/VCEEncC.elf
chmod a+x thirdparty/VCEEncC/VCEEncC.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/VCEEncC/VCEEncC.elf
curl -L -o thirdparty/VCEEncC/License.txt https://raw.githubusercontent.com/rigaya/VCEEnc/master/VCEEnc_license.txt
# libmediainfo のアーカイブのダウンロード
## AWS Lambda 向けのビルドが完全な Static Build で扱いやすそうだったので、それを使う
curl -L -o libmediainfo.zip https://mediaarea.net/download/binary/libmediainfo0/${{ env.LIBMEDIAINFO_VERSION }}/MediaInfo_DLL_${{ env.LIBMEDIAINFO_VERSION }}_Lambda_x86_64.zip
7z x -y libmediainfo.zip
cp -a lib/* thirdparty/Library/
rm -rf lib/
chmod a+x thirdparty/Library/libmediainfo.so*
# Python Standalone Builds のダウンロードと poetry のインストール
- name: Install Python Standalone Builds & pip & poetry
run: |
# Python 本体のダウンロード
curl -L -o python.tar.gz https://github.com/indygreg/python-build-standalone/releases/download/${{ env.PYTHON_TAG }}/cpython-${{ env.PYTHON_VERSION }}+${{ env.PYTHON_TAG }}-x86_64-unknown-linux-gnu-install_only.tar.gz
tar xvf python.tar.gz
mv python/ thirdparty/Python/
# poetry のインストール
thirdparty/Python/bin/python -m pip install poetry==${{ env.POETRY_VERSION }}
# サードパーティーライブラリを tar.xz で圧縮
# ファイルサイズ縮減のため、圧縮をかなり強めに掛けている
# ref: https://axelstudios.github.io/7z/#!/
- name: Compress Thirdparty Libraries
run: |
tar cvf thirdparty-linux.tar thirdparty
7z a -txz -m0=LZMA2 -mx=9 -md=128m -mfb=128 -mmt=on thirdparty-linux.tar.xz thirdparty-linux.tar
# 7z で圧縮したサードパーティーライブラリを Artifact としてアップロード
- name: Upload Thirdparty Libraries as Artifact
uses: actions/upload-artifact@v4
with:
name: thirdparty-linux.tar.xz
path: thirdparty-linux.tar.xz
# Linux (ARM) 向けのサードパーティーライブラリのビルド
build-linux-arm:
runs-on: ubuntu-20.04
steps:
# サードパーティーライブラリの配置フォルダを作成
- name: Create Thirdparty Folder
run: mkdir thirdparty/
# QEMU のセットアップ
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/arm64
# Docker Buildx のセットアップ
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Dockerfile の作成
- name: Create Dockerfile
run: |
cat <<EOF > Dockerfile
ARG IMAGE
FROM \${IMAGE}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y build-essential pkg-config
EOF
# ARM64 版 Docker イメージのビルド
- name: Build Docker Image
uses: docker/build-push-action@v5
with:
context: .
tags: arm64v8/ubuntu:build
platforms: linux/arm64
build-args: IMAGE=arm64v8/ubuntu:20.04
cache-from: type=gha,scope=arm64v8/ubuntu
cache-to: type=gha,scope=arm64v8/ubuntu,mode=max
load: true
# tsreadex のビルド
- name: Build tsreadex
run: |
git clone https://github.com/xtne6f/tsreadex
cd tsreadex/
git checkout ${{ env.TSREADEX_COMMIT_HASH }}
docker run --rm -i -v $(pwd):/work -w /work arm64v8/ubuntu:build bash -c 'make'
mkdir ../thirdparty/tsreadex/
cp tsreadex ../thirdparty/tsreadex/tsreadex.elf
chmod a+x ../thirdparty/tsreadex/tsreadex.elf
cp License.txt ../thirdparty/tsreadex/
# psisiarc のビルド
- name: Build psisiarc
run: |
git clone https://github.com/xtne6f/psisiarc
cd psisiarc/
git checkout ${{ env.PSISIARC_COMMIT_HASH }}
docker run --rm -i -v $(pwd):/work -w /work arm64v8/ubuntu:build bash -c 'make'
mkdir ../thirdparty/psisiarc/
cp psisiarc ../thirdparty/psisiarc/psisiarc.elf
chmod a+x ../thirdparty/psisiarc/psisiarc.elf
cp License.txt ../thirdparty/psisiarc/
# デフォルトで勝手にキャッシュされてる (?) Golang を削除
# ここで削除しておかないと意図しないバージョンの Golang が使われてしまうことがある (?)
- name: Remove Default Golang
run: sudo rm -rf /opt/hostedtoolcache/go/*
# Golang 環境のセットアップ
- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOLANG_VERSION }}
cache: false
# Akebi HTTPS Server のビルド
- name: Build Akebi HTTPS Server
run: |
go env
git clone https://github.com/tsukumijima/Akebi
cd Akebi/
git checkout ${{ env.AKEBI_COMMIT_HASH }}
GOARCH=arm64 make build-https-server
mkdir ../thirdparty/Akebi/
cp akebi-https-server ../thirdparty/Akebi/akebi-https-server.elf
chmod a+x ../thirdparty/Akebi/akebi-https-server.elf
cp License.txt ../thirdparty/Akebi/
# FFmpeg・rkmppenc のアーカイブのダウンロードと配置
# ドライバさえ入っていればスタンドアローンで実行できるように構成を工夫している
- name: Download and Deploy Encoder Archives
run: |
# p7zip-full と patchelf のインストール
## patchelf は ELF バイナリに埋め込まれている rpath (動的ライブラリの検索パス) を変更するツールで、
## rkmppenc に rpath を追加するために使う
## ref: https://stackoverflow.com/questions/13769141/can-i-change-rpath-in-an-already-compiled-binary
sudo apt-get update
sudo apt-get install -y p7zip-full patchelf
# FFmpeg のアーカイブのダウンロード
curl -LO https://github.com/BtbN/FFmpeg-Builds/releases/download/${{ env.FFMPEG_TAG }}/ffmpeg-n${{ env.FFMPEG_VERSION }}-linuxarm64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.tar.xz
tar xvf ffmpeg-n${{ env.FFMPEG_VERSION }}-linuxarm64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}.tar.xz
mkdir thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-linuxarm64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/bin/* thirdparty/FFmpeg/
cp -r ffmpeg-n${{ env.FFMPEG_VERSION }}-linuxarm64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/lib/* thirdparty/FFmpeg/
cp ffmpeg-n${{ env.FFMPEG_VERSION }}-linuxarm64-gpl-shared-${{ env.FFMPEG_MAJOR_VERSION }}/LICENSE.txt thirdparty/FFmpeg/License.txt
rm -rf thirdparty/FFmpeg/pkgconfig
mv thirdparty/FFmpeg/ffmpeg thirdparty/FFmpeg/ffmpeg.elf
mv thirdparty/FFmpeg/ffprobe thirdparty/FFmpeg/ffprobe.elf
rm thirdparty/FFmpeg/ffplay
chmod a+x thirdparty/FFmpeg/ffmpeg.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/FFmpeg/ffmpeg.elf
chmod a+x thirdparty/FFmpeg/ffprobe.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/FFmpeg/ffprobe.elf
# rkmppenc が依存しているライブラリをダウンロードしてまとめる
## ref: https://stackoverflow.com/questions/13756800/how-to-download-all-dependencies-and-packages-to-directory
## ref: https://askubuntu.com/questions/1260559/how-to-install-deb-packages-in-a-custom-folder-different-from-root-using-dp
mkdir thirdparty/Library/
docker run --rm -i -v $(pwd):/work -w /work arm64v8/ubuntu:build bash -c 'apt-get update && apt-get download libasound2 libass9 libbluray2 libexpat1 libfontconfig1 libfreetype6 libfribidi0 libglib2.0-0 libgomp1 libgraphite2-3 libharfbuzz0b libicu66 liblzma5 libmp3lame0 libogg0 libopus0 libpcre3 libpng16-16 libsoxr0 libspeex1 libssl1.1 libtwolame0 libuuid1 libvorbis0a libvorbisenc2 libvpx6 libxml2 zlib1g'
curl -LO https://github.com/tsukumijima/mpp/releases/download/v1.5.0-1-866a9d8/librockchip-mpp1_1.5.0-1_arm64.deb
curl -LO https://github.com/tsukumijima/librga-rockchip/releases/download/v2.2.0-1-46d74b2/librga2_2.2.0-1_arm64.deb
ls -1 | grep [.]deb >> all_debs.txt && cat all_debs.txt | while read fn; do dpkg-deb -x $fn `pwd`/thirdparty/Library; done && rm all_debs.txt
cp -ar thirdparty/Library/lib/aarch64-linux-gnu/* thirdparty/Library/
rm -rf thirdparty/Library/lib/
cp -ar thirdparty/Library/usr/lib/aarch64-linux-gnu/* thirdparty/Library/
rm -rf thirdparty/Library/usr/
rm -rf thirdparty/Library/pkgconfig
find thirdparty/Library/*.so* -not -type l -not -type d | while read fn; do patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' $fn; done
find thirdparty/Library/*.so* -not -type l -not -type d | xargs chmod a+x
# rkmppenc のアーカイブのダウンロード
curl -LO https://github.com/rigaya/rkmppenc/releases/download/${{ env.RKMPPENC_VERSION }}/rkmppenc_${{ env.RKMPPENC_VERSION }}_Ubuntu20.04_arm64.deb
7z x -y rkmppenc_${{ env.RKMPPENC_VERSION }}_Ubuntu20.04_arm64.deb && tar xvf data.tar
mkdir thirdparty/rkmppenc/
cp usr/bin/rkmppenc thirdparty/rkmppenc/rkmppenc.elf
chmod a+x thirdparty/rkmppenc/rkmppenc.elf
patchelf --set-rpath '$ORIGIN:$ORIGIN/../lib:$ORIGIN/../Library' thirdparty/rkmppenc/rkmppenc.elf
curl -L -o thirdparty/rkmppenc/License.txt https://raw.githubusercontent.com/rigaya/rkmppenc/master/rkmppenc_license.txt
# libmediainfo のアーカイブのダウンロード
## AWS Lambda 向けのビルドが完全な Static Build で扱いやすそうだったので、それを使う
curl -L -o libmediainfo.zip https://mediaarea.net/download/binary/libmediainfo0/${{ env.LIBMEDIAINFO_VERSION }}/MediaInfo_DLL_${{ env.LIBMEDIAINFO_VERSION }}_Lambda_arm64.zip
7z x -y libmediainfo.zip
cp -a lib/* thirdparty/Library/
rm -rf lib/
chmod a+x thirdparty/Library/libmediainfo.so*
# Python Standalone Builds のダウンロードと poetry のインストール
- name: Install Python Standalone Builds & pip & poetry
run: |
# Python 本体のダウンロード
curl -L -o python.tar.gz https://github.com/indygreg/python-build-standalone/releases/download/${{ env.PYTHON_TAG }}/cpython-${{ env.PYTHON_VERSION }}+${{ env.PYTHON_TAG }}-aarch64-unknown-linux-gnu-install_only.tar.gz
tar xvf python.tar.gz
mv python/ thirdparty/Python/
# poetry のインストール
cd thirdparty/Python/
docker run --rm -i -v $(pwd):/work -w /work arm64v8/ubuntu:build bash -c './bin/python -m pip install poetry==${{ env.POETRY_VERSION }}'
# サードパーティーライブラリを tar.xz で圧縮
# ファイルサイズ縮減のため、圧縮をかなり強めに掛けている
# ref: https://axelstudios.github.io/7z/#!/
- name: Compress Thirdparty Libraries
run: |
tar cvf thirdparty-linux-arm.tar thirdparty
7z a -txz -m0=LZMA2 -mx=9 -md=128m -mfb=128 -mmt=on thirdparty-linux-arm.tar.xz thirdparty-linux-arm.tar
# 7z で圧縮したサードパーティーライブラリを Artifact としてアップロード
- name: Upload Thirdparty Libraries as Artifact
uses: actions/upload-artifact@v4
with:
name: thirdparty-linux-arm.tar.xz
path: thirdparty-linux-arm.tar.xz