* update avisynthplus to 3.7.3-2

This commit is contained in:
Alexander Baldeck 2024-07-23 11:42:45 +02:00
parent ca695ef930
commit 77128fd4f1
3 changed files with 24 additions and 1 deletions

19
avisynthplus/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = avisynthplus
pkgdesc = An improved version of the AviSynth frameserver
pkgver = 3.7.3
pkgrel = 2
url = https://avs-plus.net/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = devil
depends = gcc-libs
depends = hicolor-icon-theme
optdepends = devil: for ImageSeq plugin
provides = libavisynth.so
source = https://github.com/AviSynth/AviSynthPlus/archive/v3.7.3/avisynthplus-3.7.3.tar.gz
source = avisynthplus.xml
sha256sums = b847705af6f16fa26664d06e0fea2bda14a7f6aac8249a9c37e4106ecb8fd44c
sha256sums = c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e
pkgname = avisynthplus

View File

@ -0,0 +1,4 @@
[avisynthplus]
source = "git"
git = "https://github.com/AviSynth/AviSynthPlus.git"
prefix = "v"

View File

@ -2,7 +2,7 @@
pkgname=avisynthplus pkgname=avisynthplus
pkgver=3.7.3 pkgver=3.7.3
pkgrel=1 pkgrel=2
pkgdesc='An improved version of the AviSynth frameserver' pkgdesc='An improved version of the AviSynth frameserver'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://avs-plus.net/' url='https://avs-plus.net/'