Vlc

Garrett Cooper yanefbsd at gmail.com
Fri Jul 18 06:27:32 UTC 2008


On Thu, Jul 17, 2008 at 3:17 PM, Mike Brown <mike at skew.org> wrote:
> Okalany Daniel wrote:
>> Is there a way to install vlc media player without the X11 or any other gui
>> tools? WITHOUT_X11 doesn't seem to be working
>
> There's no WITHOUT_X11 target in the port's Makefile, so it's not going to
> do anything.
>
> http://forum.videolan.org/viewtopic.php?=&p=101162 and the existence of a
> Debian & Ubuntu "vlc-nox" package [1] suggests that it can be done, but you'll
> have to do a custom build with a number of --without-foo configure options
> set.

The following options will need to be passed into configure:

--disable-x11
--disable-xvideo
--disable-glx
--disable-sdl
--disable-sdl-image
--disable-freetype
--disable-fb
--disable-hd1000v
--without-x

DirectFB, SVG, and QTE support should also be disabled.

Cheers,
-Garrett


More information about the freebsd-ports mailing list