Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / avisynthplus
Commits: 99a12215 by Daniel Bermond at 2026-02-15T12:50:20-03:00 upgpkg: 3.7.5-3: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,17 @@ pkgbase = avisynthplus pkgdesc = An improved version of the AviSynth frameserver pkgver = 3.7.5 - pkgrel = 2 + pkgrel = 3 url = https://avs-plus.net/ arch = x86_64 license = GPL-2.0-or-later makedepends = cmake makedepends = devil makedepends = soundtouch - depends = gcc-libs depends = glibc depends = hicolor-icon-theme + depends = libgcc + depends = libstdc++ optdepends = devil: for ImageSeq plugin optdepends = soundtouch: for TimeStretch plugin provides = libavisynth.so ===================================== PKGBUILD ===================================== @@ -2,15 +2,16 @@ pkgname=avisynthplus pkgver=3.7.5 -pkgrel=2 +pkgrel=3 pkgdesc='An improved version of the AviSynth frameserver' arch=('x86_64') url='https://avs-plus.net/' license=('GPL-2.0-or-later') depends=( - 'gcc-libs' 'glibc' - 'hicolor-icon-theme') + 'hicolor-icon-theme' + 'libgcc' + 'libstdc++') optdepends=( 'devil: for ImageSeq plugin' 'soundtouch: for TimeStretch plugin') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/99a12215ca4fc8204ed35bbe8f2cff0518c1c957 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/avisynthplus/-/commit/99a12215ca4fc8204ed35bbe8f2cff0518c1c957 You're receiving this email because of your account on gitlab.archlinux.org.
