Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
sc3-plugins


Commits:
ddae8e42 by Brett Cornwall at 2026-05-19T21:14:15-07:00
Replace gcc-libs dep

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -
dee7e8ff by Brett Cornwall at 2026-05-19T21:15:31-07:00
Add Brett to maintainers

- - - - -
bdc484bb by Brett Cornwall at 2026-05-19T21:23:42-07:00
upgpkg: 3.14.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = sc3-plugins
        pkgdesc = Extension plugins for the SuperCollider3 audio synthesis 
server.
-       pkgver = 3.13.0
-       pkgrel = 3
+       pkgver = 3.14.0
+       pkgrel = 1
        url = https://github.com/supercollider/sc3-plugins
        arch = x86_64
        groups = pro-audio
@@ -9,21 +9,23 @@ pkgbase = sc3-plugins
        makedepends = cmake
        makedepends = fftw
        makedepends = stk
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = supercollider
-       source = 
https://github.com/supercollider/sc3-plugins/releases/download/Version-3.13.0/sc3-plugins-3.13.0-Source.tar.bz2
-       source = 
https://github.com/supercollider/sc3-plugins/releases/download/Version-3.13.0/sc3-plugins-3.13.0-Source.tar.bz2.asc
+       source = 
https://github.com/supercollider/sc3-plugins/releases/download/Version-3.14.0/sc3-plugins-3.14.0-Source.tar.bz2
+       source = 
https://github.com/supercollider/sc3-plugins/releases/download/Version-3.14.0/sc3-plugins-3.14.0-Source.tar.bz2.asc
        validpgpkeys = 0B7D1EA4E32B5C3C4275D3C70796CC538BEFF177
        validpgpkeys = 2E1C4FC2F6BB58FA157B21B8064B501EB7405F04
-       sha512sums = 
4a89bb7d76d60983a8c5ea6560dc9993f585e7dc47593adc2686b772cdb7649423e2cf2c170340c0c7ee16d4a6348877a6572faacfc593a9075da60b9a06988f
+       sha512sums = 
111e4fd1f505b28e65645225a8b6adbc268570435fabdd8c2b3a1b804212ce1fe0f975b63dbc3e09a657e93fe959280f0da12318b648811a3bbbbebe2c133161
        sha512sums = SKIP
-       b2sums = 
55e34ff7cdae5ef48199c529e2a55c72fcb4c462d5e6f0001513e0b0d9b9e902f3e117e10fe9063b1e0f22d8d950e087059f2ca8bf1d4d794302d6dda22326bd
+       b2sums = 
532b95bf78adb62410034932167b70f52df591e40d75c64db6e8da58acaf10c8462fbd08f851d1ec157f9690b6aa099aaaaf0a131d2a5de290463a7c60610e4d
        b2sums = SKIP
 
 pkgname = sc3-plugins
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = supercollider
        depends = fftw
        depends = libfftw3f.so


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,18 @@
+# Maintainer: Brett Cornwall <[email protected]>
 # Maintainer: David Runge <[email protected]>
 
 pkgname=sc3-plugins
-pkgver=3.13.0
-pkgrel=3
+pkgver=3.14.0
+pkgrel=1
 pkgdesc="Extension plugins for the SuperCollider3 audio synthesis server."
 arch=(x86_64)
 url="https://github.com/supercollider/sc3-plugins";
 license=(GPL-2.0-or-later)
 groups=(pro-audio)
 depends=(
-  gcc-libs
   glibc
+  libgcc
+  libstdc++
   supercollider
 )
 makedepends=(
@@ -19,9 +21,9 @@ makedepends=(
   stk
 )
 
source=($url/releases/download/Version-$pkgver/$pkgname-$pkgver-Source.tar.bz2{,.asc})
-sha512sums=('4a89bb7d76d60983a8c5ea6560dc9993f585e7dc47593adc2686b772cdb7649423e2cf2c170340c0c7ee16d4a6348877a6572faacfc593a9075da60b9a06988f'
+sha512sums=('111e4fd1f505b28e65645225a8b6adbc268570435fabdd8c2b3a1b804212ce1fe0f975b63dbc3e09a657e93fe959280f0da12318b648811a3bbbbebe2c133161'
             'SKIP')
-b2sums=('55e34ff7cdae5ef48199c529e2a55c72fcb4c462d5e6f0001513e0b0d9b9e902f3e117e10fe9063b1e0f22d8d950e087059f2ca8bf1d4d794302d6dda22326bd'
+b2sums=('532b95bf78adb62410034932167b70f52df591e40d75c64db6e8da58acaf10c8462fbd08f851d1ec157f9690b6aa099aaaaf0a131d2a5de290463a7c60610e4d'
         'SKIP')
 validpgpkeys=(
     '0B7D1EA4E32B5C3C4275D3C70796CC538BEFF177' # Brian Heim 
<[email protected]>



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sc3-plugins/-/compare/2c726aac91c7e56f424d5f09ec1c5c429413b9f0...bdc484bbc76fe7fe2cef2b65425156eb4da7283f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sc3-plugins/-/compare/2c726aac91c7e56f424d5f09ec1c5c429413b9f0...bdc484bbc76fe7fe2cef2b65425156eb4da7283f
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to