cava: dummy pkg for xava, cava-gui
unstage and provide better route for users of xava
This commit is contained in:
parent
744dabc733
commit
28a3af9e93
|
@ -0,0 +1 @@
|
|||
cava
|
|
@ -0,0 +1 @@
|
|||
xava.INSTALL.msg
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'cava'
|
||||
pkgname=cava
|
||||
version=0.10.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="autoconf-archive automake libtool pkg-config"
|
||||
makedepends="fftw-devel iniparser-devel ncurses-devel SDL2-devel
|
||||
$(vopt_if alsa 'alsa-lib-devel') $(vopt_if jack 'jack-devel') $(vopt_if pipewire 'pipewire-devel')
|
||||
$(vopt_if pulseaudio 'pulseaudio-devel') $(vopt_if sndio 'sndio-devel')"
|
||||
short_desc="Console-based Audio Visualizer for ALSA"
|
||||
short_desc="Audio Visualizer for ALSA"
|
||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/karlstav/cava"
|
||||
|
@ -25,3 +25,15 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
vsconf example_files/config
|
||||
}
|
||||
|
||||
xava_package() {
|
||||
build_style=meta
|
||||
short_desc+=" (transitional dummy package)"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
}
|
||||
|
||||
cava-gui_package() {
|
||||
build_style=meta
|
||||
short_desc+=" (transitional dummy package)"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
cava now supports GUI output and has replaced xava. See output.method
|
||||
in the configuration file for more information.
|
|
@ -59,7 +59,6 @@ replaces="
|
|||
captain-ballard<=1.0.0_2
|
||||
cargo-edit<=0.12.2_1
|
||||
cargo-outdated<=0.13.1_2
|
||||
cava-gui<=0.6.3.1_2
|
||||
cawbird<=1.3.2_3
|
||||
cegui07-data<=0.7.9_8
|
||||
cegui07-devel<=0.7.9_8
|
||||
|
@ -753,7 +752,6 @@ replaces="
|
|||
wlroots0.14-devel<=0.14.1_1
|
||||
wlroots0.14<=0.14.1_1
|
||||
wmii<=3.9.2_8
|
||||
xava<=0.6.3.1_2
|
||||
xcdroast<=1.19_1
|
||||
xdebug8.0<=3.2.1_1
|
||||
xlennart<=1.1.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
cava
|
Loading…
Reference in New Issue