Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / ladspa
Commits: 53d26991 by Daniel Bermond at 2026-02-15T11:57:51-03:00 upgpkg: 1.17-7: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = ladspa pkgdesc = Linux Audio Developer's Simple Plugin API (LADSPA) pkgver = 1.17 - pkgrel = 6 + pkgrel = 7 url = https://www.ladspa.org/ arch = x86_64 license = LGPL-2.1-or-later - depends = gcc-libs depends = glibc depends = libsndfile + depends = libstdc++ source = https://ladspa.org/download/ladspa_sdk_1.17.tgz source = ladspa-1.17-plugin_underlinking.patch source = ladspa-1.17-fix-memleak-in-plugin-scanning.patch ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ pkgname=ladspa pkgver=1.17 -pkgrel=6 +pkgrel=7 pkgdesc="Linux Audio Developer's Simple Plugin API (LADSPA)" arch=(x86_64) license=(LGPL-2.1-or-later) url="https://www.ladspa.org/" depends=( - gcc-libs glibc libsndfile + libstdc++ ) source=( https://ladspa.org/download/ladspa_sdk_$pkgver.tgz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ladspa/-/commit/53d26991274a4976167b10c526ca9800b4e56ee3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ladspa/-/commit/53d26991274a4976167b10c526ca9800b4e56ee3 You're receiving this email because of your account on gitlab.archlinux.org.
