David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
linuxsampler


Commits:
16f78d2e by David Runge at 2026-01-16T19:45:54+01:00
upgpkg: 2.4.2-2

Rebuild to limit the `make` jobs to one.
The generation of some C++ files is not stable with multiple jobs and 
introduces invariants that lead to an unreproducible package.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = linuxsampler
        pkgdesc = Professional-grade audio sampler alternative to Gigasampler
        pkgver = 2.4.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.linuxsampler.org/
        arch = x86_64
        groups = pro-audio


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=linuxsampler
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
 arch=(x86_64)
 url="https://www.linuxsampler.org/";
@@ -50,7 +50,8 @@ build() {
   ./configure --prefix=/usr
   # prevent excessive overlinking due to libtool
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  # Prevent code generation from creating unreproducible results.
+  make -j1
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linuxsampler/-/commit/16f78d2ec1aaae360c94fe2e39bf0184ad014e4f

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


Reply via email to