David Runge pushed to branch main at Arch Linux / Packaging / Packages / muse
Commits: e8239d77 by David Runge at 2026-06-06T21:31:52+02:00 Remove unused direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - 2aede3e3 by David Runge at 2026-06-06T21:35:19+02:00 Depend on libgcc and libstdc++ instead of gcc-libs Signed-off-by: David Runge <[email protected]> - - - - - f0fc0cda by David Runge at 2026-06-06T21:38:49+02:00 upgpkg: 4.2.1-7 Rebuild to consolidate direct dependencies - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = muse pkgdesc = A digital audio workstation with support for both Audio and MIDI pkgver = 4.2.1 - pkgrel = 6 + pkgrel = 7 url = https://github.com/muse-sequencer/muse arch = x86_64 groups = pro-audio @@ -24,9 +24,10 @@ pkgbase = muse makedepends = rtaudio makedepends = rubberband makedepends = serd - depends = gcc-libs depends = glibc depends = hicolor-icon-theme + depends = libgcc + depends = libstdc++ depends = python depends = python-pyqt5 depends = python-pyro @@ -44,9 +45,10 @@ pkgbase = muse b2sums = d0b951dc0628e491e419929d536a13992be861df2a81aec143ad21ecd7a217b710eae0f6708483a687166d36aba5561a2626d2312fcd6408edf68fc8a68214c5 pkgname = muse - depends = gcc-libs depends = glibc depends = hicolor-icon-theme + depends = libgcc + depends = libstdc++ depends = python depends = python-pyqt5 depends = python-pyro @@ -56,13 +58,8 @@ pkgname = muse depends = libasound.so depends = fluidsynth depends = libfluidsynth.so - depends = glib2 - depends = libglib-2.0.so - depends = libgobject-2.0.so depends = jack depends = libjack.so - depends = libinstpatch - depends = libinstpatch-1.0.so depends = liblo depends = liblo.so depends = liblrdf ===================================== PKGBUILD ===================================== @@ -2,16 +2,17 @@ pkgname=muse pkgver=4.2.1 -pkgrel=6 +pkgrel=7 pkgdesc="A digital audio workstation with support for both Audio and MIDI" arch=(x86_64) url="https://github.com/muse-sequencer/muse" license=(GPL-2.0-or-later) groups=(pro-audio) depends=( - gcc-libs glibc hicolor-icon-theme + libgcc + libstdc++ python python-pyqt5 python-pyro @@ -85,9 +86,7 @@ package() { depends+=( alsa-lib libasound.so fluidsynth libfluidsynth.so - glib2 libglib-2.0.so libgobject-2.0.so jack libjack.so - libinstpatch libinstpatch-1.0.so liblo liblo.so liblrdf liblrdf.so libsamplerate libsamplerate.so View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/muse/-/compare/f87a4b1bb468713dec23a19ee878bba108d111bb...f0fc0cdaaa6633d95751237c4f7f9177a90eeee7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/muse/-/compare/f87a4b1bb468713dec23a19ee878bba108d111bb...f0fc0cdaaa6633d95751237c4f7f9177a90eeee7 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
