Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2002 20:39:48 -0600
From:      erik@phoenix.smluc.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46282: [Maintainer Update] audio/openal
Message-ID:  <200212160239.gBG2dmt26334@xarx.localdomain>

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

>Number:         46282
>Category:       ports
>Synopsis:       [Maintainer Update] audio/openal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 15 18:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.0-RC i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD fenris 5.0-RC FreeBSD 5.0-RC #1: Wed Dec 11 19:13:41 CST 2002 root@fenris:/usr/src/sys/i386/compile/FENRIS i386


	<machine, os, target, libraries (multiple lines)>
>Description:
5 months of stuff... queue gain, consolidated queue looping, alGetSource3f
(cross platform compatability fix), gain applied to sources that aren't
distance attenuated, speaker distance change, segfault fix, alcSpeakerMove
fixes, vector product added, pitch fix, etc

>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
>Fix:

--- openal.20021214.patch begins here ---
diff -Nurb audio/openal.orig/Makefile audio/openal/Makefile
--- audio/openal.orig/Makefile	Sun Nov 17 21:48:09 2002
+++ audio/openal/Makefile	Sun Dec 15 12:37:57 2002
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	openal
-PORTVERSION=	20020712fbsd
+PORTVERSION=	20021215fbsd
 CATEGORIES=	audio
 MASTER_SITES=	http://math.smsu.edu/~erik/files/fbsd/\
-		http://smluc.org/~erik/\
+		http://www.smluc.org/~erik/\
 		http://csc.smsu.edu/~greenwald/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erik@smluc.org
 
-WRKSRC=		${WRKDIR}/${PORTNAME}/linux
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/linux
 GNU_CONFIGURE=  yes
 USE_GMAKE=	yes
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
-	install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir
+	@${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info
+	@install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
diff -Nurb audio/openal.orig/distinfo audio/openal/distinfo
--- audio/openal.orig/distinfo	Sat Jul 20 13:58:48 2002
+++ audio/openal/distinfo	Sun Dec 15 12:26:58 2002
@@ -1 +1 @@
-MD5 (openal-20020712fbsd.tar.gz) = 255eb6e0c9cd9560592730ba5fdfff56
+MD5 (openal-20021215fbsd.tar.gz) = 0d0ce9570515aab541b74b41ae74d026
--- openal.20021214.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 From: Erik Greenwald <erik@smluc.org>
 Reply-To: Erik Greenwald <erik@smluc.org>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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