Vlc

Okalany Daniel daniel at one2net.co.ug
Fri Jul 18 10:46:55 UTC 2008


On Fri, Jul 18, 2008 at 1:14 PM, Garrett Cooper <yanefbsd at gmail.com> wrote:

> On Fri, Jul 18, 2008 at 12:47 AM, Okalany Daniel <daniel at one2net.co.ug>
> wrote:
> > Thanks alot. Will try those configure options just now
> >
> > On Fri, Jul 18, 2008 at 9:27 AM, Garrett Cooper <yanefbsd at gmail.com>
> wrote:
> >>
> >> 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
>
> Feel free to comment on the options too and whether or not it passes
> so we can integrate it into VLC.
> Finally, be sure to create your own package (for maintainability
> reasons), and apply necessary patches from the existing VLC port, so
> that you get the full VLC on FreeBSD experience =).
> Thanks :),
> -Garrett
>

The options i used were:
./configure --disable-x11 --disable-xvideo --disable-glx --disable-sdl
--disable-sd-disable-mad --without-x --disable-ffmpeg --disable-wxwidgets
--disable-skins

It cofigures okay, but the make fails with


In file included from ../../../include/vlc/intf.h:39,
                 from parser/../src/skin_common.hpp:29,
                 from parser/builder.hpp:29,
                 from parser/builder.cpp:26:
../../../include/vlc_input.h: In function 'void
vlc_input_item_Clean(input_item_t*)':
../../../include/vlc_input.h:165: warning: deprecated conversion from string
constant to 'char*'
In file included from parser/builder.cpp:36:
parser/../src/ft2_font.hpp: At global scope:
parser/../src/ft2_font.hpp:60: error: 'FT_Glyph' does not name a type
parser/../src/ft2_font.hpp:61: error: 'FT_BBox' does not name a type
parser/../src/ft2_font.hpp:74: error: 'FT_Library' does not name a type
parser/../src/ft2_font.hpp:76: error: 'FT_Face' does not name a type
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i/modules/gui/skins2.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i/modules/gui/skins2.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i/modules/gui.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i/modules/gui.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i/modules.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i.
*** Error code 1

Stop in /usr/home/oka/vlc/vlc-0.8.6i.


-- 
OKALANY DANIEL
P.O BOX 26150
KAMPALA.
http://okaman.one2net.co.ug
--
Youth is a wonderful thing. What a crime to waste it on children.

The Word was spoken before it was written, and it was written so it could be
spoken!

Words can move mountais because mountains are created by words!


More information about the freebsd-ports mailing list