From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 2 19:35:05 2012 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC91106564A; Thu, 2 Aug 2012 19:35:05 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 370198FC08; Thu, 2 Aug 2012 19:35:05 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 567431E000F2; Thu, 2 Aug 2012 21:35:04 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q72JTTkV040667; Thu, 2 Aug 2012 21:29:29 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q72JTT5M040666; Thu, 2 Aug 2012 21:29:29 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 2 Aug 2012 21:29:29 +0200 To: Doug Barton Message-ID: <20120802192929.GA40641@triton8.kn-bremen.de> References: <20120730191515.GA9678@triton8.kn-bremen.de> <6721404.6TN6vjRsm3@pcoliver.heesakkers.info> <201207311829.q6VITSEZ018706@triton8.kn-bremen.de> <20120801200416.ee78392cd7c437c6ec98535d@alkumuna.eu> <20120801222809.GA11638@triton8.kn-bremen.de> <20120801234858.GA9238@triton8.kn-bremen.de> <501AD309.7060207@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <501AD309.7060207@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: multimedia@FreeBSD.org, freebsd@heesakkers.info, nork@FreeBSD.org, Matthieu Volat , Juergen Lock , freebsd-ports@FreeBSD.org Subject: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 19:35:05 -0000 On Thu, Aug 02, 2012 at 12:20:41PM -0700, Doug Barton wrote: > On 08/01/2012 16:48, Juergen Lock wrote: > > On Thu, Aug 02, 2012 at 12:28:09AM +0200, Juergen Lock wrote: > >> On Wed, Aug 01, 2012 at 08:04:16PM +0200, Matthieu Volat wrote: > >>> On Tue, 31 Jul 2012 20:29:28 +0200 (CEST) > >>> Juergen Lock 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 > >>> ^ > >>> 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? Am I missing something? > >> > >> Looks like I didn't actually enable the LIVEMEDIA knob when I `tested' > >> it... I tried to fix it (configure finds it now), tho I couldn't find > >> an rtsp url that actually worked; I tested a few from here: > >> > >> http://wiki.multimedia.cx/index.php?title=RTSP > >> > >> And I also cleaned up some no longer supported knobs. New patch here: > >> > >> http://people.freebsd.org/~nox/tmp/vlc-2.0.3-003.patch > > > > Fixed rtsp now: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.3-004.patch > > Sorry, I just tried the patch and I'm getting the same error as Matthieu: > > configure: WARNING: liveMedia is missing or its installed version is too > old: > Version 2011.12.23 or later is required to proceed. > > The version in ports is 2011.06.16, which does indeed seem older than > 2011.12.23. nork, any chance of an upgrade? Yeah I posted the patch together with the vlc update earlier in the thread: http://people.freebsd.org/~nox/tmp/livemedia-20120404-001.patch (As posted btw this was already committed and backed out again earlier so I only grabbed the update out of the history and kept the PORTEPOCH.) HTH, :) Juergen