mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
cava: add alsa
and pulseaudio
build options
This commit is contained in:
parent
02d6836907
commit
c372c0a15f
1 changed files with 6 additions and 2 deletions
|
@ -3,18 +3,22 @@ pkgname=cava
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_options="alsa pulseaudio"
|
||||||
|
build_options_default="alsa pulseaudio"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="alsa-lib-devel pulseaudio-devel fftw-devel ncurses-devel iniparser-devel"
|
makedepends="fftw-devel ncurses-devel iniparser-devel
|
||||||
|
$(vopt_if alsa alsa-lib-devel) $(vopt_if pulseaudio pulseaudio-devel)"
|
||||||
short_desc="Console-based Audio Visualizer for ALSA"
|
short_desc="Console-based Audio Visualizer for ALSA"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/karlstav/cava"
|
homepage="https://github.com/karlstav/cava"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://github.com/karlstav/${pkgname}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc
|
checksum=42d51c6c283cd2b0f5125954ea8c61a12385703d1953ef9c40103402c7a744dc
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue