From owner-freebsd-ports@FreeBSD.ORG Mon Mar 9 21:16:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AE4EAA5 for ; Mon, 9 Mar 2015 21:16:24 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id ED559EC7 for ; Mon, 9 Mar 2015 21:16:23 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 94DB63DE0E19; Mon, 9 Mar 2015 22:16:15 +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 t29LF4Zt042911; Mon, 9 Mar 2015 22:15:04 +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 t29LF44v042910; Mon, 9 Mar 2015 22:15:04 +0100 (CET) (envelope-from nox) Date: Mon, 9 Mar 2015 22:15:04 +0100 (CET) From: Juergen Lock Message-Id: <201503092115.t29LF44v042910@enceladus10.kn-bremen.de> To: freebsd-listen@fabiankeil.de Subject: Re: CFT: vlc 2.2.0 X-Newsgroups: local.list.freebsd.ports In-Reply-To: <2d36b48f.6288711f@fabiankeil.de> References: <20150308190113.GA96042@enceladus10.kn-bremen.de> Organization: home Cc: freebsd-ports@freebsd.org 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: Mon, 09 Mar 2015 21:16:24 -0000 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... >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