summaryrefslogtreecommitdiff
path: root/audio/vsound
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 06:54:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-21 06:54:59 +0000
commit99676f798e74d5156c37641ff07be51e031df95d (patch)
treebd7a69ae3c31f5aff05364d5e5230a7272997efe /audio/vsound
parentUpdate to 2.09 (diff)
add vsound 0.5
Utility for capturing audio streams from programs with OSS output PR: 39228 Submitted by: Rahul Siddharthan <rsidd@online.fr>
Notes
Notes: svn path=/head/; revision=66994
Diffstat (limited to 'audio/vsound')
-rw-r--r--audio/vsound/Makefile25
-rw-r--r--audio/vsound/distinfo1
-rw-r--r--audio/vsound/pkg-comment1
-rw-r--r--audio/vsound/pkg-descr18
-rw-r--r--audio/vsound/pkg-plist5
5 files changed, 50 insertions, 0 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
new file mode 100644
index 000000000000..7fe80c92ad3d
--- /dev/null
+++ b/audio/vsound/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: linux-vsound
+# Date created: 13 June 2002
+# Whom: Rahul Siddharthan <rsidd@online.fr>
+#
+# $FreeBSD$
+#
+
+PORTNAME= vsound
+PORTVERSION= 0.5
+CATEGORIES= audio
+MASTER_SITES= http://www.zip.com.au/~erikd/vsound/
+
+MAINTAINER= rsidd@online.fr
+
+RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
+
+USE_LIBTOOL= yes
+
+.if !defined(NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/vsound/distinfo b/audio/vsound/distinfo
new file mode 100644
index 000000000000..bbb4de875fd8
--- /dev/null
+++ b/audio/vsound/distinfo
@@ -0,0 +1 @@
+MD5 (vsound-0.5.tar.gz) = 77016cfa2c3ba45d051881051a75ac06
diff --git a/audio/vsound/pkg-comment b/audio/vsound/pkg-comment
new file mode 100644
index 000000000000..0ca9c24f02ac
--- /dev/null
+++ b/audio/vsound/pkg-comment
@@ -0,0 +1 @@
+Utility for capturing audio streams from programs with OSS output
diff --git a/audio/vsound/pkg-descr b/audio/vsound/pkg-descr
new file mode 100644
index 000000000000..a896c73f69ff
--- /dev/null
+++ b/audio/vsound/pkg-descr
@@ -0,0 +1,18 @@
+This program allows you to record the output of any standard OSS
+program (one that uses /dev/dsp for sound) without having to modify or
+recompile the program. It uses the same idea as the esddsp wrapper
+from the Enlightened Sound Daemon (in fact, vsound is based on
+esddsp). That is, it preloads a library that intercepts calls to open
+/dev/dsp, and instead returns a handle to a normal file. It also
+intercepts ioctl's on that file handle and logs them, to help convert
+the audio data from its raw form. Vsound then uses sox to convert the
+raw data to the desired file format.
+
+The upshoot of this is that instead of playing sound to the sound card
+in your computer, the data is recorded to a file. This is similar to
+if you connected a loopback cable to the line in and line out jacks on
+your sound card, but no DA or AD conversions take place, so quality is
+not lost.
+
+Erik de Castro Lopo <erikd@zip.com.au>
+WWW: http://www.zip.com.au/~erikd/vsound/
diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist
new file mode 100644
index 000000000000..787e119c438a
--- /dev/null
+++ b/audio/vsound/pkg-plist
@@ -0,0 +1,5 @@
+bin/vsound
+lib/vsound/libvsound.so
+@dirrm lib/vsound
+%%PORTDOCS%%share/doc/vsound/README
+%%PORTDOCS%%@dirrm share/doc/vsound