PR: ports/9049

Submitted by:	gljohns@bellsouth.net
sound server for Window Maker.
This commit is contained in:
Seiichirou Hiraoka 1998-12-23 02:53:35 +00:00
parent 761d77b1a3
commit 06e06ff4f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15517
6 changed files with 83 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: wmsound
# Version required: 0.9.0
# Date created: 9 December 1998
# Whom: gljohns@bellsouth.net
#
# $Id$
#
DISTNAME= wmsound-0.9.0
CATEGORIES= audio
MASTER_SITES= http://www.frontiernet.net/~southgat/wmsound/download/
MAINTAINER= gljohns@bellsouth.net
BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
FETCH_BEFORE_ARGS= -b
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
${SH} ${FILESDIR}/configure > ${WRKDIR}/WMSound
${INSTALL_DATA} ${WRKDIR}/WMSound \
${PREFIX}/share/WindowMaker/Defaults/WMSound
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (wmsound-0.9.0.tar.gz) = ab81b329a1e627bcd2f79e68156642f2

29
audio/wsoundserver/files/configure vendored Normal file
View file

@ -0,0 +1,29 @@
#!/bin/sh
# WMSound configuration and compilation script
# (C) Copyright 1998, Anthony Quinn & Pascal Hofstee
# Modified for FreeBSD port installation by Glenn Johnson
VERSION="0.9.0"
DEVICE="/dev/dsp"
(echo "{";\
echo " SoundPath = (\"~/GNUstep/Library/WindowMaker/Sounds\",";\
echo " \"/usr/X11R6/share/WindowMaker/Sounds\");";\
echo " SoundSetsPath = (\"~/GNUstep/Library/WindowMaker/SoundSets\",";\
echo " \"/usr/X11R6/share/WindowMaker/SoundSets\");";\
echo " Device = $DEVICE;";\
echo " AppExit = appexit.wav;";\
echo " AppStart = appstart.wav;";\
echo " Hide = hide.wav;";\
echo " Iconify = iconify.wav;";\
echo " Maximize = maximize.wav;";\
echo " UnMaximize = unmaximize.wav;";\
echo " Shade = shade.wav;";\
echo " Startup = startup.wav;";\
echo " UnHide = unhide.wav;";\
echo " DeIconify = uniconify.wav;";\
echo " UnShade = unshade.wav;";\
echo " UserDefined = replaceme.wav;";\
echo "}";)

View file

@ -0,0 +1 @@
The sound server for Window Maker.

View file

@ -0,0 +1,15 @@
This is the sound server for Window Maker. To use it, execute "wmsound &" from
an xterm, then dock the application icon. This package comes with a utility
called nmaker that can be used to play .wav files. You can set nmaker to be
the application to play .au and .wav files that you drop onto the docked
wmsound icon.
Recent versions of Window Maker are built with sound enabled by default. If
you are using an older version of Window Maker, you will have to add the
following argument to configure: "--enable-sound" and rebuild and reinstall
Window Maker, or upgrade to a newer version.
You must set up your sounds to use for various events, ie., iconification. You
can get preset Sounsets from:
http://www.frontiernet.net/~southgat/wmsound/sounds/index.shtml

View file

@ -0,0 +1,9 @@
bin/wmsound
bin/nmaker
bin/getsounds
bin/setsounds
include/wmsnd.h
share/WindowMaker/Defaults/WMSound
lib/libwmsnd.a
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R