21 lines
673 B
Bash
21 lines
673 B
Bash
# Template file for 'giada'
|
|
pkgname=giada
|
|
version=0.14.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--target=linux"
|
|
hostmakedepends="automake"
|
|
makedepends="fltk-devel jack-devel jansson-devel libsamplerate-devel
|
|
libsndfile-devel libXpm-devel pulseaudio-devel rtmidi-devel"
|
|
short_desc="Loop machine, audio tool for DJs, live performers and musicians"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://www.giadamusic.com/"
|
|
distfiles="https://github.com/monocasual/giada/archive/v${version}.tar.gz"
|
|
checksum=efb914dd403aca707dc01b5c78be71c00cc654447e448c8b7e8b5c9387cde18b
|
|
|
|
CPPFLAGS="-Wno-error=cpp"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|