From owner-cvs-all@FreeBSD.ORG Sun Nov 16 08:48:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F65016A4DA; Sun, 16 Nov 2003 08:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D5B43FBD; Sun, 16 Nov 2003 08:48:52 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAGGmpXJ097632; Sun, 16 Nov 2003 08:48:51 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAGGmpWP097631; Sun, 16 Nov 2003 08:48:51 -0800 (PST) (envelope-from krion) Message-Id: <200311161648.hAGGmpWP097631@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 16 Nov 2003 08:48:51 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/openal Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 16:48:53 -0000 krion 2003/11/16 08:48:51 PST FreeBSD ports repository Modified files: audio/openal Makefile distinfo Log: - Update to version 20031116 * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer Revision Changes Path 1.20 +2 -1 ports/audio/openal/Makefile 1.9 +1 -1 ports/audio/openal/distinfo