Skip to content

Commit

Permalink
Update: [GitHub][workflows] librockchip-mpp1・librga2 を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Apr 29, 2024
1 parent b4774e2 commit 0eb9993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_thirdparty.yaml
Expand Up @@ -449,8 +449,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-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
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/
Expand Down

0 comments on commit 0eb9993

Please sign in to comment.