updater-vapoursynth-72 — vapoursynth → 72,zotero → 7.0.23 (#12941)

* 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 <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-26 08:54:39 +10:00
committed by GitHub
parent 228fa2f673
commit 3fa33f17d0
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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