Monday, October 30, 2017

Re: update: audio/openal

On Fri Oct 13, 2017 at 10:57:09PM +0100, David CARLIER wrote:
> Hi,
>
> there is a small update of this port.
>
> Hope it s good.
>
> Regards.

Some comments below.

make configure:

CMake Warning:
Manually-specified variables were not used by the project:

ALSOFT_BACKEND_ALSA
ALSOFT_BACKEND_COREAUDIO
ALSOFT_BACKEND_DSOUND
ALSOFT_BACKEND_MMDEVAPI
ALSOFT_BACKEND_OPENSL
ALSOFT_BACKEND_OSS
ALSOFT_BACKEND_PORTAUDIO
ALSOFT_BACKEND_QSA
ALSOFT_BACKEND_WINMM
ALSOFT_CONFIG_DESTINATION
ALSOFT_SYSCONFDIR

and CMake fetch Qt4, what we should try to avoid.

COMPILER = clang gcc
# clang fails on those architectures
MODGCC4_ARCHS = sparc64 powerpc
MODCLANG_ARCHS = aarch64 amd64 arm i386 mips64 mips64el

can be replaced with:

COMPILER = base-clang ports-clang ports-gcc

No comments:

Post a Comment