David Runge pushed to branch main at Arch Linux / Packaging / Packages / drumstick
Commits: 249b6d63 by David Runge at 2024-08-30T18:36:41+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - fcf0a4c7 by David Runge at 2024-08-30T18:42:03+02:00 upgpkg: 2.9.1-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = drumstick pkgdesc = MIDI libraries for Qt5/C++ - pkgver = 2.9.0 + pkgver = 2.9.1 pkgrel = 1 url = https://drumstick.sourceforge.io/ arch = x86_64 @@ -12,6 +12,7 @@ pkgbase = drumstick makedepends = fluidsynth makedepends = graphviz makedepends = libpulse + makedepends = libpipewire makedepends = qt6-tools makedepends = sonivox depends = gcc-libs @@ -23,9 +24,9 @@ pkgbase = drumstick provides = libdrumstick-file.so provides = libdrumstick-rt.so provides = libdrumstick-widgets.so - source = https://downloads.sourceforge.net/drumstick/2.9.0/drumstick-2.9.0.tar.bz2 - sha512sums = 6bfd30574148eb7c509c08127787c14870a27d427d2715f9df1765eded905023fdc8b4e3bdcd40240567dcc99598b5a8b88aa3a3a254defe5539d82b660bcfe9 - b2sums = c5b252242ac608b6e80f75dacf91497bd06f7a16cb915c740100deb018e4a0f59bdf1b652dc1d8c5e20ce37f9a8f41859fbf61a658866d5009b3cf5c993e6fe9 + source = https://downloads.sourceforge.net/drumstick/2.9.1/drumstick-2.9.1.tar.bz2 + sha512sums = 7feed69b19aa46adba012ed9b67cdf90e39fcda45ee1b5c2be799656ec597c315cbee1fe560f319cdb1aa181ffb8e0b1a29ac597ef921ee2fce8b878056b30bf + b2sums = ca67449a645a5d04cde81ff6e26717fe216f73a8ccc87640af6a54bb062e631e6ac0aabb3b631824f037a0b369648fb9c5c7ff660dc9ede895ada87153cac613 pkgname = drumstick depends = gcc-libs @@ -40,5 +41,7 @@ pkgname = drumstick depends = libpulse depends = libpulse.so depends = libpulse-simple.so + depends = libpipewire + depends = libpipewire-0.3.so depends = sonivox depends = libsonivox.so ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,5 @@ +[drumstick] +source = "git" +git = "https://git.code.sf.net/p/drumstick/git" +from_pattern = '^RELEASE_([\d]+)_([\d]+)_([\d]+)$' +to_pattern = '\1.\2.\3' ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Dany Martineau <[email protected]> pkgname=drumstick -pkgver=2.9.0 +pkgver=2.9.1 pkgrel=1 pkgdesc="MIDI libraries for Qt5/C++" arch=(x86_64) @@ -24,6 +24,7 @@ makedepends=( fluidsynth graphviz libpulse + libpipewire qt6-tools sonivox ) @@ -34,8 +35,8 @@ provides=( libdrumstick-widgets.so ) source=(https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('6bfd30574148eb7c509c08127787c14870a27d427d2715f9df1765eded905023fdc8b4e3bdcd40240567dcc99598b5a8b88aa3a3a254defe5539d82b660bcfe9') -b2sums=('c5b252242ac608b6e80f75dacf91497bd06f7a16cb915c740100deb018e4a0f59bdf1b652dc1d8c5e20ce37f9a8f41859fbf61a658866d5009b3cf5c993e6fe9') +sha512sums=('7feed69b19aa46adba012ed9b67cdf90e39fcda45ee1b5c2be799656ec597c315cbee1fe560f319cdb1aa181ffb8e0b1a29ac597ef921ee2fce8b878056b30bf') +b2sums=('ca67449a645a5d04cde81ff6e26717fe216f73a8ccc87640af6a54bb062e631e6ac0aabb3b631824f037a0b369648fb9c5c7ff660dc9ede895ada87153cac613') build() { local cmake_options=( @@ -63,6 +64,7 @@ package() { alsa-lib libasound.so fluidsynth libfluidsynth.so libpulse libpulse.so libpulse-simple.so + libpipewire libpipewire-0.3.so sonivox libsonivox.so ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/drumstick/-/compare/235e0538b00551284fdd8f0f37c6d85b2b682c34...fcf0a4c763167e5c4980a856cefaa523fc0ffaf5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/drumstick/-/compare/235e0538b00551284fdd8f0f37c6d85b2b682c34...fcf0a4c763167e5c4980a856cefaa523fc0ffaf5 You're receiving this email because of your account on gitlab.archlinux.org.
