From 3fa33f17d0c23dc044ade20d5f93e9fbb50b06ae Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:54:39 +1000 Subject: [PATCH] =?UTF-8?q?updater-vapoursynth-72=20=E2=80=94=20vapoursynt?= =?UTF-8?q?h=20=E2=86=92=2072,zotero=20=E2=86=92=207.0.23=20(#12941)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt vapoursynth to updater-vapoursynth-72 * updater-vapoursynth-72: Build Run on linux/arm/v7. * updater-vapoursynth-72: Build Run on linux/amd64. * updater-vapoursynth-72: Package File Update Run on linux/amd64 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/v/vapoursynth.filelist | 2 +- manifest/x86_64/v/vapoursynth.filelist | 2 +- packages/vapoursynth.rb | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest/armv7l/v/vapoursynth.filelist b/manifest/armv7l/v/vapoursynth.filelist index 670e7f226..a59e35239 100644 --- a/manifest/armv7l/v/vapoursynth.filelist +++ b/manifest/armv7l/v/vapoursynth.filelist @@ -1,4 +1,4 @@ -# Total size: 2404255 +# Total size: 2404287 /usr/local/bin/vspipe /usr/local/include/vapoursynth/VSConstants4.h /usr/local/include/vapoursynth/VSHelper.h diff --git a/manifest/x86_64/v/vapoursynth.filelist b/manifest/x86_64/v/vapoursynth.filelist index 497f68dc8..6015a61d0 100644 --- a/manifest/x86_64/v/vapoursynth.filelist +++ b/manifest/x86_64/v/vapoursynth.filelist @@ -1,4 +1,4 @@ -# Total size: 3929194 +# Total size: 3929162 /usr/local/bin/vspipe /usr/local/include/vapoursynth/VSConstants4.h /usr/local/include/vapoursynth/VSHelper.h diff --git a/packages/vapoursynth.rb b/packages/vapoursynth.rb index 3a93c8edc..2e386eee3 100644 --- a/packages/vapoursynth.rb +++ b/packages/vapoursynth.rb @@ -6,7 +6,7 @@ require 'buildsystems/autotools' class Vapoursynth < Autotools description 'A video processing framework with the future in mind' homepage 'http://www.vapoursynth.com/' - version 'R72' + version '72' license 'LGPL-2.1' compatibility 'aarch64 armv7l x86_64' source_url 'https://github.com/vapoursynth/vapoursynth.git' @@ -14,9 +14,9 @@ class Vapoursynth < Autotools binary_compression 'tar.zst' binary_sha256({ - aarch64: 'aa2f7446128d41bedab5a6262f7cb323a8cc2806bda29d810d3193ee3aadc693', - armv7l: 'aa2f7446128d41bedab5a6262f7cb323a8cc2806bda29d810d3193ee3aadc693', - x86_64: '480b057b066c2d79029c756e3294f1416a7af139f65e8abe87cd8986049c6d7d' + aarch64: 'cca812c39e7bc656e6b1ae47ee7a7288da4273f7765d516dd335795f34e33bcd', + armv7l: 'cca812c39e7bc656e6b1ae47ee7a7288da4273f7765d516dd335795f34e33bcd', + x86_64: '892facc7a61a0026524b22a8a19246eef9b8682c98d930e9d14b439f0554fff6' }) depends_on 'ffmpeg' => :build