Skip site navigation (1)Skip section navigation (2)
Date:      16 Nov 2003 15:59:15 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:    ports/59340: [Maintainer Update]  audio/openal  20030724 -> 20031116
Message-ID:  <20031116155915.4640.qmail@phoenix.smluc.org>
Resent-Message-ID: <200311161600.hAGG0dZn017363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59340
>Category:       ports
>Synopsis:       [Maintainer Update]  audio/openal  20030724 -> 20031116
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 08:00:39 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031116155915.4640.qmail>