Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2008 23:27:30 -0700
From:      "Garrett Cooper" <yanefbsd@gmail.com>
To:        "Mike Brown" <mike@skew.org>
Cc:        Okalany Daniel <dokalanyi@gmail.com>, funman@videolan.org, freebsd-ports@freebsd.org
Subject:   Re: Vlc
Message-ID:  <7d6fde3d0807172327o32f41030ue91b76b634ea531d@mail.gmail.com>
In-Reply-To: <200807172217.m6HMHGCi096742@chilled.skew.org>
References:  <28f643d90807170416i333b12ceqd96845577b27890c@mail.gmail.com> <200807172217.m6HMHGCi096742@chilled.skew.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 17, 2008 at 3:17 PM, Mike Brown <mike@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7d6fde3d0807172327o32f41030ue91b76b634ea531d>