From ad0bf41cc2f2c92d410eabdc0976097e3698202b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 22 May 2000 18:58:16 +0000 Subject: Update WSoundPrefs to the new 1.1.1 version. This port switched to use the new sound server for Window Maker - wsoundserver, which will be committed shortly. Old audio/wmsound module is now scheduled for deletion, since it doesn't work with newest version of Window Maker and not maintained anymore. --- audio/wsoundprefs/files/patch-ab | 67 ++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 40 deletions(-) (limited to 'audio/wsoundprefs/files/patch-ab') diff --git a/audio/wsoundprefs/files/patch-ab b/audio/wsoundprefs/files/patch-ab index a468162535ea..ef4d81c316cf 100644 --- a/audio/wsoundprefs/files/patch-ab +++ b/audio/wsoundprefs/files/patch-ab @@ -1,40 +1,27 @@ -*** src/Imakefile.orig Tue Mar 2 07:06:36 1999 ---- src/Imakefile Sat Mar 27 22:51:32 1999 -*************** -*** 5,11 **** - - ICONS = WSoundPrefs.xpm WSoundPrefs.tiff - -! CC = gcc - - BINDIR = /GNUstep/Apps/WSoundPrefs.app - ---- 5,11 ---- - - ICONS = WSoundPrefs.xpm WSoundPrefs.tiff - -! XCOMM CC = gcc - - BINDIR = /GNUstep/Apps/WSoundPrefs.app - -*************** -*** 17,25 **** - WRASTERCFLAGS = `get-wraster-flags --cflags` - WRASTERLFLAGS = `get-wraster-flags --lflags` - WRASTERLIBS = `get-wraster-flags --libs` -! WINGSLIBS = -lWINGs -lPropList - -! STD_INCLUDES = $(WRASTERCFLAGS) - DEPLIBS = $(DEPXLIB) - - LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) ---- 17,25 ---- - WRASTERCFLAGS = `get-wraster-flags --cflags` - WRASTERLFLAGS = `get-wraster-flags --lflags` - WRASTERLIBS = `get-wraster-flags --libs` -! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList - -! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include - DEPLIBS = $(DEPXLIB) - - LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) +--- src/Imakefile.orig Mon Oct 18 11:35:58 1999 ++++ src/Imakefile Mon May 22 20:01:17 2000 +@@ -5,9 +5,9 @@ + + ICONS = WSoundPrefs.xpm WSoundPrefs.tiff + +-CC = gcc ++XCOMM CC = gcc + +-BINDIR = /Apps/WSoundPrefs.app ++BINDIR = /GNUstep/Apps/WSoundPrefs.app + + XCOMM EFENCELIB = -lefence + EFENCELIB = +@@ -18,9 +18,9 @@ + WRASTERCFLAGS = `get-wraster-flags --cflags` + WRASTERLFLAGS = `get-wraster-flags --lflags` + WRASTERLIBS = `get-wraster-flags --libs` +-WINGSLIBS = -lWINGs -lPropList +- +-STD_INCLUDES = $(WRASTERCFLAGS) $(WSOUNDCFLAGS) ++WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList ++ ++STD_INCLUDES = $(WRASTERCFLAGS) -I${LOCALBASE}/include -I${X11BASE}/include + DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) -- cgit v1.2.3