Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
avisynthplus


Commits:
b2272961 by Daniel Bermond at 2025-03-24T22:07:20-03:00
upgpkg: 3.7.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,27 @@
 # Maintainer: Daniel Bermond <[email protected]>
 
 pkgname=avisynthplus
-pkgver=3.7.3
-pkgrel=2
+pkgver=3.7.4
+pkgrel=1
 pkgdesc='An improved version of the AviSynth frameserver'
 arch=('x86_64')
 url='https://avs-plus.net/'
-license=('GPL')
-depends=('gcc-libs' 'hicolor-icon-theme')
-optdepends=('devil: for ImageSeq plugin')
-makedepends=('cmake' 'devil')
+license=('GPL-2.0-or-later')
+depends=(
+    'gcc-libs'
+    'glibc'
+    'hicolor-icon-theme')
+optdepends=(
+    'devil: for ImageSeq plugin'
+    'soundtouch: for TimeStretch plugin')
+makedepends=(
+    'cmake'
+    'devil'
+    'soundtouch')
 provides=('libavisynth.so')
 
source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
         'avisynthplus.xml')
-sha256sums=('b847705af6f16fa26664d06e0fea2bda14a7f6aac8249a9c37e4106ecb8fd44c'
+sha256sums=('c158cd7768bb9c589ae4588e6767b95831af79050bdd310d1681d23e6f736774'
             'c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/b22729616f31bfb23045e2bcc2f075d61d113086

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/b22729616f31bfb23045e2bcc2f075d61d113086
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to