mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
parent
f84651df71
commit
98d7700284
1 changed files with 10 additions and 9 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'Cava'
|
||||
# Template file for 'cava'
|
||||
pkgname=cava
|
||||
version=0.6.0
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="alsa pulseaudio"
|
||||
build_options_default="alsa pulseaudio"
|
||||
build_options="alsa pulseaudio sndio"
|
||||
build_options_default="alsa pulseaudio sndio"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="fftw-devel ncurses-devel iniparser-devel
|
||||
$(vopt_if alsa alsa-lib-devel) $(vopt_if pulseaudio pulseaudio-devel)"
|
||||
makedepends="fftw-devel iniparser-devel ncurses-devel
|
||||
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
|
||||
$(vopt_if sndio 'sndio-devel')"
|
||||
short_desc="Console-based Audio Visualizer for ALSA"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/karlstav/cava"
|
||||
license="MIT"
|
||||
homepage="https://github.com/karlstav/cava"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc
|
||||
checksum=98b880e7e704ed457863f379f31b488e06076bb34a5de02825096969b916a78d
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue