NetBSD.se

CVS log for pkgsrc/audio/esound/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / esound

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Feb 15 21:22:21 2012 UTC (2 months, 4 weeks ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -1 lines
Fix build on SunOS. REPLACE_SH in installed shell script.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Tue Jan 24 09:42:35 2012 UTC (3 months, 3 weeks ago) by marino
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -1 lines
audio/esound: Fix indirect linking error on DragonFly only

Since fixing the gnu linker v2.22 indirect linking errors for all platforms
have been met with controversy, this will be fixed with LDFLAGS.DragonFly
rather than LDFLAGS.  An identical LDFLAGS.IRIX already exists for this
package, and often this is the case for LDFLAGS.SunOS.  When pkgsrc
definitively decides to support unmodified gnu linker v2.22 behavior, we can
stop using LDFLAGS.DragonFly to address this issue.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jan 13 10:54:45 2012 UTC (4 months ago) by obache
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -1 lines
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Sep 9 15:19:44 2011 UTC (8 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
Set LICENSE.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:42:27 2008 UTC (3 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
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)

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Sep 6 14:42:53 2008 UTC (3 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -3 lines
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)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jul 31 14:03:16 2008 UTC (3 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -1 lines
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.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jul 30 10:24:40 2008 UTC (3 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1 lines
make "configure" ignore "jade", otherwise it might pick it up and fail

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jul 29 21:58:13 2008 UTC (3 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Update to 0.2.39:

===============
Version 0.2.39
===============
	* Fixed esd client-side code to not hang if esd crashes/hangs
          or otherwise becomes unreachable (Jeffrey Stedfast)
	* Suppress verbose error messages from ALSA (Stanislav Brabec)
	* Allow for multiple esd instances
	* Fix esound-config for multi-lib setups (Matthias Clasen)
	* Don't report errors about /dev/dsp not existing (Havoc Pennington)
	* Various other build fixes for AMD64 (Rémi Cardona)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Jan 19 09:16:17 2008 UTC (4 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Reset maintainer on his request.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun May 6 16:36:06 2007 UTC (5 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Update to 0.2.38:

===============
Version 0.2.38
===============
	* Fix 100% CPU problem introduced in 0.2.37 (Joe Marcus Clarke)
	* Fix libesddsp not linking against libesd (Loïc Minier)
	* Fix file descriptor leaks (Pierre Ossman)
	* Fix a build problem with the read/write wrapper (Jean Bréfort)
	* chdir to "/" when starting up (Dan Winship)
	* Only install the esddsp man page if we build the binary

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:19:29 2007 UTC (5 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
Update to 0.2.37:

===============
Version 0.2.37
===============
	* Fix null derefs and leaks reported by Coverity (kjartan)
	* Build fixes (David Schleef, Thomas Zajic, Behdad Esfahbod)
	* Disable autospawning (David Schleef)
	* Close filedescriptors and sockets (David Schleef)
	* Don't terminate until the last sample is done (David Schleef)
	* Add checks for clients disconnecting (Peter Åstrand)
	* Updated man pages (Christopher Hanna)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Dec 2 22:50:20 2006 UTC (5 years, 5 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -1 lines
it appears that under IRIX, we need to explicitly link against -lm.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Nov 5 17:14:19 2006 UTC (5 years, 6 months ago) by joerg
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -1 lines
DESTDIR support.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Aug 26 15:25:26 2006 UTC (5 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
FreeBSD also has esddsp files. Bump revision.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Apr 22 09:22:05 2006 UTC (6 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Mar 9 21:04:40 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Dec 29 06:21:30 2005 UTC (6 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -2 lines
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Dec 5 23:55:02 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2 lines
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:47 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jul 27 17:16:32 2005 UTC (6 years, 9 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -8 lines
update to 0.2.36
changes:
-minor fixes and cleanup

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 8 13:20:04 2005 UTC (6 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -9 lines
Convert to options framework.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:52 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Oct 11 18:02:59 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +8 -4 lines
Allow this to build on Interix in client-only mode.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:05 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Aug 15 16:50:55 2004 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Update to 0.2.35:
        * fix location of configuration file in man (Craig Routledge)
        * MMAP support for esddsp (from artsdsp, Olivier Blin)
        * GNU/kFreeBSD support (Robert Milan)
        * add new default_options in configuration file and environement
          variable, fix regression caused by patch since 0.2.30
        * use ALSA default alias (Cyrille Chepelov)
        * clean code (Kjartan Maraas)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Jun 8 12:23:59 2004 UTC (7 years, 11 months ago) by cjep
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -1 lines
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat May 15 07:24:42 2004 UTC (8 years ago) by jmmv
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Update to 0.2.34: fixes some unnecessary C99 constructs, so this should
build now properly with GCC 2.95.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Mar 2 05:03:47 2004 UTC (8 years, 2 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +9 -2 lines
Upgrade esound to 0.2.33.

Changes:

        * use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
        * fix build on AIX and OSF (Albert Chin-A-Young)
        * don't try to close audio device if not opened (Debian)
        * fix build with latest automake (Stanislav Bradec)
        * no longer required automake 1.4 (Thomas Cataldo)
        * Fix Darwin build (Jerry Talkington)
        * fix typo in manpage (Kjartan Maraas)

While here use subst.mk instead of patching configure script.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Feb 14 18:26:26 2004 UTC (8 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:32 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -2 lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jan 6 07:17:03 2004 UTC (8 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -4 lines
bl3ify

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Sep 7 10:46:06 2003 UTC (8 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Update to 0.2.32:
        * Fix build when IPv6 is disabled (Soren Jacobsen)
        * Fix missing file in tarball (Dan Winship)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Aug 17 19:37:23 2003 UTC (8 years, 9 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Update to 0.2.31: Solaris 8 build fixes.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 1 17:10:40 2003 UTC (8 years, 9 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +10 -3 lines
Update to 0.2.30:
* IPv6 support (Archana Shah)
* Cygwin support (Masahiro Sakai)
* MacOS X CoreAudio support (Masanori Sekino)
* Always read esd config file, not only when auto-spawning (James Strandboge)
* Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
* Man pages fixes (Stanislav)
* Major code cleanup (Kjartan)
* Ensure esd_open_audio succeed if interrupted (Arvind)
* Allow 0 as auto-standby value (Mohammed Waleed Kadous)
* Allow simultaneous play and record on Solaris (Balamurali)
* Add support for session name to esdcat (j@thing.net)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:30:38 2003 UTC (8 years, 9 months ago) by martti
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Apr 10 01:28:03 2003 UTC (9 years, 1 month ago) by grant
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Mar 15 08:58:43 2003 UTC (9 years, 2 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +7 -1 lines
Install HTML documentation, as requested in PR pkg/20523 by Isihara Takanori.
Bump PKGREVISION to 1.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jan 28 22:03:02 2003 UTC (9 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 30 03:09:25 2002 UTC (9 years, 6 months ago) by rh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 3 12:21:29 2002 UTC (9 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1 lines
Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 24 13:01:15 2002 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -3 lines
Use MASTER_SITES_GNOME.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 23 15:02:26 2002 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -3 lines
Update to 0.2.29. Changes:
        * audio.c: set esd_audio_fd = -1 when we esd_audio_close()
        * esd.c: Set esd_forced_standby = 0 when we resume.
        * players.c: (read_player): fix crash on Solaris 9
        * configure.in: add summary info at end of configure
        * esd.c: (main): Fix --help
        *esdsample.c: (main): Fixed buffer-overflows.
        *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows.
        *esd.c: (safe_mksocketdir):Added code to check the return value
        of chmod() call.Fixes bug #89609
        * esdctl.c: (main): fix segfault when using -s (Debian)
        * esddsp.in: No longer use LD_PRELOAD_PATH  (Debian)
        * configure.in: Added -with-esd-dir option.
        * esound.pc.in: Added esd_serverdir
        * Makefile.am:  ADD -DSERVERDIR to INCLUDES
        * esdlib.c:     Call esd from SERVERDIR.  Replaced sizeof()
                    call with strlen() which is more appropriate.
        Allow users to specify the location of the esd executable.  This
        is useful for setups which want to place the esd daemon in
        libexec rather than bin.

and some ALSA related fixes.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Aug 31 04:04:36 2002 UTC (9 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
Update to 0.2.28:
Bugfixes and new man pages.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:38:05 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -3 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.30.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 22 11:09:40 2002 UTC (9 years, 8 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.30.2.3: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.3: +2 -1 lines
Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jul 18 02:19:27 2002 UTC (9 years, 10 months ago) by rh
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION

Revision 1.30.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:37:40 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.30.2.2: preferred, colored
Changes since revision 1.30.2.2: +3 -2 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:04:57 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.30.2.1: preferred, colored
Changes since revision 1.30.2.1: +2 -2 lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Sat May 11 02:08:58 2002 UTC (10 years ago) by jlam
Branches: buildlink2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
First pass at conversion of various packages to use the buildlink2
framework.  Add many buildlink2.mk files to add to the framework.  Please
see buildlink2.txt for more details.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed May 8 14:26:07 2002 UTC (10 years ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update to 0.2.26.
Changes: Fix resampling from 44 to 48kHz, and other bug fixes.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Apr 29 18:54:12 2002 UTC (10 years ago) by wiz
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 29 08:40:27 2002 UTC (10 years ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to 0.2.25: Bugfix releases.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 17 21:55:43 2002 UTC (10 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +8 -2 lines
Honor PKG_SYSCONFDIR.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 3 22:36:37 2001 UTC (10 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -4 lines
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 13 18:11:35 2001 UTC (10 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update to 0.2.23. 'Major' changes since 0.2.22:
Added pkgconfig file; fix esd launch race condition, resulting in a 10s
pause.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Aug 20 03:47:05 2001 UTC (10 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Remove inclusion of libgetopt/buildlink.mk.  If the base system doesn't
supply a getopt_long function, then esound provides its own.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 29 04:54:49 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jun 26 16:30:55 2001 UTC (10 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -15 lines
Use REPLACE_BUILDLINK instead of repeating the post-build same code over
and over again in the pkgsrc tree.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 19 04:00:48 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Mark as USE_BUILDLINK_ONLY.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 18 20:49:00 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +11 -8 lines
Regularize fixes to config scripts to use the same code.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 16 19:50:57 2001 UTC (10 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -3 lines
Convrt to use buildlink.mk.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 6 22:41:37 2001 UTC (11 years, 1 month ago) by rh
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
Update esound to 0.2.22.  Changes include:

o  esd supports for multiple recording clients
        - multiple esd_record_stream or esd_record_stream_fallback can
        now run simultaneously

o  security improvements
        - you should upgrade to 0.2.21 - older version have security
        holes, which can compromite account of any esd user

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 16 13:30:35 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Oct 15 03:04:52 2000 UTC (11 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update esound to 0.2.20.  Changes from version 0.2.19 include fix connecting to localhost (127.0.0.1) and other miscellaneous fixes.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Aug 10 13:37:47 2000 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Update esound to 0.2.19. Changes from the ChangeLog:
* Undo esd_send_file change on 03-03 - it makes lots of things break.
* Fix fcntl that tried to remove non-blocking flag.
* audio_solaris.c: Don't set the output device, volume and
  balance when opening audio device. Those should be configurable
  by an external program and the values set that way preserved
  as defaults for sunsequent playing. (bugs #2587 and #5682)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 9 07:23:20 2000 UTC (11 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -9 lines
USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 1 11:23:13 2000 UTC (11 years, 11 months ago) by rh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 30 19:20:12 2000 UTC (11 years, 11 months ago) by drochner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
update to 0.2.18
The "NEWS" file id one of the oldest files in the distribution:-(

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 6 03:33:51 2000 UTC (12 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
updated esound to 1.2.17. From the ChangeLog:
        * audio_solaris.c: Don't spit warnings if /dev/audio doesn't
        exist. User probably knows he doesn't have a sound card.
        * esdlib.c (esd_connect_tcpip): Fix case in which user specifies
        only a port number (first character of host is :)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 15 10:16:17 2000 UTC (12 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update for yet another directory structure change on the GNOME FTP sites.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 2 18:02:39 2000 UTC (12 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Adapt to new directory structure on GNOME ftp sites.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 26 02:00:39 1999 UTC (12 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
* HOMEPAGE has changed
* GNU make isn't really required

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 22 23:43:47 1999 UTC (12 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Update "esound" package to version 0.2.15 included in GNOME 1.0.53 release.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 22 22:02:32 1999 UTC (12 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 19 15:19:11 1999 UTC (12 years, 11 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on
"ftp.sunet.se" instead.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 20 20:09:49 1999 UTC (13 years ago) by tron
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 22 22:43:41 1999 UTC (13 years, 1 month ago) by agc
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Correct the directory path on the redhat ftp site.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 6 22:45:16 1999 UTC (13 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +14 -10 lines
Update "esound" package to version 0.2.8.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 28 17:26:17 1998 UTC (13 years, 4 months ago) by garbled
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -4 lines
Convert this pkg to use pkglibtool.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 4 08:01:31 1998 UTC (13 years, 6 months ago) by garbled
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Intital import of esound-0.3
the Enlightened sound daemon

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 4 08:01:31 1998 UTC (13 years, 6 months ago) by garbled
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>