diff --git a/.github/workflows/build_thirdparty.yaml b/.github/workflows/build_thirdparty.yaml index a02c5a1f..e2a5e930 100644 --- a/.github/workflows/build_thirdparty.yaml +++ b/.github/workflows/build_thirdparty.yaml @@ -448,8 +448,8 @@ jobs: ## 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 libvorbisenc2 libvpx6 libxml2 zlib1g' - curl -LO https://github.com/tsukumijima/mpp/releases/download/v1.5.0-1-54f7257/librockchip-mpp1_1.5.0-1_arm64.deb - curl -LO https://github.com/tsukumijima/librga/releases/download/v2.2.0-1-fb93eed/librga2_2.2.0-1_arm64.deb + curl -LO https://github.com/tsukumijima/mpp/releases/download/v1.5.0-1-88d73be/librockchip-mpp1_1.5.0-1_arm64.deb + curl -LO https://github.com/tsukumijima/librga/releases/download/v2.2.0-1-edc2572/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/