The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD audio : esound

A sound library for enlightenment package

 [From the EsounD website:]

[W]hen two or more applications want to play sounds at the same time,
it's on a first-come, first-served basis. Whoever gets to the audio
device first wins. EsounD changes all of that...

The Enlightened Sound Daemon mixes several audio streams for playback by
a single audio device. You can also pre-load samples, and play them back
without having to send all the data for the sound. Network transparency
is also built in, so you can play sounds on one machine, and listen to
them on another. 

http://www.tux.org/~ricdude/EsounD.html



esound history


v. 1.68
date: 2007/09/16 17:43:17;  author: marcus;  state: Exp;  lines: +1 -0
Add a pkg-message talking about the correct way to start esd.

PR:		114168

v. 1.67 date: 2007/07/23 09:35:30; author: rafan; state: Exp; lines: +0 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.66 date: 2007/05/28 19:28:52; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.38.
v. 1.65 date: 2007/03/22 23:51:46; author: marcus; state: Exp; lines: +1 -1 Protect the check for the mode argument to open with a test to make sure flags contains O_CREAT. This fixes a potential bus error. PR: 110673
v. 1.64 date: 2007/02/27 07:17:52; author: marcus; state: Exp; lines: +1 -0 Fix a bug where esd could take 100% of the CPU when a client disconnected.
v. 1.63 date: 2007/02/27 06:28:10; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.37.
v. 1.62 date: 2007/02/01 02:41:17; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.61 date: 2006/11/05 02:35:58; author: mezz; state: Exp; lines: +1 -1 INSTALLS_SHLIB -> USE_LDCONFIG. Found by: portlint (cports.sh)
v. 1.60 date: 2006/05/03 05:14:15; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports in categories starting with A.
v. 1.59 date: 2006/03/26 23:34:28; author: marcus; state: Exp; lines: +1 -0 Fix the build when docbook-utils is installed. Submitted by: Andreas Kohn
v. 1.58 date: 2006/02/23 10:34:25; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.57 date: 2005/11/15 06:47:51; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.56 date: 2005/09/14 02:44:35; author: marcus; state: Exp; lines: +1 -27 Remove arts support as this causes a circular dependency when arts is built with esound support. Reported by: mi
v. 1.55 date: 2005/06/07 17:16:43; author: ahze; state: Exp; lines: +28 -3 - Update to 0.2.36 - Add new knob, WITH_ARTS, this enables arts backend (weird...)
v. 1.54 date: 2005/04/27 03:38:33; author: marcus; state: Exp; lines: +1 -1 Only process the var_args argument to open() if flags contain O_CREAT. This avoids a bus error crash when using esddsp. PR: 80382
v. 1.53 date: 2004/08/17 05:23:07; author: mezz; state: Exp; lines: +17 -3 - Respect the esd.conf and add est.conf.default. [1] - Remove the patch-configure; it's no longer need. - Make the portlint a happy man. PR: ports/69175 [1] Reported by: Torfinn Ingolfsen [1]
v. 1.52 date: 2004/08/12 17:31:26; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.35.
v. 1.51 date: 2004/07/09 17:41:51; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.50 date: 2004/03/16 18:49:43; author: marcus; state: Exp; lines: +1 -1 Update to 0.2.34.
v. 1.49 date: 2004/03/14 06:15:56; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.48 date: 2004/03/01 21:41:46; author: marcus; state: Exp; lines: +1 -2 Update to 0.2.33.
v. 1.47 date: 2003/10/10 02:37:20; author: marcus; state: Exp; lines: +2 -0 Add CONFLICTS to these ports as they install conflicting plist items. Submitted by: Oliver Eikemeier
v. 1.46 date: 2003/10/05 19:38:38; author: marcus; state: Exp; lines: +1 -0 Fix an LD_PRELOAD in esddsp. PR: 57610 Submitted by: James McNaughton
v. 1.45 date: 2003/09/03 18:25:22; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.32.
v. 1.44 date: 2003/08/11 15:49:45; author: marcus; state: Exp; lines: +1 -1 Update to 0.2.31.
v. 1.43 date: 2003/08/01 16:42:25; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.30.
v. 1.42 date: 2003/06/30 18:36:37; author: osa; state: Exp; lines: +2 -4 Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings) Do not bump PORTREVISION Approved by: adamw (gnome), fjoe (mentor) (implicit)
v. 1.41 date: 2003/03/07 05:56:00; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.40 date: 2002/12/26 16:54:12; author: marcus; state: Exp; lines: +1 -2 Remove MarcusCom from the list of MASTER_SITES. I was only hosting 0.2.28. Spotted by: edwin
v. 1.39 date: 2002/09/20 17:06:01; author: marcus; state: Exp; lines: +1 -1 GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.38 date: 2002/08/27 22:10:33; author: marcus; state: Exp; lines: +2 -2 Update to 0.2.29.
v. 1.37 date: 2002/06/19 21:26:25; author: marcus; state: Exp; lines: +2 -1 Add another mirror for esound since it appears there are some GNOME-mirror problems. PR: 39541 Prompted by: many
v. 1.36 date: 2002/06/19 17:09:23; author: marcus; state: Exp; lines: +1 -1 Update to 0.2.28. Reminder by: pat
v. 1.35 date: 2002/06/09 06:03:58; author: marcus; state: Exp; lines: +4 -2 Update to 0.2.27.
v. 1.34 date: 2002/05/11 12:55:44; author: sobomax; state: Exp; lines: +4 -3 Put back gugetopt dependency taken out by marcus. The reason the dependency is here is to prevent gettext from rolling its own version of getopt_long into the binary, thereby slightly improving code sharing.
v. 1.33 date: 2002/05/07 16:22:03; author: marcus; state: Exp; lines: +3 -3 Remove need for gnugetopt. This was corrected in 0.2.26.
v. 1.32 date: 2002/05/07 06:42:25; author: sobomax; state: Exp; lines: +2 -2 Update to 0.2.26.
v. 1.31 date: 2002/04/24 19:03:37; author: sobomax; state: Exp; lines: +6 -3 Update to 0.2.25.
v. 1.30 date: 2002/03/11 06:40:07; author: ade; state: Exp; lines: +1 -1 Fix silly typo in last commit.
v. 1.29 date: 2002/03/04 09:26:24; author: sobomax; state: Exp; lines: +5 -2 Update to 0.2.24. PR: 35468 Submitted by: Joe Marcus Clarke
v. 1.28 date: 2002/02/21 09:38:01; author: sobomax; state: Exp; lines: +0 -2 Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited along with libaudiofile dependency.
v. 1.27 date: 2001/10/24 07:22:47; author: sobomax; state: Exp; lines: +4 -2 Update to 0.2.23.
v. 1.26 date: 2001/05/11 16:36:12; author: ade; state: Exp; lines: +2 -2 SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
v. 1.25 date: 2001/03/23 05:42:16; author: ade; state: Exp; lines: +2 -2 Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.24 date: 2000/12/01 21:20:27; author: ade; state: Exp; lines: +2 -2 Update to 0.2.22
v. 1.23 date: 2000/10/05 23:03:41; author: ade; state: Exp; lines: +2 -2 Update to 0.2.20
v. 1.22 date: 2000/08/04 01:15:03; author: ade; state: Exp; lines: +2 -2 Update to 0.2.19
v. 1.21 date: 2000/06/16 21:50:19; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.20 date: 2000/06/16 10:37:24; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.19 date: 2000/04/08 21:23:27; author: mharo; state: Exp; lines: +3 -3 update with the new PORTNAME/PORTVERSION variables
v. 1.18 date: 2000/04/06 15:30:20; author: ade; state: Exp; lines: +3 -3 Update to 0.2.18
v. 1.17 date: 2000/02/06 19:20:14; author: ade; state: Exp; lines: +3 -3 Update to 0.2.17 OK'd by: vanilla
v. 1.16 date: 1999/12/04 19:07:42; author: steve; state: Exp; lines: +2 -2 New location on MASTER_SITE. PR: 15238, 15248 Submitted by: Ade Lovett
v. 1.15 date: 1999/11/09 09:52:56; author: nakai; state: Exp; lines: +3 -3 Update to 0.2.16 PR: ports/14788 Submitted by: Ade Lovett
v. 1.14 date: 1999/10/08 02:25:53; author: nakai; state: Exp; lines: +4 -4 Update to 0.2.15
v. 1.13 date: 1999/08/31 06:40:29; author: mharo; state: Exp; lines: +3 -3 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/08/25 04:35:27; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.11 date: 1999/05/30 03:41:51; author: steve; state: Exp; lines: +2 -5 Set USE_LIBTOOL=yes and get rid of those pesky .la files. PR: 11844 Submitted by: Jeremy Lea
v. 1.10 date: 1999/04/07 18:12:58; author: jseger; state: Exp; lines: +2 -2 Fixed MASTER_SITE_SUBDIR PR: ports/10989 Submitted by: mharo@area51.fremont.ca.us
v. 1.9 date: 1999/03/27 10:35:54; author: vanilla; state: Exp; lines: +2 -5 Fix the MASTER_SITE_SUBDIR.
v. 1.8 date: 1999/03/09 01:08:46; author: nectar; state: Exp; lines: +4 -4 Upgrade to GNOME 1.0. The following are the details: ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea
v. 1.7 date: 1999/01/27 08:31:46; author: fenner; state: Exp; lines: +3 -3 Use ${MASTER_SITE_GNOME}
v. 1.6 date: 1998/12/26 05:56:52; author: vanilla; state: Exp; lines: +6 -4 Change MASTER_SITES to GNOME project temporary.
v. 1.5 date: 1998/12/23 19:22:07; author: vanilla; state: Exp; lines: +5 -6 Upgrade to 0.2.7.
v. 1.4 date: 1998/09/22 15:47:43; author: vanilla; state: Exp; lines: +2 -2 Convert esound to elf.
v. 1.3 date: 1998/08/05 09:30:43; author: asami; state: Exp; lines: +2 -2 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
v. 1.2 date: 1998/07/20 10:01:55; author: asami; state: Exp; lines: +2 -2 "$Id$" is not spelled "$ID$". Also, change "Jily" to "July", I assume it's a typo.
v. 1.1 date: 1998/07/19 05:05:11; author: vanilla; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/07/19 05:05:11; author: vanilla; state: Exp; lines: +0 -0 esound is the sound library for enlightenment. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm