svn commit: r410689 - in head/audio: sdl2_mixer sdl2_mixer/files sdl_mixer

Antoine Brodin antoine at FreeBSD.org
Wed Mar 9 22:47:03 UTC 2016


On Wed, Mar 9, 2016 at 6:18 AM, Jan Beich <jbeich at freebsd.org> wrote:
> Author: jbeich
> Date: Wed Mar  9 05:18:50 2016
> New Revision: 410689
> URL: https://svnweb.freebsd.org/changeset/ports/410689
>
> Log:
>   audio/sdl{,2}_mixer: add TREMOR option
>
>   TREMOR is enabled by default on platforms without hardware floating point.
>
>   PR:           202689
>   Approved by:  maintainer timeout (6 months)
...
> @@ -46,6 +53,9 @@ SMPEG_CONFIGURE_OFF=          --disable-music-mp
>  VORBIS_LIB_DEPENDS=            libvorbis.so:${PORTSDIR}/audio/libvorbis
>  VORBIS_CONFIGURE_ENABLE=       music-ogg
>
> +TREMOR_LIB_DEPENDS=            libvorbisidec.so:${PORTSDIR}/audio/libtremor
> +TREMOR_CONFIGURE_ENABLE=       music-ogg music-ogg-tremor

This both --enable-music-ogg and --disable-music-ogg which looks wrong

Antoine


More information about the svn-ports-all mailing list