From owner-freebsd-ports@FreeBSD.ORG Tue Mar 10 19:45:55 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A977AF8E; Tue, 10 Mar 2015 19:45:55 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id C643438C; Tue, 10 Mar 2015 19:45:54 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 120523DE0E2C; Tue, 10 Mar 2015 20:45:52 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id t2AJfn6s082507; Tue, 10 Mar 2015 20:41:49 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id t2AJfmlc082506; Tue, 10 Mar 2015 20:41:48 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Tue, 10 Mar 2015 20:41:48 +0100 To: Baptiste Daroussin Subject: Re: CFT: vlc 2.2.0 Message-ID: <20150310194148.GA82364@enceladus10.kn-bremen.de> References: <20150308190113.GA96042@enceladus10.kn-bremen.de> <201503092115.t29LF44v042910@enceladus10.kn-bremen.de> <20150309232107.GA33487@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150309232107.GA33487@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org, Juergen Lock X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 19:45:55 -0000 On Tue, Mar 10, 2015 at 12:21:07AM +0100, Baptiste Daroussin wrote: > On Mon, Mar 09, 2015 at 10:15:04PM +0100, Juergen Lock wrote: > > In article <2d36b48f.6288711f@fabiankeil.de> you write: > > >Juergen Lock wrote: > > > > > >> I just saw vlc 2.2.0 is out and updated the port, please test: > > >>=20 > > >> https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch > > > > > >Thanks for the update. > > > > > >I get a couple of warnings at build time: > > > > > >configure: WARNING: unrecognized options: --disable-egl, --disable-libvnc, --disable-quicksync, --enable-dirac, --enable-glx, --with-qt-includes, --with-qt-libraries, --with-extra-includes, --with-extra-libs > > >[...] > > > > Yeah probably not important. > > > > >====> Running Q/A tests (stage-qa) > > >Warning: 'lib/vlc/plugins/codec/libtheora_plugin.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} > > >[... same message for the other plugins ....] > > > > > Not sure plugins should be stripped... > They should at least no reason not to strip them > > Added a STRIP_CMD: https://people.freebsd.org/~nox/tmp/vlc-2.2.0-002.patch > > >The installed binary seems to mostly work as expected. > > > > > >The only regression I noticed so far is that vlc doesn't get the final window > > >size right when it's started with a video file specified on the command line: > > >https://www.fabiankeil.de/bilder/screenshots/vlc/vlc-2.2.0-001-rendering-flaw.jpg > > > > > >After going to fullscreen and back again (for example by hitting f twice) > > >vlc uses the expected window size. Moving the window around has the same effect. > > >Loading the video through the GUI seems to work around the problem as well. > > > > > >I'm using a tiling window manager (i3) which could be part of the problem > > > > Possibly, I don't see this on lxde here. (which isn't tiling) > > > > >and I wouldn't be surprised if the problem was OS-independent. > > > > > Right. > > > > Thanx for testing! :) > > Juergen > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"