mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'cava'
|
||||||
pkgname=cava
|
pkgname=cava
|
||||||
version=0.6.1
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="alsa pulseaudio sndio"
|
|
||||||
build_options_default="alsa pulseaudio sndio"
|
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="fftw-devel iniparser-devel ncurses-devel
|
makedepends="fftw-devel iniparser-devel ncurses-devel
|
||||||
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
|
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if pulseaudio 'pulseaudio-devel')
|
||||||
|
@ -14,7 +12,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/karlstav/cava"
|
homepage="https://github.com/karlstav/cava"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=98b880e7e704ed457863f379f31b488e06076bb34a5de02825096969b916a78d
|
checksum=1ced5b131b86f2aa86259c58c2d2dfd46201ab908395229191b5a8dec894b84c
|
||||||
|
build_options="alsa pulseaudio sndio"
|
||||||
|
build_options_default="alsa pulseaudio sndio"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue