summaryrefslogtreecommitdiff
path: root/audio/xanalyser/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-04-23 03:33:26 +0000
committerschmonz <schmonz>2002-04-23 03:33:26 +0000
commitbc1f1293126ce6bb149e8c4f15cf9922b715a751 (patch)
tree316679bee52f6fe527724366098fe0e2828b78d6 /audio/xanalyser/Makefile
parente0b110bda903200aeb467ecbb326e7404ecbb1b3 (diff)
downloadpkgsrc-bc1f1293126ce6bb149e8c4f15cf9922b715a751.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/Makefile')
-rw-r--r--audio/xanalyser/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile
new file mode 100644
index 00000000000..40c37cb84c8
--- /dev/null
+++ b/audio/xanalyser/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 03:33:26 schmonz Exp $
+#
+
+DISTNAME= xanalyser-1.21
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.suse.com/pub/people/arvin/private/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= root@garbled.net
+HOMEPAGE= http://www.suse.de/~arvin/xanalyser/
+COMMENT= Frequency spectrum analyser for X
+
+USE_BUILDLINK_ONLY= # defined
+GNU_CONFIGURE= # defined
+
+.include "../../graphics/xpm/buildlink.mk"
+.include "../../mk/motif.buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"