initial import of gkrellmss 0.2:
-- 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
This commit is contained in:
parent
1700c504fd
commit
064fd0529f
35
audio/gkrellmss/Makefile
Normal file
35
audio/gkrellmss/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $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>
|
3
audio/gkrellmss/files/md5
Normal file
3
audio/gkrellmss/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gkrellmss-0.2.tar.gz) = 781b20ab1ab89cff39b71ea86f02e1f1
|
||||
RMD160 (gkrellmss-0.2.tar.gz) = dbd2c681fa38bb9bb948e4df57b5d7ae6bbcae52
|
||||
SHA1 (gkrellmss-0.2.tar.gz) = b443f7c7f24015f8da7d154d53c7a9c681327038
|
22
audio/gkrellmss/patches/patch-src_Makefile
Normal file
22
audio/gkrellmss/patches/patch-src_Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-src_Makefile,v 1.1.1.1 2001/08/26 03:45:02 lebel Exp $
|
||||
--- src/Makefile.orig Sat Aug 25 13:33:25 2001
|
||||
+++ src/Makefile Sat Aug 25 23:38:50 2001
|
||||
@@ -7,7 +7,7 @@ GTK_LIB = `gtk-config --libs`
|
||||
ESD_INCLUDE = `esd-config --cflags`
|
||||
ESD_LIB = `esd-config --libs`
|
||||
|
||||
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(ESD_INCLUDE)
|
||||
+CFLAGS+= -fPIC $(GTK_INCLUDE) $(ESD_INCLUDE)
|
||||
LIBS = $(GTK_LIB) $(ESD_LIB)
|
||||
LFLAGS = -shared
|
||||
|
||||
@@ -18,9 +18,6 @@ endif
|
||||
ifeq ($(enable_nls),1)
|
||||
FLAGS += -DENABLE_NLS -DLOCALEDIR=\"$(LOCALEDIR)\"
|
||||
endif
|
||||
-
|
||||
-
|
||||
-CC = gcc $(FLAGS) $(CFLAGS)
|
||||
|
||||
OBJS = gkrellmss.o sdlib.o
|
||||
|
8
audio/gkrellmss/pkg/DESCR
Normal file
8
audio/gkrellmss/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
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: ${HOMEPAGE}
|
2
audio/gkrellmss/pkg/PLIST
Normal file
2
audio/gkrellmss/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/26 03:45:02 lebel Exp $
|
||||
lib/gkrellm/plugins/gkrellmss.so
|
Loading…
Reference in New Issue
Block a user