@@ -525,23 +525,6 @@ RUN \
525525 .. && \
526526 make -j$(nproc) install
527527
528- # bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
529- # bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
530- # bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
531- ARG RAV1E_VERSION=0.7.1
532- ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
533- ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
534- RUN \
535- wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
536- echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
537- tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
538- # workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
539- CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
540- RUSTFLAGS="-C target-feature=+crt-static" \
541- cargo cinstall \
542- --release \
543- --library-type staticlib
544-
545528# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
546529# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
547530# bump: librtmp link "Commit diff $CURRENT..$LATEST" https://git.ffmpeg.org/gitweb/rtmpdump.git/commitdiff/$LATEST?ds=sidebyside
@@ -1169,7 +1152,6 @@ RUN \
11691152 --enable-libopenjpeg \
11701153 --enable-libopus \
11711154 --enable-librabbitmq \
1172- --enable-librav1e \
11731155 --enable-librsvg \
11741156 --enable-librtmp \
11751157 --enable-librubberband \
@@ -1245,7 +1227,6 @@ RUN \
12451227 libopenjpeg: env.OPENJPEG_VERSION, \
12461228 libopus: env.OPUS_VERSION, \
12471229 librabbitmq: env.LIBRABBITMQ_VERSION, \
1248- librav1e: env.RAV1E_VERSION, \
12491230 librsvg: env.LIBRSVG_VERSION, \
12501231 librtmp: env.LIBRTMP_COMMIT, \
12511232 librubberband: env.RUBBERBAND_VERSION, \
0 commit comments