pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/x11/qt5-qtmultimedia



On 18/07/16 15:49, Richard PALO wrote:
Switch to openal-soft


What's the selection process over standard openal here?
.
openal-soft is the standard version these days.
The old openal hasn't been touched in 10 years and for
example doesn't build on recent linux.


===> Installing binary package of openal-soft-1.17.2
pkg_add: Conflicting PLIST with openal-0.0.8nb6: include/AL/al.h

Everything that used to depend on openal should now be depending on
openal-soft so can just delete openal-0.0.8nb6 package.


also, I needed to patch openal-soft with:
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index a7fa2da..4089fb1 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -36,6 +36,9 @@ CMAKE_ARGS+=  -DALSOFT_BACKEND_JACK:BOOL=OFF
 CMAKE_ARGS+=   -DALSOFT_BACKEND_PORTAUDIO:BOOL=OFF
 CMAKE_ARGS+=   -DALSOFT_BACKEND_PULSEAUDIO:BOOL=OFF

+CFLAGS.SunOS+= -D__EXTENSIONS__
+CMAKE_ARGS+=   -DCMAKE_C_FLAGS=${CFLAGS:Q}
+
 .include "../../mk/oss.buildlink3.mk"

 .if !empty(BUILTIN_LIB_FOUND.ossaudio:M[Yy][Ee][Ss])

to get a working build on SunOS i386.

OK

cheers
mark




Home | Main Index | Thread Index | Old Index