David Runge pushed to branch main at Arch Linux / Packaging / Packages / polyphone
Commits: b4814d92 by David Runge at 2023-12-22T13:13:29+01:00 Switch to correct SPDX license identifier for upstream project Signed-off-by: David Runge <[email protected]> - - - - - ae1c3cd7 by David Runge at 2023-12-22T13:15:32+01:00 Use bash arrays with one entry per line for easier handling Signed-off-by: David Runge <[email protected]> - - - - - 42f60d7f by David Runge at 2023-12-22T13:38:37+01:00 upgpkg: 2.3.0-5 Rebuild against stk 5.0.1 which provides libstk-5.0.0.so - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,11 @@ pkgbase = polyphone pkgdesc = A soundfont editor for quickly designing musical instruments pkgver = 2.3.0 - pkgrel = 4 + pkgrel = 5 url = https://polyphone-soundfonts.com/en/ arch = x86_64 groups = pro-audio - license = GPL3 + license = GPL-3.0-or-later makedepends = flac makedepends = jack makedepends = libogg @@ -34,12 +34,19 @@ pkgname = polyphone depends = qt5-base depends = qt5-svg depends = zlib + depends = flac depends = libFLAC.so + depends = jack depends = libjack.so + depends = libogg depends = libogg.so - depends = libportaudio.so - depends = libqcustomplot.so - depends = libstk-4.6.2.so + depends = libvorbis depends = libvorbis.so depends = libvorbisenc.so depends = libvorbisfile.so + depends = portaudio + depends = libportaudio.so + depends = qcustomplot + depends = libqcustomplot.so + depends = stk + depends = libstk-5.0.0.so ===================================== PKGBUILD ===================================== @@ -2,14 +2,32 @@ pkgname=polyphone pkgver=2.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="A soundfont editor for quickly designing musical instruments" arch=(x86_64) url="https://polyphone-soundfonts.com/en/" -license=(GPL3) +license=(GPL-3.0-or-later) groups=(pro-audio) -depends=(gcc-libs glibc hicolor-icon-theme openssl qt5-base qt5-svg zlib) -makedepends=(flac jack libogg libvorbis portaudio rtmidi qcustomplot qt5-tools stk) +depends=( + gcc-libs + glibc + hicolor-icon-theme + openssl + qt5-base + qt5-svg + zlib +) +makedepends=( + flac + jack + libogg + libvorbis + portaudio + rtmidi + qcustomplot + qt5-tools + stk +) source=($pkgname-$pkgver.tar.gz::https://github.com/davy7125/$pkgname/archive/$pkgver.tar.gz) sha512sums=('4179201716f08e1815863b4a5c2950f53faebd82eaf8d92f8e8d4b991caac1733a52e19abcfd278c3466ecb5eea35acfd8f2fe8d7bb27981992bb5593df9469e') b2sums=('92eee8583a3ac97b7c4ae39777a3ecf5c01c2c44ea34d653fe3f6b9b65f92c805712b56566822c473415cbd641b21d4689e780efeaf232ce3de18695d88d92d7') @@ -21,9 +39,15 @@ build() { } package() { - depends+=(libFLAC.so libjack.so libogg.so libportaudio.so - libqcustomplot.so libstk-4.6.2.so libvorbis.so libvorbisenc.so - libvorbisfile.so) + depends+=( + flac libFLAC.so + jack libjack.so + libogg libogg.so + libvorbis libvorbis.so libvorbisenc.so libvorbisfile.so + portaudio libportaudio.so + qcustomplot libqcustomplot.so + stk libstk-5.0.0.so + ) cd $pkgname-$pkgver/sources # doesn't have an install target: https://github.com/davy7125/polyphone/issues/62 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/polyphone/-/compare/dfc10b9189758d0c1814702dcea911f82693c235...42f60d7ff39e535659a0139f532f95167795baf8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/polyphone/-/compare/dfc10b9189758d0c1814702dcea911f82693c235...42f60d7ff39e535659a0139f532f95167795baf8 You're receiving this email because of your account on gitlab.archlinux.org.
