jylefort 2005-11-24 06:49:56 UTC FreeBSD ports repository
Modified files: audio/openal Makefile Added files: audio/openal/files patch-src_arch_bsd_bsd__dsp.c Log: - Fix OSS support: OpenAL uses a buffer size of 1024 bytes, which is too small on some systems and/or with some applications, causing heavy drops in the audio output. I solve the problem by using the value returned by SNDCTL_DSP_GETBLKSIZE rather than 1024. - Add options for enabling aRts, esd, SDL, vorbis and smpeg support - Enable capture - Fix info file handling (install in post-install, and do not use install-info since bsd.port.mk takes care of it) PR: ports/88728 Submitted by: jylefort Approved by: maintainer timeout (15 days) Revision Changes Path 1.31 +49 -5 ports/audio/openal/Makefile 1.1 +58 -0 ports/audio/openal/files/patch-src_arch_bsd_bsd__dsp.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"