Lines 1-11
Link Here
|
1 |
PORTNAME= cava |
1 |
PORTNAME= cava |
2 |
DISTVERSION= 0.10.1 |
2 |
DISTVERSION= 0.10.2 |
3 |
PORTREVISION= 2 |
|
|
4 |
CATEGORIES= audio |
3 |
CATEGORIES= audio |
5 |
|
4 |
|
6 |
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |
|
|
7 |
PATCHFILES= e23ebaf0a9d87cdfe0fe57c40722a66411a18a21.patch:-p1 # include stdlib.h in config.c; https://github.com/karlstav/cava/issues/560 |
8 |
|
9 |
MAINTAINER= vendion@gmail.com |
5 |
MAINTAINER= vendion@gmail.com |
10 |
COMMENT= Cross-platform Audio Visualizer |
6 |
COMMENT= Cross-platform Audio Visualizer |
11 |
WWW= https://github.com/karlstav/cava |
7 |
WWW= https://github.com/karlstav/cava |
Lines 39-45
OPTIONS_GROUP_OUTPUT= GLSL NCURSES SDL
Link Here
|
39 |
GLSL_DESC= Build with GLSL support (implies ${GLSL_IMPLIES}) |
35 |
GLSL_DESC= Build with GLSL support (implies ${GLSL_IMPLIES}) |
40 |
GLSL_BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_gl.m4:devel/autoconf-archive |
36 |
GLSL_BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_gl.m4:devel/autoconf-archive |
41 |
GLSL_USES= gl |
37 |
GLSL_USES= gl |
42 |
GLSL_USE= gl=egl |
38 |
GLSL_USE= GL=egl |
43 |
GLSL_CONFIGURE_ENABLE= output-sdl-glsl |
39 |
GLSL_CONFIGURE_ENABLE= output-sdl-glsl |
44 |
GLSL_IMPLIES= SDL |
40 |
GLSL_IMPLIES= SDL |
45 |
|
41 |
|
Lines 65-71
PULSEAUDIO_CONFIGURE_ENABLE= input-pulse
Link Here
|
65 |
|
61 |
|
66 |
SDL_DESC= Build with SDL support |
62 |
SDL_DESC= Build with SDL support |
67 |
SDL_USES= sdl |
63 |
SDL_USES= sdl |
68 |
SDL_USE= sdl=sdl2 |
64 |
SDL_USE= SDL=sdl2 |
69 |
SDL_CONFIGURE_ENABLE= output-sdl |
65 |
SDL_CONFIGURE_ENABLE= output-sdl |
70 |
|
66 |
|
71 |
SNDIO_DESC= Build with sndio support |
67 |
SNDIO_DESC= Build with sndio support |