FreeBSD Bugzilla – Attachment 65543 Details for
Bug 97088
[MAINTAINER] audio/py-openal: update to 0.1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py24-openal-0.1.6.patch
py24-openal-0.1.6.patch (text/plain), 2.60 KB, created by
Jose Alonso Cardenas Marquez
on 2006-05-10 15:50:13 UTC
(
hide
)
Description:
py24-openal-0.1.6.patch
Filename:
MIME Type:
Creator:
Jose Alonso Cardenas Marquez
Created:
2006-05-10 15:50:13 UTC
Size:
2.60 KB
patch
obsolete
>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,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97088
: 65543