2017-08-17 15:49:26 +02:00
|
|
|
# Template file for 'cava-gui'
|
|
|
|
pkgname=cava-gui
|
2018-01-27 00:18:56 +01:00
|
|
|
version=0.6.0.2
|
|
|
|
revision=1
|
2017-08-17 15:49:26 +02:00
|
|
|
wrksrc="cava-${version}"
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake libtool"
|
|
|
|
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel
|
|
|
|
iniparser-devel SDL2-devel libX11-devel glu-devel"
|
|
|
|
short_desc="Console-based Audio Visualizer for ALSA (GUI branch)"
|
|
|
|
maintainer="nik123 <pavlica.nikola@gmail.com>"
|
|
|
|
homepage="https://github.com/nikp123/cava"
|
|
|
|
license="MIT"
|
|
|
|
distfiles="https://github.com/nikp123/cava/archive/${version}.tar.gz"
|
2018-01-27 00:18:56 +01:00
|
|
|
checksum=18d49702bf63b73d933e9a069323d4f5b94f527fe47647361fd403e3c0907b9d
|
2017-08-17 15:49:26 +02:00
|
|
|
conflicts=cava
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|