Skip to content

Commit 01ebd96

Browse files
committed
wip
1 parent 0ba5520 commit 01ebd96

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

Dockerfile

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -169,25 +169,25 @@ RUN \
169169
# # bump: librsvg /LIBRSVG_VERSION=([\d.]+)/ https://gitlab.gnome.org/GNOME/librsvg.git|^2
170170
# # bump: librsvg after ./hashupdate Dockerfile LIBRSVG $LATEST
171171
# # bump: librsvg link "NEWS" https://gitlab.gnome.org/GNOME/librsvg/-/blob/master/NEWS
172-
ARG LIBRSVG_VERSION=2.60.0
173-
ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.60/librsvg-$LIBRSVG_VERSION.tar.xz"
174-
ARG LIBRSVG_SHA256=0b6ffccdf6e70afc9876882f5d2ce9ffcf2c713cbaaf1ad90170daa752e1eec3
175-
RUN \
176-
wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
177-
echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
178-
tar $TAR_OPTS librsvg.tar.xz && cd librsvg-* && \
179-
# workaround for https://gitlab.gnome.org/GNOME/librsvg/-/issues/1158
180-
sed -i "/^if host_system in \['windows'/s/, 'linux'//" meson.build && \
181-
meson setup build \
182-
-Dbuildtype=release \
183-
-Ddefault_library=static \
184-
-Ddocs=disabled \
185-
-Dintrospection=disabled \
186-
-Dpixbuf=disabled \
187-
-Dpixbuf-loader=disabled \
188-
-Dvala=disabled \
189-
-Dtests=false && \
190-
ninja -j$(nproc) -vC build install
172+
# ARG LIBRSVG_VERSION=2.60.0
173+
# ARG LIBRSVG_URL="https://download.gnome.org/sources/librsvg/2.60/librsvg-$LIBRSVG_VERSION.tar.xz"
174+
# ARG LIBRSVG_SHA256=0b6ffccdf6e70afc9876882f5d2ce9ffcf2c713cbaaf1ad90170daa752e1eec3
175+
# RUN \
176+
# wget $WGET_OPTS -O librsvg.tar.xz "$LIBRSVG_URL" && \
177+
# echo "$LIBRSVG_SHA256 librsvg.tar.xz" | sha256sum --status -c - && \
178+
# tar $TAR_OPTS librsvg.tar.xz && cd librsvg-* && \
179+
# # workaround for https://gitlab.gnome.org/GNOME/librsvg/-/issues/1158
180+
# sed -i "/^if host_system in \['windows'/s/, 'linux'//" meson.build && \
181+
# meson setup build \
182+
# -Dbuildtype=release \
183+
# -Ddefault_library=static \
184+
# -Ddocs=disabled \
185+
# -Dintrospection=disabled \
186+
# -Dpixbuf=disabled \
187+
# -Dpixbuf-loader=disabled \
188+
# -Dvala=disabled \
189+
# -Dtests=false && \
190+
# ninja -j$(nproc) -vC build install
191191

192192
# build after libvmaf
193193
# bump: aom /AOM_VERSION=([\d.]+)/ git:https://aomedia.googlesource.com/aom|*
@@ -536,17 +536,17 @@ RUN \
536536
# # bump: rav1e /RAV1E_VERSION=([\d.]+)/ https://github.com/xiph/rav1e.git|/\d+\./|*
537537
# # bump: rav1e after ./hashupdate Dockerfile RAV1E $LATEST
538538
# # bump: rav1e link "Release notes" https://github.com/xiph/rav1e/releases/tag/v$LATEST
539-
# ARG RAV1E_VERSION=0.7.1
540-
# ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
541-
# ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
542-
# RUN \
543-
# wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
544-
# echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
545-
# tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
546-
# # workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
547-
# CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
548-
# RUSTFLAGS="-C target-feature=+crt-static" \
549-
# cargo cinstall --release
539+
ARG RAV1E_VERSION=0.7.1
540+
ARG RAV1E_URL="https://github.com/xiph/rav1e/archive/v$RAV1E_VERSION.tar.gz"
541+
ARG RAV1E_SHA256=da7ae0df2b608e539de5d443c096e109442cdfa6c5e9b4014361211cf61d030c
542+
RUN \
543+
wget $WGET_OPTS -O rav1e.tar.gz "$RAV1E_URL" && \
544+
echo "$RAV1E_SHA256 rav1e.tar.gz" | sha256sum -c - && \
545+
tar $TAR_OPTS rav1e.tar.gz && cd rav1e-* && \
546+
# workaround weird cargo problem when on aws (?) weirdly alpine edge seems to work
547+
CARGO_REGISTRIES_CRATES_IO_PROTOCOL="sparse" \
548+
RUSTFLAGS="-C target-feature=+crt-static" \
549+
cargo cinstall --release
550550

551551
# bump: librtmp /LIBRTMP_COMMIT=([[:xdigit:]]+)/ gitrefs:https://git.ffmpeg.org/rtmpdump.git|re:#^refs/heads/master$#|@commit
552552
# bump: librtmp after ./hashupdate Dockerfile LIBRTMP $LATEST
@@ -1175,8 +1175,8 @@ RUN \
11751175
--enable-libopenjpeg \
11761176
--enable-libopus \
11771177
--enable-librabbitmq \
1178-
# --enable-librav1e \
1179-
--enable-librsvg \
1178+
--enable-librav1e \
1179+
# --enable-librsvg \
11801180
--enable-librtmp \
11811181
--enable-librubberband \
11821182
--enable-libshine \

0 commit comments

Comments
 (0)