Date: Thu, 24 Nov 2005 06:49:56 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/openal Makefile ports/audio/openal/files patch-src_arch_bsd_bsd__dsp.c Message-ID: <200511240649.jAO6nuV2051870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511240649.jAO6nuV2051870>