From ea7d2ea2d75ff5522aff1ae1b99d3f8c6b6bbdec Mon Sep 17 00:00:00 2001 From: Arcady Genkin Date: Wed, 13 Mar 2002 06:00:55 +0000 Subject: 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. --- media-sound/bplay/ChangeLog | 9 +++++++++ media-sound/bplay/bplay-0.991.ebuild | 24 ++++++++++++++++++++++++ media-sound/bplay/files/digest-bplay-0.991 | 1 + 3 files changed, 34 insertions(+) create mode 100644 media-sound/bplay/ChangeLog create mode 100644 media-sound/bplay/bplay-0.991.ebuild create mode 100644 media-sound/bplay/files/digest-bplay-0.991 (limited to 'media-sound/bplay') 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 () + + 13 Mar 2002; Arcady Genkin 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 +# $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 -- cgit v1.2.3-65-gdbad