summaryrefslogtreecommitdiff
path: root/audio/xanalyser/patches/patch-ad
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-04-23 03:33:26 +0000
committerschmonz <schmonz@pkgsrc.org>2002-04-23 03:33:26 +0000
commit883c1cbfb0b011be32bbdd992cb0d881c096bcd6 (patch)
tree316679bee52f6fe527724366098fe0e2828b78d6 /audio/xanalyser/patches/patch-ad
parent408c5305410c46a741ae66a409b9cb3ef08e0316 (diff)
downloadpkgsrc-883c1cbfb0b011be32bbdd992cb0d881c096bcd6.tar.gz
Import xanalyser-1.21. Patches and approval by garbled.
The frequency analyser showes the frequency spectrum of the source, either separately for both channels or together. Roughly speaking the XY scope draws a plots where the left channel is used for the x axis and the right channel for the y axis. Thus a audio signal only present on the left channel produces a horizontal line, whereas a audio signal only present on the right channel produces a vertical line. Can be used as a PC-Based RTA.
Diffstat (limited to 'audio/xanalyser/patches/patch-ad')
-rw-r--r--audio/xanalyser/patches/patch-ad24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/xanalyser/patches/patch-ad b/audio/xanalyser/patches/patch-ad
new file mode 100644
index 00000000000..dd9895b094a
--- /dev/null
+++ b/audio/xanalyser/patches/patch-ad
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/04/23 03:33:27 schmonz Exp $
+
+--- src/Makefile.in.orig Wed Jan 23 14:49:25 2002
++++ src/Makefile.in
+@@ -73,7 +73,7 @@
+ xanalyser_SOURCES = Analyser.cc Analyser.h DSP.cc DSP.h Sample.cc Sample.h Scope.cc Scope.h XAnalyser.ad.h control.cc control.h fft.cc fft.h help.cc help.h help.txt.h main.cc main.h utils.cc utils.h Trans.h
+
+
+-xanalyser_LDADD = -lXext -lXm -lXt -lSM -lICE -lXmu -lXpm -lX11 # -ldfftw -ldrfftw
++xanalyser_LDADD = -lXext -lXm -lXt -lSM -lICE -lXmu -lXpm -lX11 -lossaudio# -ldfftw -ldrfftw
+
+ EXTRA_DIST = XAnalyser.ad help.txt *.xpm
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -302,8 +302,8 @@
+
+ main.cc: XAnalyser.ad.h
+
+-XAnalyser.ad.h: XAnalyser.ad
+- ad2c XAnalyser.ad > XAnalyser.ad.h
++#XAnalyser.ad.h: XAnalyser.ad
++# ad2c XAnalyser.ad > XAnalyser.ad.h
+
+ help.cc: help.txt.h
+