From erik@phoenix.smluc.org  Sun Nov 16 07:59:21 2003
Return-Path: <erik@phoenix.smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 74C5D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Nov 2003 07:59:21 -0800 (PST)
Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.119])
	by mx1.FreeBSD.org (Postfix) with SMTP id 8234A43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Nov 2003 07:59:20 -0800 (PST)
	(envelope-from erik@phoenix.smluc.org)
Received: (qmail 4641 invoked by uid 1000); 16 Nov 2003 15:59:15 -0000
Message-Id: <20031116155915.4640.qmail@phoenix.smluc.org>
Date: 16 Nov 2003 15:59:15 -0000
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.smsu.edu
Subject: [Maintainer Update]  audio/openal  20030724 -> 20031116
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59340
>Category:       ports
>Synopsis:       [Maintainer Update]  audio/openal  20030724 -> 20031116
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 08:00:39 PST 2003
>Closed-Date:    Sun Nov 16 08:49:10 PST 2003
>Last-Modified:  Sun Nov 16 08:49:10 PST 2003
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Nov 11 19:27:51 EST 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


* 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 <string.h> 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.

and other assorted shtuff

>Description:
>How-To-Repeat:
>Fix:

--- openal.patch begins here ---
diff -Nurb audio/openal.orig/Makefile audio/openal/Makefile
--- audio/openal.orig/Makefile	Mon Oct 27 08:29:21 2003
+++ audio/openal/Makefile	Sun Nov 16 08:41:14 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openal
-PORTVERSION=	20030724
+PORTVERSION=	20031116
 CATEGORIES=	audio
 MASTER_SITES=	http://math.smsu.edu/~erik/files/fbsd/\
 		http://www.smluc.org/~erik/files/fbsd/
diff -Nurb audio/openal.orig/distinfo audio/openal/distinfo
--- audio/openal.orig/distinfo	Sun Jul 27 10:09:15 2003
+++ audio/openal/distinfo	Sun Nov 16 08:42:42 2003
@@ -1 +1 @@
-MD5 (openal-20030724.tar.gz) = 1b0aaabcbe2d35f4c8782257163b3dec
+MD5 (openal-20031116.tar.gz) = 07eb1961ed48200f90fcf5048e6ac067
--- openal.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Nov 16 08:49:03 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=59340 
>Unformatted:
