summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-03-13 06:00:55 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-03-13 06:00:55 +0000
commitea7d2ea2d75ff5522aff1ae1b99d3f8c6b6bbdec (patch)
treed37271f1b49118cdf121aecb6aca8b2182ae2dc6 /media-sound/bplay
parentAdded USE dependent nls compilation (diff)
downloadgentoo-2-ea7d2ea2d75ff5522aff1ae1b99d3f8c6b6bbdec.tar.gz
gentoo-2-ea7d2ea2d75ff5522aff1ae1b99d3f8c6b6bbdec.tar.bz2
gentoo-2-ea7d2ea2d75ff5522aff1ae1b99d3f8c6b6bbdec.zip
Bplay package provides simple tools for buffered recording and
playback of wave files. I find brec very useful for scripting. This is the first version of this ebuild.
Diffstat (limited to 'media-sound/bplay')
-rw-r--r--media-sound/bplay/ChangeLog9
-rw-r--r--media-sound/bplay/bplay-0.991.ebuild24
-rw-r--r--media-sound/bplay/files/digest-bplay-0.9911
3 files changed, 34 insertions, 0 deletions
diff --git a/media-sound/bplay/ChangeLog b/media-sound/bplay/ChangeLog
new file mode 100644
index 000000000000..00a6f8d7d31b
--- /dev/null
+++ b/media-sound/bplay/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/bplay
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bplay/ChangeLog,v 1.1 2002/03/13 06:00:55 agenkin Exp $
+
+*bplay-0.991 (<Mar 13, 2002>)
+
+ 13 Mar 2002; Arcady Genkin <agenkin@thpoon.com> bplay-0.991.ebuild:
+
+ First version of this package. \ No newline at end of file
diff --git a/media-sound/bplay/bplay-0.991.ebuild b/media-sound/bplay/bplay-0.991.ebuild
new file mode 100644
index 000000000000..199f98e5f375
--- /dev/null
+++ b/media-sound/bplay/bplay-0.991.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# Maintainer: Arcady Genkin <agenkin@thpoon.com>
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bplay/bplay-0.991.ebuild,v 1.1 2002/03/13 06:00:55 agenkin Exp $
+
+DESCRIPTION="No-frills command-line buffered player and recorder."
+HOMEPAGE="http://www.amberdata.demon.co.uk/bplay/"
+
+SRC_URI="http://www.amberdata.demon.co.uk/bplay/${P}.tar.gz"
+S="${WORKDIR}/${P}"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -DUSEBUFFLOCK" bplay || die
+}
+
+src_install () {
+ exeinto /usr/bin
+ doexe bplay
+ dosym /usr/bin/bplay /usr/bin/brec
+ doman bplay.1 brec.1
+ dodoc COPYING README
+}
diff --git a/media-sound/bplay/files/digest-bplay-0.991 b/media-sound/bplay/files/digest-bplay-0.991
new file mode 100644
index 000000000000..3056d2c86002
--- /dev/null
+++ b/media-sound/bplay/files/digest-bplay-0.991
@@ -0,0 +1 @@
+MD5 7bb4c7bbd81b83f403b994f8faaad113 bplay-0.991.tar.gz 18920