From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 29 15:48:47 2013 Return-Path: Delivered-To: freebsd-multimedia@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 92930B75; Thu, 29 Aug 2013 15:48:47 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC8CE2249; Thu, 29 Aug 2013 15:48:46 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id mx12so252171bkb.6 for ; Thu, 29 Aug 2013 08:48:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=J2kctAR21Vw15c4FWDG3iPg1umPO79BLhs4IwCyc6HI=; b=fvxVhCsELETHfCwKMU2evcQ5VQdJrwOE/+QIVM+ytYCKXdRKFWgkPY4F+yZWC71cNj C5Rwt2kq/v0U3BBzP34bmMkIb4uHk45GT4xVlsKjxqAMRjSTSvE1bnZiz61Q+Y6+/lpx mjL5sMQVO13FzNHvohmIKhC8FAJtGfpQUVdgm+U4wx1FcMAaIr78QbhCIs4cSUIsrcE1 1fF9dxJBIBVHUMX7hXIE2fyi453Y6Un4UIryiY/YQjNtQCLwtnaxHwzLhGZ/plSjfkmu qpv24S72TPuOnS2GGh6ovknk+S7d8i9IzrhzcUkcp1yfP5BN4ZQ7eiYFdLzxKpASahSq en5A== X-Received: by 10.204.199.132 with SMTP id es4mr2464839bkb.28.1377791324262; Thu, 29 Aug 2013 08:48:44 -0700 (PDT) Received: from ernst.home (p578E1F6E.dip0.t-ipconnect.de. [87.142.31.110]) by mx.google.com with ESMTPSA id m6sm7409159bki.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 29 Aug 2013 08:48:43 -0700 (PDT) Date: Thu, 29 Aug 2013 17:48:40 +0200 From: Gary Jennejohn To: Juergen Lock Subject: Re: CFT: vlc 2.0.8 (with two PRs applied) Message-ID: <20130829174840.1f755fe8@ernst.home> In-Reply-To: <20130828202616.GA34647@triton8.kn-bremen.de> References: <20130828202616.GA34647@triton8.kn-bremen.de> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 15:48:47 -0000 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. Unluckily, the 2.0.7,3 port doesn't even compile, so I don't have a working vlc anymore :( FreeBSD 10.0-CURRENT #10: Sat Aug 10 amd64 -- Gary Jennejohn