-- GKrellMSS is a plugin for GKrellM that has a VU meter and a chart. The VU meter displays left and right channel audio levels. The sound scope chart draws combined left and right audio channels as an oscilloscope trace. The trace sweep speeds are adjustable from 100 usec/div to 50 msec/div, and there is a vertical sensitivity adjustment. And of course, since it's a scope, it's triggered. WWW: http://web.wt.net/~billw/gkrellmss/gkrellmss.html
36 lines
856 B
Makefile
36 lines
856 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/26 03:45:02 lebel Exp $
|
|
|
|
COMMENT= "GKrellM Sound Scope"
|
|
|
|
DISTNAME= gkrellmss-0.2
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.444
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://web.wt.net/~billw/gkrellmss/gkrellmss.html
|
|
MASTER_SITES= http://web.wt.net/~billw/gkrellmss/
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
USE_X11= Yes
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h::sysutils/gkrellm \
|
|
${LOCALBASE}/bin/esd-config::audio/esound
|
|
RUN_DEPENDS= gkrellm::sysutils/gkrellm \
|
|
esd::audio/esound
|
|
ALL_TARGET=
|
|
USE_GMAKE= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellmss.so \
|
|
${PREFIX}/lib/gkrellm/plugins
|
|
|
|
.include <bsd.port.mk>
|