From owner-freebsd-ports@FreeBSD.ORG Thu Aug 29 17:38:13 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7C1836E; Thu, 29 Aug 2013 17:38:13 +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 A4DD72ADA; Thu, 29 Aug 2013 17:38:13 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 297CD1E007B6; Thu, 29 Aug 2013 19:38:06 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r7THa1Nw002210; Thu, 29 Aug 2013 19:36:01 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r7THa1OJ002209; Thu, 29 Aug 2013 19:36:01 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 29 Aug 2013 19:36:01 +0200 To: Gary Jennejohn Subject: Re: CFT: vlc 2.0.8 (with two PRs applied) Message-ID: <20130829173601.GA997@triton8.kn-bremen.de> References: <20130828202616.GA34647@triton8.kn-bremen.de> <20130829174840.1f755fe8@ernst.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130829174840.1f755fe8@ernst.home> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 17:38:14 -0000 On Thu, Aug 29, 2013 at 05:48:40PM +0200, Gary Jennejohn wrote: > On Wed, 28 Aug 2013 22:26:16 +0200 > Juergen Lock wrote: > > > Hi! > > > > It's this time again, there's a new vlc version out and I'd like to > > update the port: > > > > svn co https://svn.redports.org/nox/multimedia/vlc/ > > > > I have applied two PRs as well, ports/181596 and ports/181610, so > > livemedia and ncurses should work better now as well: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181596 > > Add subtitle, video, and audio track scrolling to VLC's ncurses.c module > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181610 > > livemedia breakage > > > > Please give this update a good testing again, I've added the other > > changes from vlc's NEWS file below. > > > > Dumps core every time I try to view a TS container, which is all I tried > out. I used the same setings as for an older version which worked. > Hmm. :( I tested ts from vdr (recordings as well as via streamdev, hd as well as sd) and they still played; only (also ts) recordings from my (old, sd) dreambox don't play with the default demuxer (avformat demuxer works for those but less so for others.) But that also was true with 2.0.7, and dreambox recordings don't crash vlc, just nothing plays. So I suppose we need a backtrace, preferably with vlc built with DEBUG knob enabled. And if you can put a problem file online I suppose that might also help. > Unluckily, the 2.0.7,3 port doesn't even compile, so I don't have > a working vlc anymore :( > I just committed the livemedia fix to 2.0.7 in ports while we debug this... > FreeBSD 10.0-CURRENT #10: Sat Aug 10 amd64 > > -- > Gary Jennejohn Thanx, :) Juergen