pkgsrc-Changes archive

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

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



Le 16/07/16 02:00, Mark Davies a écrit :
> Module Name:  pkgsrc
> Committed By: markd
> Date:         Sat Jul 16 00:00:25 UTC 2016
> 
> Modified Files:
>       pkgsrc/x11/qt5-qtmultimedia: Makefile buildlink3.mk
> 
> Log Message:
> Switch to openal-soft
> 

What's the selection process over standard openal here?
 
I'm getting now 
> => Creating binary package /tmp/pkgsrc/audio/openal-soft/work/.packages/openal-soft-1.17.2.tgz
> => Becoming ``root'' to make su-real-package-install (pfexec)
> ===> Installing binary package of openal-soft-1.17.2
> pkg_add: Conflicting PLIST with openal-0.0.8nb6: include/AL/al.h
> pkg_add: 1 package addition failed
> *** Error code 1
> 
> Stop.
> bmake[3]: stopped in /home/richard/src/pkgsrc/audio/openal-soft
> *** Error code 1
> 
> Stop.
> bmake[2]: stopped in /home/richard/src/pkgsrc/audio/openal-soft
> *** Error code 1
> 
> Stop.
> bmake[1]: stopped in /home/richard/src/pkgsrc/audio/openal-soft
> *** Error code 1
> 
> Stop.
> bmake: stopped in /home/richard/src/pkgsrc/x11/qt5-qtmultimedia
> *** 'make replace' failed for package qt5-qtmultimedia.
> *** Please read the errors listed above, fix the problem,
> *** then re-run pkg_rolling-replace to continue.
> - qt5-qtmultimedia
 
 
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.
 
Thanks...


-- 
Richard PALO




Home | Main Index | Thread Index | Old Index