Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660 - wavplay-1.4.ebuild (New Package)
Summary: wavplay-1.4.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Sascha Schwabbauer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-11 18:54 UTC by mikepolniak
Modified: 2003-04-02 10:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
wavplay-1.4.ebuild (New Package) (wavplay.tar.gz,1006 bytes, text/plain)
2002-02-11 18:56 UTC, mikepolniak
Details
some cosmetics and no suid root install (wavplay-1.4.ebuild,687 bytes, text/plain)
2003-03-11 06:03 UTC, Patrick Kursawe (RETIRED)
Details
addressed the errno problem for non-x parts (wavplay-1.4.patch,24.62 KB, patch)
2003-03-11 06:04 UTC, Patrick Kursawe (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mikepolniak 2002-02-11 18:54:42 UTC
A command line player and recorder of .wav files.
       wavplay  plays  a  WAV format file to the audio device (by
       default /dev/dsp ) reading WAV parameters from  the  input
       file  header.   (Command-line  options will override these
       defaults, if you know better or for special effects.)

       wavrec samples the audio device and  writes  a  WAV  file.
       Command-line  options  provide  complete  control over the
       resolution and duration of sampling.

       Both wavplay and wavrec  allow  the  audio  device  to  be
       locked for exclusive access.
Comment 1 mikepolniak 2002-02-11 18:56:28 UTC
Created attachment 164 [details]
wavplay-1.4.ebuild (New Package)
Comment 2 mikepolniak 2002-02-14 12:37:12 UTC
Please note the attxhment #164 is a tar.gz of the wavplay-1.4.ebuild
Comment 3 Sascha Schwabbauer (RETIRED) gentoo-dev 2003-02-04 12:54:07 UTC
hmm, i cant open the ebuild, please fix that.. and is this still the latest version of wavplay?
Comment 4 mikepolniak 2003-02-04 14:07:15 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: mike polniak <mikpolniak@adelphia.net>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp

S=${WORKDIR}/${P}
DESCRIPTION="A command line player/recorder for wav files"
SRC_URI="http://ibiblio.org/pub/linux/apps/sound/players/${P}.tar.gz"
HOMEPAGE="http://orphan//"
DEPEND="virtual/glibc"

src_compile() {
	make clean
	make no_x || die
}

src_install () {
	mkdir -p ${D}usr/bin
	make INSTDIR=${D}usr/bin install_no_x \
	setuid_root || die

	#If you compiled with the SCHED_PRIORITY macro
	#defined in the Makefile (default), then you'll
        #be asked to make the program setuid root. You
        #can ignore this (the program will emit a small
        #warning to stderr however).
	#This real time scheduling should improve your 
	#recordings.

	doman *.1
}

When i submitted this i just wanted the most simple sound player i could find. This was it,
although its source file is dated and its an orphan.
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-11 06:03:44 UTC
Created attachment 9249 [details]
some cosmetics and no suid root install
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-11 06:04:27 UTC
Created attachment 9250 [details, diff]
addressed the errno problem for non-x parts
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2003-04-02 10:35:38 UTC
finally put into cvs