Skip to content

Commit 610b1e6

Browse files
committed
Skip rav1e
1 parent a8928ff commit 610b1e6

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Dockerfile

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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, \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ alias ffprobe='docker run -i --rm -u $UID:$GROUPS -v "$PWD:$PWD" -w "$PWD" --ent
5959
- [libopenjpeg](https://www.openjpeg.org)
6060
- [libopus](https://opus-codec.org)
6161
- [librabbitmq](https://github.com/alanxz/rabbitmq-c)
62-
- [librav1e](https://github.com/xiph/rav1e)
62+
- [librav1e](https://github.com/xiph/rav1e) skipped for now
6363
- [librsvg](https://gitlab.gnome.org/GNOME/librsvg)
6464
- [librtmp](https://rtmpdump.mplayerhq.hu/)
6565
- [librubberband](https://breakfastquay.com/rubberband/)

0 commit comments

Comments
 (0)