@@ -525,23 +525,6 @@ RUN \
525
525
.. && \
526
526
make -j$(nproc) install
527
527
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
-
545
528
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
546
529
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
547
530
# bump: librtmp link "Commit diff $CURRENT..$LATEST" https://git.ffmpeg.org/gitweb/rtmpdump.git/commitdiff/$LATEST?ds=sidebyside
@@ -1169,7 +1152,6 @@ RUN \
1169
1152
--enable-libopenjpeg \
1170
1153
--enable-libopus \
1171
1154
--enable-librabbitmq \
1172
- --enable-librav1e \
1173
1155
--enable-librsvg \
1174
1156
--enable-librtmp \
1175
1157
--enable-librubberband \
@@ -1245,7 +1227,6 @@ RUN \
1245
1227
libopenjpeg: env.OPENJPEG_VERSION, \
1246
1228
libopus: env.OPUS_VERSION, \
1247
1229
librabbitmq: env.LIBRABBITMQ_VERSION, \
1248
- librav1e: env.RAV1E_VERSION, \
1249
1230
librsvg: env.LIBRSVG_VERSION, \
1250
1231
librtmp: env.LIBRTMP_COMMIT, \
1251
1232
librubberband: env.RUBBERBAND_VERSION, \
0 commit comments