patchage: add x86_64-musl package, fix license
This commit is contained in:
parent
36f682f223
commit
72807ac75e
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'patchage'
|
# Template file for 'patchage'
|
||||||
pkgname=patchage
|
pkgname=patchage
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
|
makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
|
||||||
depends="jack hicolor-icon-theme"
|
depends="jack desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
|
short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-3"
|
||||||
homepage="http://drobilla.net/software/patchage/"
|
homepage="https://drobilla.net/software/patchage"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=6b21d74ef1b54fa62be8d6ba65ca8b61c7b6b5230cc85e093527081239bfeda9
|
checksum=6b21d74ef1b54fa62be8d6ba65ca8b61c7b6b5230cc85e093527081239bfeda9
|
||||||
|
|
Loading…
Reference in a new issue