summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-05-15Update to 0.2.34: fixes some unnecessary C99 constructs, so this shouldjmmv1-2/+2
build now properly with GCC 2.95.
2004-03-02Upgrade esound to 0.2.33.xtraeme1-2/+9
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.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-06bl3ifyjlam1-4/+6
2003-09-07Update to 0.2.32:wiz1-2/+2
* Fix build when IPv6 is disabled (Soren Jacobsen) * Fix missing file in tarball (Dan Winship)
2003-08-17Update to 0.2.31: Solaris 8 build fixes.jmmv1-2/+2
2003-08-01Update to 0.2.30:jmmv1-3/+10
* 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)
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-15Install HTML documentation, as requested in PR pkg/20523 by Isihara Takanori.jmmv1-1/+7
Bump PKGREVISION to 1.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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>.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+2
2002-10-03Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss.jlam1-1/+3
2002-09-24Use MASTER_SITES_GNOME.wiz1-3/+2
2002-09-23Update to 0.2.29. Changes:wiz1-3/+4
* 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.
2002-08-31Update to 0.2.28:wiz1-3/+2
Bugfixes and new man pages.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+4
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.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-1/+2
Bump PKGREVISION
2002-05-08Update to 0.2.26.wiz1-2/+2
Changes: Fix resampling from 44 to 48kHz, and other bug fixes.
2002-04-29LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.wiz1-2/+2
2002-04-29Update to 0.2.25: Bugfix releases.wiz1-2/+2
2002-02-17Honor PKG_SYSCONFDIR.jlam1-2/+8
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-4/+2
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-09-13Update to 0.2.23. 'Major' changes since 0.2.22:wiz1-2/+2
Added pkgconfig file; fix esd launch race condition, resulting in a 10s pause.
2001-08-20Remove inclusion of libgetopt/buildlink.mk. If the base system doesn'tjlam1-2/+1
supply a getopt_long function, then esound provides its own.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
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.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-15/+2
and over again in the pkgsrc tree.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Regularize fixes to config scripts to use the same code.jlam1-8/+11
2001-06-16Convrt to use buildlink.mk.jlam1-3/+16
2001-04-06Update esound to 0.2.22. Changes include:rh1-4/+4
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
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-10-15Update esound to 0.2.20. Changes from version 0.2.19 include fix connecting ↵jlam1-2/+2
to localhost (127.0.0.1) and other miscellaneous fixes.
2000-08-10Update esound to 0.2.19. Changes from the ChangeLog:wiz1-2/+2
* 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)
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam1-9/+10
configure.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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.
2000-05-30update to 0.2.18drochner1-2/+2
The "NEWS" file id one of the oldest files in the distribution:-(
2000-02-06updated esound to 1.2.17. From the ChangeLog:wiz1-2/+2
* 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 :)
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron1-2/+2
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-10-26* HOMEPAGE has changedjlam1-3/+2
* GNU make isn't really required
1999-10-22Update "esound" package to version 0.2.15 included in GNOME 1.0.53 release.tron1-4/+4
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron1-4/+2
1999-06-19The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror ontron1-2/+2
"ftp.sunet.se" instead.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-2/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-03-22Correct the directory path on the redhat ftp site.agc1-2/+2
1999-03-06Update "esound" package to version 0.2.8.tron1-10/+14
1998-12-28Convert this pkg to use pkglibtool.garbled1-4/+2