Path to this page:
./
audio/esound,
The Enlightened sound daemon
Branch: CURRENT,
Version: 0.2.41,
Package name: esound-0.2.41,
Maintainer: pkgsrc-usersEsounD, the Enlightened Sound Daemon, is a server process that mixes
several audio streams for playback by a single audio device. For
example, if you're listening to music on a CD and you receive a
sound-related event from ICQ, the two applications won't have to
jockey for the use of your sound card.
MESSAGE.Interix [+/-]===========================================================================
$NetBSD: MESSAGE.Interix,v 1.1 2004/10/11 22:18:45 tv Exp $
On Interix, this package does not provide physical audio output support,
nor is "autospawn" supported. For the server side of esound, you will
need to install the emulators/cygwin_esound package, and start the
cygwin_esd server using its included rc.d script. Once cygwin_esd is
started, esound-enabled applications will use it automatically.
===========================================================================
Required to run:[
audio/libaudiofile]
Required to build:[
devel/libtool-base] [
devel/pkg-config]
Package options: inet6
Master sites: (Expand)
SHA1: 6c343483b3789f439277935eaad7e478bee685ea
RMD160: 72597ea46e507008e3a43efaaf5b4b9ef62b896f
Filesize: 387.182 KB
Version history: (Expand)
- (2008-11-20) Updated to version: esound-0.2.41
- (2008-09-06) Updated to version: esound-0.2.40
- (2008-07-31) Updated to version: esound-0.2.39nb1
- (2008-07-30) Updated to version: esound-0.2.39
- (2007-06-06) Updated to version: esound-0.2.38
- (2007-05-06) Updated to version: esound-0.2.38
CVS history: (Expand)
| 2009-09-21 19:27:40 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Forgot to re-run 'make makepatchsum' after adding $NetBSD$
|
| 2009-09-21 19:26:46 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Adding patch from FreeBSD ports to let esound build on FreeBSD, too.
The rest of the patch from FreeBSD ports should be reviewed by the
maintainer, I'm not sure how far this is reasonable ...
|
| 2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-11-20 18:42:27 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
Update to 0.2.41:
===============
Version 0.2.41
===============
* Fix 32k samples turning into static when 8k samples played in
the middle. Debian #79145. (Matthew Ashton)
* Fix filter buffer handling so filters work. Debian #202027.
(Ryan Murray)
* Reconnect the ALSA driver and reload the config file after
receiving a SIGUSR1. (Martin Pitt)
* Fixed esd_audio_write() to use select() if the driver supports
it (otherwise usleep) and write data in a configurable block size.
(Ryan Murray)
* Fixed esound.pc audifile linking. (Josselin Mouette)
* Fixed esdcat.1. (Josselin Mouette)
* Protect dsp_init() with a mutex lock. (Josselin Mouette)
* Fixed to allow multiple esd instances (one per user). (Martin Pitt)
* Fixes to startup time by not trying to exec a binary if it doesn't
exist. (Martin Pitt)
* Prettier debugging output. (Ryan Murray)
* Fixed signedness compiler warnings. (Josselin Mouette)
* Remove libesddsp from LD_PRELOAD when autospawning esd. (Ryan Murray)
* Fixes for GStreamer using ESPEAKER. (Jeff Waugh)
* Fixes for mmap64 (Josselin Mouette)
* Close the spawnfd when the startup is successful. (Josselin Mouette)
* Save a call to esd_audio_pause when run with -nobeeps. (Josselin Mouette)
* Improved error checking for the -spawnfd switch. (Josselin Mouette)
* Fixed buffer overflow possibilities. (Ryan Murray)
* Call snd_pcm_hw_free() before calling snd_pcm_close() to avoid a
memory leak. (Martin Pitt)
* Add informative output for -double switch. (Josselin Mouette)
* Use smaller sleep timeouts. (Josselin Mouette)
* Updated to handle more file formats supported by audiofile 0.2.3.
(Josselin Mouette)
|
2008-09-06 16:42:53 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
Update to 0.2.40:
===============
Version 0.2.40
===============
* Fixed poll() logic issues for *BSD (Jeffrey Stedfast)
* Fixed bug #543239 by including errno.h (Jeffrey Stedfast)
|
2008-07-31 16:03:16 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
In the new nonblocking write code, abort on write errors, especially
on EPIPE. This fixes Gnome session hangs if sounds are switched off.
See Gnome bugzilla #542391 for details. Bump PKGREVISION.
|
| 2008-07-30 12:24:40 by Matthias Drochner | Files touched by this commit (1) |
Log message:
make "configure" ignore "jade", otherwise it might pick it \
up and fail
|