View | Details | Raw Unified | Return to bug 279023
Collapse All | Expand All

(-)b/audio/cava/Makefile (-7 / +3 lines)
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
(-)b/audio/cava/distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1714587969
1
TIMESTAMP = 1715842976
2
SHA256 (karlstav-cava-0.10.1_GH0.tar.gz) = a3a60814326fa34b54e93ce0b1e66460d55f1007e576c5152fd47024d9ceaff9
2
SHA256 (karlstav-cava-0.10.2_GH0.tar.gz) = 853ee78729ed3501d0cdf9c1947967ad3bfe6526d66a029b4ddf9adaa6334d4f
3
SIZE (karlstav-cava-0.10.1_GH0.tar.gz) = 129520
3
SIZE (karlstav-cava-0.10.2_GH0.tar.gz) = 130036
4
SHA256 (e23ebaf0a9d87cdfe0fe57c40722a66411a18a21.patch) = a182ab9bcaacf4c917c81a3b13ce97933b0f96a159ed7e6e7353d76796b9b8a5
5
SIZE (e23ebaf0a9d87cdfe0fe57c40722a66411a18a21.patch) = 649

Return to bug 279023