[vlc] videolan.org/vlc/download-freebsd.html is incorret

michael johnson ahze at freebsd.org
Thu Sep 14 02:26:15 CEST 2006


Hi,
I was taking a look at videolan.org/vlc/download-freebsd.html and
it is incorrect.

it says
# make WITH_SKINS=yes WITH_WXWINDOWS=yes \
       WITHOUT_DTS=no WITH_LAME=yes WITHOUT_VORBIS=no  WITHOUT_SDL=no \
       WITH_SVG=yes WITH_XOSD=yes WITHOUT_TRANSCODE=no WITHOUT_DVD=no \
       WITHOUT_LIVEMEDIA=no WITH_MOZILLA_PLUGIN=firefox WITH_OPENGL=yes \
       WITH_OPTIMIZED_CFLAGS=yes WITH_DVD_DEVICE=/dev/acd0 \
       FORCE_PKG_REGISTER=yes reinstall clean

WITHOUT_ is for users to define when they don't want application-x
 meaning if you define it it won't be built with application-x

WITH_ is for users to define when they want application-x

Even though you define WITHOUT_VORBIS=no; the port does not
test what is define, it just tests if it is defined and will disable vorbis
support.

for example:
root at blueherron /usr/ports/multimedia/vlc > make depends | grep vorbis
===>   vlc-0.8.5_6 depends on shared library: vorbis.3 - found
root at blueherron /usr/ports/multimedia/vlc > make depends
WITHOUT_VORBIS=no | grep vorbis
root at blueherron /usr/ports/multimedia/vlc >

Also, I've tried very hard to assure that all applications/libs/etc that are on
by default in configure script are also on by default by the port and
applications/libs/etc that are off by default are also off by default
in the port.

Michael

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list