]> Cypherpunks repositories - bass.git/commitdiff
Update dav1d, SVT-AV1, FFmpeg, libjxl
authorSergey Matveev <stargrave@stargrave.org>
Thu, 12 Sep 2024 16:02:37 +0000 (19:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 12 Sep 2024 16:02:37 +0000 (19:02 +0300)
13 files changed:
build/distfiles/.gitignore
build/distfiles/dav1d-1.4.2-53-g82e9155.tar.zst.do [moved from build/distfiles/dav1d-1.4.2-8-gda2cc78.tar.zst.do with 86% similarity]
build/distfiles/ffmpeg-n7.1-dev-2527-g504c1ffcd8.tar.zst.do [moved from build/distfiles/ffmpeg-n7.1-dev-2083-g94165d1b79d.tar.zst.do with 86% similarity]
build/distfiles/libjxl-v0.10-snapshot-275-ga4f67292.tar.zst.do [moved from build/distfiles/libjxl-v0.10-snapshot-235-g91a814ef.tar.zst.do with 90% similarity]
build/distfiles/svt-av1-v2.2.1-41-gb27d4729.tar.zst.do [moved from build/distfiles/svt-av1-v2.1.2-62-g911c7650.tar.zst.do with 86% similarity]
build/skel/graphics/imagemagick-7.1.1-33.do
build/skel/graphics/imlib2-1.12.2.do
build/skel/graphics/libavif-v1.0.0-535-g7fbc20c.do
build/skel/graphics/libjxl-v0.10-snapshot-275-ga4f67292.do [moved from build/skel/graphics/libjxl-v0.10-snapshot-235-g91a814ef.do with 100% similarity]
build/skel/multimedia/dav1d-1.4.2-53-g82e9155.do [moved from build/skel/multimedia/dav1d-1.4.2-8-gda2cc78.do with 100% similarity]
build/skel/multimedia/ffmpeg-n7.1-dev-2527-g504c1ffcd8.do [moved from build/skel/multimedia/ffmpeg-n7.1-dev-2083-g94165d1b79d.do with 94% similarity]
build/skel/multimedia/mpv-v0.37.0-546-g474e213f52.do
build/skel/multimedia/svt-av1-v2.2.1-41-gb27d4729.do [moved from build/skel/multimedia/svt-av1-v2.1.2-62-g911c7650.do with 100% similarity]

index b9aaa82fb2508ab792d02faab07d20f6d241d36f83fe25721ac31717f72d77ed..f2e4fdb1779851f64523c504f7e3285301fd6ab8ceefdaff371549ec814bf767 100644 (file)
 /curl-8.9.1.tar.xz
 /cyrus-sasl-2.1.28.tar.gz
 /daemontools-encore-1.11.tar.gz
-/dav1d-1.4.2-8-gda2cc78.tar.zst
+/dav1d-1.4.2-53-g82e9155.tar.zst
 /dav1d.git/
 /djvulibre-3.5.28.tar.gz
 /docbook-xsl-1.79.2.zip
 /dq-20240101.tar.zst
 /dq.git/
 /expat-2.6.2.tar.xz
-/ffmpeg-n7.1-dev-2083-g94165d1b79d.tar.zst
+/ffmpeg-n7.1-dev-2527-g504c1ffcd8.tar.zst
 /ffmpeg.git/
 /flac-1.4.3.tar.xz
 /fltk-1.3.9-docs-html.tar.gz
 /libinotify-kqueue-20211018.tar.gz
 /libjpeg-turbo-1.5.2.tar.gz
 /libjpeg-turbo-3.0.3.tar.gz
-/libjxl-v0.10-snapshot-235-g91a814ef.tar.zst
+/libjxl-v0.10-snapshot-275-ga4f67292.tar.zst
 /libjxl/
 /libksba-1.6.7.tar.bz2
 /libmad-0.16.3.tar.gz
 /sqlite-src-3450100.zip
 /stow-2.3.1.tar.bz2
 /supercat-0.5.8.tar.gz
-/svt-av1-v2.1.2-62-g911c7650.tar.zst
+/svt-av1-v2.2.1-41-gb27d4729.tar.zst
 /svt-av1.git/
 /sxhkd-0.6.2-5-gb0923b6.tar.zst
 /sxhkd.git/
similarity index 86%
rename from build/distfiles/dav1d-1.4.2-8-gda2cc78.tar.zst.do
rename to build/distfiles/dav1d-1.4.2-53-g82e9155.tar.zst.do
index eeddcc2cc02800314de330ff02c9c9bc8f623653fb5a9705789222bfd34d3b59..2e8acfc273aa63e1b5fc57f6a0cdede51ab28dc00f749b90860b1453edc09615 100644 (file)
@@ -2,6 +2,6 @@
 sname=$1.do . "$BASS_ROOT"/lib/rc
 [ -d dav1d.git ] || git clone --depth 1 --bare https://code.videolan.org/videolan/dav1d.git >&2
 cd dav1d.git
-commit=da2cc7817cff218b30f2c813a8a142a43f9376bd
+commit=82e9155c7546127d3042fd763ecaa4421e4c53b5
 git fetch origin $commit >&2
 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR
similarity index 86%
rename from build/distfiles/ffmpeg-n7.1-dev-2083-g94165d1b79d.tar.zst.do
rename to build/distfiles/ffmpeg-n7.1-dev-2527-g504c1ffcd8.tar.zst.do
index 5a3d862401e84afc88673295371ba601da48246f2b74ce2f48b23ee215e1643b..f793bb527a009ec9a3e1409f3557799f1e4f8213ad352e9c8dea310f8c603fd4 100644 (file)
@@ -2,6 +2,6 @@
 sname=$1.do . "$BASS_ROOT"/lib/rc
 [ -d ffmpeg.git ] || git clone --depth 1 --bare https://github.com/FFmpeg/FFmpeg.git ffmpeg.git >&2
 cd ffmpeg.git
-commit=94165d1b79d30ba627cf92ee81b295845ee0f315
+commit=504c1ffcd8dd09c40f4eacecb407d5fce423145c
 git fetch origin $commit >&2
 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR
similarity index 90%
rename from build/distfiles/libjxl-v0.10-snapshot-235-g91a814ef.tar.zst.do
rename to build/distfiles/libjxl-v0.10-snapshot-275-ga4f67292.tar.zst.do
index 78a6b21b1ea28eb389840d2f587e48a5b25e790eae31844e85314242d3918deb..7ca8bee9b047d09c124971393ef3fc82c53e1fd63a6d1d1093a67e1e0045d191 100644 (file)
@@ -2,7 +2,7 @@
 sname=$1.do . "$BASS_ROOT"/lib/rc
 [ -d libjxl ] || git clone --depth 1 https://github.com/libjxl/libjxl.git >&2
 cd libjxl
-commit=91a814ef040c333ab1ae1f410e94c7f19e358343
+commit=a4f67292d1cd99f969ad86aa5ceb272a6bec737a
 git fetch origin $commit >&2
 git checkout $commit >&2
 git submodule update --init --recursive >&2
similarity index 86%
rename from build/distfiles/svt-av1-v2.1.2-62-g911c7650.tar.zst.do
rename to build/distfiles/svt-av1-v2.2.1-41-gb27d4729.tar.zst.do
index ca9ae822a81295bc387e6726993435b3b4b7bee6788911c0e23f1c2319883339..464c31ee5c27fefe7f10826398093d281cb2281551529bd1d51a30be4f3bfcbd 100644 (file)
@@ -2,6 +2,6 @@
 sname=$1.do . "$BASS_ROOT"/lib/rc
 [ -d svt-av1.git ] || git clone --depth 1 --bare https://gitlab.com/AOMediaCodec/SVT-AV1.git svt-av1.git >&2
 cd svt-av1.git
-commit=911c76502938498c34af50865b2279fa575c7811
+commit=b27d4729b7333b5d1e5aec26656e5f27339ceeee
 git fetch origin $commit >&2
 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR
index d303948a8a8b748654314c9062ed814674f0100886d879cd4f9fce79383c96c5..cfd262e90442c5c9841bfefabc9b3fcc3cdae35aa29e7fa97577c67c7f9518b0 100644 (file)
@@ -6,7 +6,7 @@ bdeps="rc-paths stow archivers/zstd devel/gmake-4.4.1 devel/pkgconf-2.1.1"
 rdeps="
 graphics/freetype-2.9.1
 graphics/libjpeg-turbo-3.0.3
-graphics/libjxl-v0.10-snapshot-235-g91a814ef
+graphics/libjxl-v0.10-snapshot-275-ga4f67292
 graphics/libpng-1.6.43
 graphics/librsvg-2.40.21
 graphics/libwebp-1.4.0
index 55d0c7734b1aa605366bbf0d608eff7673d998e918e194b97209c21125f86a21..e868e8ab729dcbe3de70ba9777ecc3f2a44c7203b89a77401c51b09c7ccd8145 100644 (file)
@@ -7,7 +7,7 @@ rdeps="
 graphics/freetype-2.9.1
 graphics/libavif-v1.0.0-535-g7fbc20c
 graphics/libjpeg-turbo-3.0.3
-graphics/libjxl-v0.10-snapshot-235-g91a814ef
+graphics/libjxl-v0.10-snapshot-275-ga4f67292
 graphics/libpng-1.6.43
 graphics/libwebp-1.4.0
 graphics/tiff-4.6.0
index 720bed46992daa473fc64edf2a178c7d7758029ea62938e25d658a89fcd5caf5..c792aeb541ac9ee909eea9e453e3f1843548bc598768f4d052f18da2204efd3c 100644 (file)
@@ -7,8 +7,8 @@ rdeps="
 graphics/libjpeg-turbo-3.0.3
 graphics/libpng-1.6.43
 graphics/libyuv-2024-06-22
-multimedia/dav1d-1.4.2-8-gda2cc78
-multimedia/svt-av1-v2.1.2-62-g911c7650
+multimedia/dav1d-1.4.2-53-g82e9155
+multimedia/svt-av1-v2.2.1-41-gb27d4729
 "
 redo-ifchange $bdeps "$DISTFILES"/$NAME.tar.zst $rdeps
 hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH)
