Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
csound
Commits:
2f148e10 by Antonio Rojas at 2025-12-27T21:28:53+01:00
upgpkg: 6.18.1-7: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = csound
pkgdesc = Programming language for sound rendering and signal processing
pkgver = 6.18.1
- pkgrel = 6
+ pkgrel = 7
url = https://csound.com
arch = x86_64
license = LGPL-2.1-or-later
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgbase=csound
pkgname=(csound csound-doc)
pkgver=6.18.1
_manual_pkgver=6.17.0
-pkgrel=6
+pkgrel=7
pkgdesc="Programming language for sound rendering and signal processing"
arch=(x86_64)
url="https://csound.com"
@@ -82,6 +82,7 @@ build() {
-D JAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib"
-D LUA_LIBRARY=/usr/lib/liblua.so
-D BUILD_STATIC_LIBRARY=ON
+ -D CMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=template-body" # Fix build with
GCC 15
-S $pkgbase-$pkgver
-W no-dev
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/csound/-/commit/2f148e1011a671ce4ef394c4199fea98ad5c3e47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/csound/-/commit/2f148e1011a671ce4ef394c4199fea98ad5c3e47
You're receiving this email because of your account on gitlab.archlinux.org.