Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 14:43:08 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97088: [MAINTAINER] audio/py-openal: update to 0.1.6
Message-ID:  <200605101443.k4AEh8p2011844@www.freebsd.org>
Resent-Message-ID: <200605101450.k4AEoEnn041767@freefall.freebsd.org>

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

>Number:         97088
>Category:       ports
>Synopsis:       [MAINTAINER] audio/py-openal: update to 0.1.6
>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:   Wed May 10 14:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May  7 21:01:17 PET
>Description:
- Update to 0.1.6
>How-To-Repeat:

>Fix:
--- py24-openal-0.1.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/py-openal/Makefile /usr/ports/audio/py-openal-new/Makefile
--- /usr/ports/audio/py-openal/Makefile	Thu May  4 19:23:49 2006
+++ /usr/ports/audio/py-openal-new/Makefile	Sun May  7 14:21:14 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openal
-PORTVERSION=	0.1.5
+PORTVERSION=	0.1.6
 CATEGORIES=	audio python
 MASTER_SITES=	http://download.gna.org/pyopenal/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN --exclude=CVS /usr/ports/audio/py-openal/distinfo /usr/ports/audio/py-openal-new/distinfo
--- /usr/ports/audio/py-openal/distinfo	Wed Jan 25 17:54:27 2006
+++ /usr/ports/audio/py-openal-new/distinfo	Wed May 10 09:19:03 2006
@@ -1,3 +1,3 @@
-MD5 (python/PyOpenAL-0.1.5.tar.gz) = ffdb5a207aea2c8365fce575ee8a78c4
-SHA256 (python/PyOpenAL-0.1.5.tar.gz) = 95eed64ca5952550ea16773282bec555d03d93f46a356083877ab10aa49b5bd0
-SIZE (python/PyOpenAL-0.1.5.tar.gz) = 27528
+MD5 (python/PyOpenAL-0.1.6.tar.gz) = 51992fc62df474614ea6eb724061f392
+SHA256 (python/PyOpenAL-0.1.6.tar.gz) = 94b69cc57fe5e5abe2876865a6e2264d180892e82ac2ed684dc8eaf2cbf1ec5e
+SIZE (python/PyOpenAL-0.1.6.tar.gz) = 27698
diff -ruN --exclude=CVS /usr/ports/audio/py-openal/files/patch-setup.py /usr/ports/audio/py-openal-new/files/patch-setup.py
--- /usr/ports/audio/py-openal/files/patch-setup.py	Tue Oct 18 04:24:01 2005
+++ /usr/ports/audio/py-openal-new/files/patch-setup.py	Wed May 10 09:26:26 2006
@@ -1,6 +1,22 @@
---- setup.py	Mon Oct 17 23:22:45 2005
-+++ setup.py	Mon Oct 17 23:22:19 2005
-@@ -24,10 +24,10 @@
+--- setup.py	Sun Apr 30 10:23:44 2006
++++ setup.py	Wed May 10 09:25:22 2006
+@@ -1,13 +1,13 @@
+ import os
+ from distutils.core import setup, Extension
+ 
+-LIBDIRS = ["/usr/lib", "/usr/local/lib"]
++LIBDIRS = ["/usr/lib", "/usr/local/lib", "%%PREFIX%%/lib"]
+ LIBS    = ["openal", "alut"]
+ 
+ try:
+   openal_version = os.popen("openal-config --version").read()
+   if openal_version[0] == "0":
+-    LIBDIRS = ["/usr/lib", "/usr/local/lib"]
++    LIBDIRS = ["/usr/lib", "/usr/local/lib", "%%PREFIX%%/lib"]
+     LIBS    = ["openal"]
+     
+ except:
+@@ -38,7 +38,7 @@
    
    ext_modules  = [Extension("_openal",
                              ["py_openal.c"],
@@ -8,8 +24,4 @@
 +                            ["/usr/include", "/usr/local/include", "%%PREFIX%%/include"],
                              [("HAVE_CONFIG_H", None)],
                              None,
--                            ["/usr/lib", "/usr/local/lib"],
-+                            ["/usr/lib", "/usr/local/lib", "%%PREFIX%%/lib"],
-                             ["openal"],
-                             )
-                   ]
+                             LIBDIRS,
--- py24-openal-0.1.6.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?200605101443.k4AEh8p2011844>