Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Aug 2012 20:34:44 +0200
From:      Oliver Heesakkers <freebsd@heesakkers.info>
To:        freebsd-ports@freebsd.org
Cc:        Matthieu Volat <mazhe@alkumuna.eu>
Subject:   Re: CFT: vlc 2.0.3 - want to know where it works and where only partly
Message-ID:  <1635832.uAdtHbXr7n@pcoliver.heesakkers.info>
In-Reply-To: <20120801200416.ee78392cd7c437c6ec98535d@alkumuna.eu>
References:  <20120730191515.GA9678@triton8.kn-bremen.de> <201207311829.q6VITSEZ018706@triton8.kn-bremen.de> <20120801200416.ee78392cd7c437c6ec98535d@alkumuna.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Op wo 01 aug 2012 20:04:16 schreef Matthieu Volat:
> On Tue, 31 Jul 2012 20:29:28 +0200 (CEST)
> 
> Juergen Lock <nox@jelal.kn-bremen.de> wrote:
> > [...]
> > 
> >  New patches here, please also test with phonon-vlc if you use it:
> > 	http://people.freebsd.org/~nox/tmp/vlc-2.0.3-002.patch
> > 	
> > 	http://people.freebsd.org/~nox/tmp/livemedia-20120404-001.patch
> > 
> > [...]
> 
> Hmm, for some reason, vlc port do not find the live liveMedia installation :
> # make
> ...
> checking for live555 version 1324598400 or later... no
> configure: WARNING: liveMedia is missing or its installed version is too
> old: Version 2011.12.23 or later is required to proceed.
> You can get an updated one from http://www.live555.com/liveMedia .
> configure: error: Update live555 or pass --disable-live555 to disable RTSP
> input support. ...
> 
> 
> When looking at the config log :
> ...
> configure:27786: clang++ -E
> -I/usr/ports/multimedia/vlc/work/fake/usr/local/include
> -I/usr/ports/multimedia/vlc/work/vlc-2.0.3/include  -I/usr/local/include
> -I/usr/local/ffmpeg    -I/usr/local/include/speex -I/usr/local/include
> -I/usr/include/liveMedia -I/usr/include/groupsock
> -I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment
> conftest.cpp conftest.cpp:121:10: fatal error: 'liveMedia_version.hh' file
> not found #include <liveMedia_version.hh>
>          ^
> 1 error generated.
> configure:27786: $? = 1
> ...
> 
> 
> I've noticed that the patched version of net/liveMedia installed itself in
> /usr/local/live, is it normal?

Yes, or at least it has always been this way.

> Am I missing something?

At the start of configure it is reported that --with-live555-tree is an 
unrecognized option.
Changing line 381 of the patched Makefile for vlc to:

CPPFLAGS+=-I${LOCALBASE}/live/liveMedia/include

and removing the backslash from the line before of course, looks like a good 
solution to me.




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