similarity index 94%
rename from build/skel/multimedia/ffmpeg-n7.1-dev-2083-g94165d1b79d.do
rename to build/skel/multimedia/ffmpeg-n7.1-dev-2527-g504c1ffcd8.do
index 733b5746ec53754e088b421ef0c72f71db0ab3db4293dd5bcec99ca1c899bedd..fcf481fb34a4370e75eb8d1b9623cab78cce7f58e775aed22d356499d0a90bdd 100644 (file)
@@ -15,9 +15,9 @@ rdeps="
 audio/flac-1.4.3
 audio/opus-1.5.2
 audio/wavpack-5.7.0
-multimedia/dav1d-1.4.2-8-gda2cc78
+multimedia/dav1d-1.4.2-53-g82e9155
 multimedia/libvpx-v1.14.1-303-gd6ae3ea465
-multimedia/svt-av1-v2.1.2-62-g911c7650
+multimedia/svt-av1-v2.2.1-41-gb27d4729
 multimedia/x264-2024-05-12
 security/gnutls-3.8.6
 "
index 05fb74578847285126a37bacb471ddf62fbc935411f4ccf5618d2a6746da7fa7..f15bb5e6a10585651dd2c6cec4e4f69d264e7d1517f909ba5074dda1173b9d88 100644 (file)
@@ -14,7 +14,7 @@ lang/Python-3.10.14
 rdeps="
 graphics/lcms2-2.16
 lang/lua-5.2.4
-multimedia/ffmpeg-n7.1-dev-2083-g94165d1b79d
+multimedia/ffmpeg-n7.1-dev-2527-g504c1ffcd8
 multimedia/libass-0.17.2
 "
 meson=meson-0.63.3