summaryrefslogtreecommitdiff
path: root/audio/esound
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-11Note that cygwin_esound is required on Interix for physical audio output.tv1-0/+10
2004-10-11Allow this to build on Interix in client-only mode.tv1-4/+8
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam2-10/+2
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-15Update to 0.2.35:wiz4-9/+9
* 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)
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-05-19Catch up with the recent esound update.minskim1-2/+2
2004-05-15Update to 0.2.34: fixes some unnecessary C99 constructs, so this shouldjmmv3-7/+7
build now properly with GCC 2.95.
2004-05-05Convert to buildlink3.snj1-21/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-10Catch up with the recent esound update.minskim1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-02Upgrade esound to 0.2.33.xtraeme4-38/+14
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-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-06bl3ifyjlam1-4/+6
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+21
buildlink3 framework.
2003-11-10tweak esd-config.in patch so it doesn't generate a sh syntax errordanw2-4/+4
when buildlink strips out $RPATH_FLAG on Darwin
2003-09-25Linux supports esddsp, so split the PLIST appropriately.grant2-1/+8
2003-09-07Update to 0.2.32:wiz6-34/+17
* Fix build when IPv6 is disabled (Soren Jacobsen) * Fix missing file in tarball (Dan Winship)
2003-08-27Fix a build failure with USE_INET6=NO, reported by Soren Jacobsenwiz2-1/+17
in PR 22615.
2003-08-17Update to 0.2.31: Solaris 8 build fixes.jmmv3-7/+7
2003-08-01Update to 0.2.30:jmmv4-22/+37
* 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.jmmv2-3/+52
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>.
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh3-14/+3
2002-10-08Unused.wiz1-49/+0
2002-10-03Use ossaudio.buildlink2.mk and modify to allow this to work with audio/oss.jlam4-6/+31
2002-09-24Use MASTER_SITES_GNOME.wiz1-3/+2
2002-09-23Update to 0.2.29. Changes:wiz3-8/+9
* 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:wiz3-8/+18
Bugfixes and new man pages.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-5/+27
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.rh3-2/+15
Bump PKGREVISION
2002-05-08Update to 0.2.26.wiz3-7/+7
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.wiz6-20/+20
2002-02-17Honor PKG_SYSCONFDIR.jlam4-6/+27
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-09-13Update to 0.2.23. 'Major' changes since 0.2.22:wiz3-7/+9
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.