From owner-freebsd-ports@FreeBSD.ORG Wed Aug 15 12:04:34 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D968B106566C; Wed, 15 Aug 2012 12:04:33 +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 DAB728FC0A; Wed, 15 Aug 2012 12:04:32 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7A55C1E000C9; Wed, 15 Aug 2012 14:04:31 +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 q7FBphpV033380; Wed, 15 Aug 2012 13:51:43 +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 q7FBpgFG033379; Wed, 15 Aug 2012 13:51:42 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Aug 2012 13:51:42 +0200 To: Chris Rees Message-ID: <20120815115142.GA33206@triton8.kn-bremen.de> References: <20120813174521.GA65208@triton8.kn-bremen.de> <50295485.3010706@gwdg.de> <50295B53.3020902@gwdg.de> <20120813211109.GA71682@triton8.kn-bremen.de> <20120813214651.GA72570@triton8.kn-bremen.de> <5029D6AE.4050205@gwdg.de> <20120814114214.GB94259@triton8.kn-bremen.de> <502A8206.4090505@gwdg.de> <20120814192453.GA8026@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Rainer Hurling , Juergen Lock , freebsd-ports@FreeBSD.org Subject: Re: vlc 2.0.3 ProjectM path fix (was: Re: More rtld trouble) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2012 12:04:34 -0000 On Tue, Aug 14, 2012 at 08:31:58PM +0100, Chris Rees wrote: > On 14 August 2012 20:24, Juergen Lock wrote: > > On Tue, Aug 14, 2012 at 06:51:18PM +0200, Rainer Hurling wrote: > >> On 14.08.2012 13:42 (UTC+2), Juergen Lock wrote: > >> > On Tue, Aug 14, 2012 at 06:40:14AM +0200, Rainer Hurling wrote: > >> >> > >> >> > >> >> Am 13.08.2012 23:46 (UTC+1) schrieb Juergen Lock: > >> >>> [removed kan and kib from Cc as this is now not about rtld in fact] > >> >>> > >> >>> On Mon, Aug 13, 2012 at 11:11:09PM +0200, Juergen Lock wrote: > >> >>>> Hi kib, kan, sorry to bother you again but... :) > >> >>>> > >> >>>> On Mon, Aug 13, 2012 at 09:53:55PM +0200, Rainer Hurling wrote: > >> >>>> [...] > >> >>>>> > >> >>>>> (2) Option PROJM builds and installs, but crashes when I try to start it > >> >>>>> within vlc: > >> >>>>> > >> >>>>> No Textures Loaded from /usr/local/share/projectM/textures > >> >>>>> Segmentation fault (core dumped) > >> >>>>> > >> >>>>> As far as I can see, there is no path to projectM/textures (installed > >> >>>>> from libprojectM) on FreeBSD, but to projectM/presets? > >> >>>>> > >> >>>> I'll have to look at that next... > >> >>>>> > >> >>> Hmm, cannot seem to reproduce this one, sorry. (Or do I have to do > >> >>> something special in vlc to activate it? I just tried playing a > >> >>> video file...) > >> >> > >> >> I have the problem with ProjectM when playing audio files and turn the > >> >> ProjectM visualizations on. It immediately crashes. > >> >> > >> > Yes, I meanwhile found this too. Maybe our projectm port version > >> > is too old? > >> > >> I think I got it: It is only a problem of configuring in the running > >> vlc. You have to set the right path under > >> 'Settings','All','Audio','Visualizing','projectM'. That's all ;-) > >> > > Aah-haah! :) I've fixed the default paths and made a new patch: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.3-010.patch > > Is there anything I can do to the projectM port to make it easier for you? > > I'll see if I can get it to 2.1.0 shortly. I don't think so, this was just vlc using linux paths. Ok, maybe it could give an error instead of crashing when a font is not found... :) But that's minor. Thanx! Juergen