Skip to content

Commit

Permalink
Merge pull request #256 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump ffmpeg version to 4.3
  • Loading branch information
vania-pooh authored Jul 5, 2020
2 parents 47046a6 + 4a9402e commit 6ab7249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions selenium/video/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Ivan Krutov <[email protected]>
pkgname=ffmpeg-x11grab
pkgsource=ffmpeg
pkgver=4.2.1
pkgver=4.3
pkgrel=1
pkgdesc="FFMPEG version optimized for x11grab to x264"
url="https://ffmpeg.org"
Expand Down Expand Up @@ -70,5 +70,5 @@ libs() {
mv "$pkgdir"/usr/lib "$subpkgdir"/usr
}

sha512sums="0a540a0c5395f42c6079bc26d1b3baca453995693da7de21da469ce40b3a548bea14ff46a72c6f4c32256333855f9b86207cb8bf1d0dda33a17ddca54970daa3 ffmpeg-4.1.3.tar.xz
sha512sums="f031eb6c4423887af323ab7d1f431234d4e30993a52db45dccf427b41eb442a3bd020dcbc13e83cbf813fad0f36c849cb651203570148387c864507aa19f313a ffmpeg-4.3.tar.xz
1047a23eda51b576ac200d5106a1cd318d1d5291643b3a69e025c0a7b6f3dbc9f6eb0e1e6faa231b7e38c8dd4e49a54f7431f87a93664da35825cc2e9e8aedf4 0001-libavutil-clean-up-unused-FF_SYMVER-macro.patch"
2 changes: 1 addition & 1 deletion selenium/video/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM alpine:3.12

RUN apk add -U x264-libs sdl2 libxcb libbz2 xset && \
rm -rf /var/cache/apk/*
COPY --from=0 /home/selenoid/aports/community/ffmpeg/src/ffmpeg-4.2.1/ffmpeg /usr/bin/ffmpeg
COPY --from=0 /home/selenoid/aports/community/ffmpeg/src/ffmpeg-4.3/ffmpeg /usr/bin/ffmpeg

COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 6ab7249

Please sign in to comment.