Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
soundtouch


Commits:
6b57795f by Maxime Gauduin at 2026-05-30T00:32:40+02:00
upgpkg: 2.4.1-1: new upstream release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
 pkgbase = soundtouch
        pkgdesc = An audio processing library
-       pkgver = 2.4.0
+       pkgver = 2.4.1
        pkgrel = 1
        url = https://www.surina.net/soundtouch/
        arch = x86_64
-       license = LGPL2.1
+       license = LGPL-2.1-only
        makedepends = cmake
        makedepends = git
        makedepends = ninja
-       depends = gcc-libs
-       source = 
git+https://codeberg.org/soundtouch/soundtouch.git#tag=d994965fbbcf0f6ceeed0e72516968130c2912f0
+       depends = libgcc
+       depends = libstdc++
+       source = git+https://codeberg.org/soundtouch/soundtouch.git#tag=2.4.1
        source = soundtouch-cmake.patch
-       b2sums = 
704c87a48b939819b4f59455247ee6935345bc389d3404b36884346d7d6ea9d2f90e77b646530303400e4bc8c154bdb7748b26e95ade817f9dd26bad05046231
+       b2sums = 
920d1ae7b2d20c0a1dad81fd1118cbe7616beaf5233c02ce48bf24ff9ec4907bceb956ee5d2eaad108d79e049f18c3203003986184b23f7e23f83259ba409091
        b2sums = 
9eed09dc451c4e216a322211622e96757671613a4ba8231a699e32a50764eee4072837df697205dea87ef66a4d4d3105418451bec9cbe4f077ab55718ab374dd
 
 pkgname = soundtouch


=====================================
PKGBUILD
=====================================
@@ -2,24 +2,23 @@
 # Contributor: Eric BĂ©langer <[email protected]>
 
 pkgname=soundtouch
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=(x86_64)
 url=https://www.surina.net/soundtouch/
-license=(LGPL2.1)
-depends=(gcc-libs)
+license=(LGPL-2.1-only)
+depends=(libgcc libstdc++)
 makedepends=(
   cmake
   git
   ninja
 )
-_tag=d994965fbbcf0f6ceeed0e72516968130c2912f0
 source=(
-  git+https://codeberg.org/soundtouch/soundtouch.git#tag=${_tag}
+  git+https://codeberg.org/soundtouch/soundtouch.git#tag=${pkgver}
   soundtouch-cmake.patch
 )
-b2sums=('704c87a48b939819b4f59455247ee6935345bc389d3404b36884346d7d6ea9d2f90e77b646530303400e4bc8c154bdb7748b26e95ade817f9dd26bad05046231'
+b2sums=('920d1ae7b2d20c0a1dad81fd1118cbe7616beaf5233c02ce48bf24ff9ec4907bceb956ee5d2eaad108d79e049f18c3203003986184b23f7e23f83259ba409091'
         
'9eed09dc451c4e216a322211622e96757671613a4ba8231a699e32a50764eee4072837df697205dea87ef66a4d4d3105418451bec9cbe4f077ab55718ab374dd')
 
 prepare() {
@@ -31,11 +30,6 @@ prepare() {
   ./configure --prefix=/usr --enable-shared
 }
 
-pkgver() {
-  cd soundtouch
-  git describe --tags
-}
-
 build() {
   cmake -S soundtouch -B build -G Ninja \
     -DCMAKE_BUILD_TYPE='' \


=====================================
REUSE.toml
=====================================
@@ -17,13 +17,7 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    "*.patch",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
-
-[[annotations]]
-path = [
-    "soundtouch-cmake.patch",
-]
-SPDX-FileCopyrightText = "soundtouch contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundtouch/-/commit/6b57795ffe308a45d032edc7beae4144ce07f661

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soundtouch/-/commit/6b57795ffe308a45d032edc7beae4144ce07f661
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