cava: update to 0.7.0.
This commit is contained in:
parent
473e0659c5
commit
16c2a329a8
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'cava'
|
||||
pkgname=cava
|
||||
version=0.6.1
|
||||
revision=2
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="alsa pulseaudio sndio"
|
||||
build_options_default="alsa pulseaudio sndio"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="fftw-devel iniparser-devel ncurses-devel
|
||||
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
|
||||
|
@ -14,7 +12,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/karlstav/cava"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=98b880e7e704ed457863f379f31b488e06076bb34a5de02825096969b916a78d
|
||||
checksum=1ced5b131b86f2aa86259c58c2d2dfd46201ab908395229191b5a8dec894b84c
|
||||
build_options="alsa pulseaudio sndio"
|
||||
build_options_default="alsa pulseaudio sndio"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue