From owner-freebsd-ports@FreeBSD.ORG Mon Mar 9 23:21:13 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 E5B1C12E for ; Mon, 9 Mar 2015 23:21:12 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F02A315 for ; Mon, 9 Mar 2015 23:21:12 +0000 (UTC) Received: by wesx3 with SMTP id x3so32477177wes.4 for ; Mon, 09 Mar 2015 16:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=w8+UZ0yebbpB8pATlnxr2otiO+wn7AV2BuapT0AxZ50=; b=qoxCCmlokHwOYgk0JD3T8xEwJ5gqWapAOpr/zJFoJiEUZ9v8+hB8KdC32wkpFyXpLD Y1t84Pmh5jwdiSnMTHeVosOSzXk6KkDNRWAsZChlR/1a5bfqUntJHWI3WoaSOEQ7QWH4 U19/rpR9zCT7Xmos+rZxEv4ZC/1WeagYjRYT7fJH0sTtHCh8vk8K+35u6xP3pf9m+Phr qjm7xQBESiP2Co3vKkzxufB7qClswBPkqB1GBEODchW58FukkNGH6Uo8tQwm4Y9yWj9/ 38kJnINBLnDooBs7LaEWEr1aLd4ml7eEu2Vncx0WjZOmY87W2NlQZa/n5Xv7R82JaoNm We2Q== X-Received: by 10.194.185.68 with SMTP id fa4mr61161578wjc.111.1425943270867; Mon, 09 Mar 2015 16:21:10 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id p1sm1216609wib.23.2015.03.09.16.21.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2015 16:21:09 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 10 Mar 2015 00:21:07 +0100 From: Baptiste Daroussin To: Juergen Lock Subject: Re: CFT: vlc 2.2.0 Message-ID: <20150309232107.GA33487@ivaldir.etoilebsd.net> References: <20150308190113.GA96042@enceladus10.kn-bremen.de> <201503092115.t29LF44v042910@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <201503092115.t29LF44v042910@enceladus10.kn-bremen.de> User-Agent: Mutt/1.5.23 (2014-03-12) 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 23:21:13 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: > >>=3D20 > >> 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-libvn= c, --disable-quicksync, --enable-dirac, --enable-glx, --with-qt-includes, -= -with-qt-libraries, --with-extra-includes, --with-extra-libs > >[...] >=20 > Yeah probably not important. >=20 > >=3D=3D=3D=3D> Running Q/A tests (stage-qa) > >Warning: 'lib/vlc/plugins/codec/libtheora_plugin.so' is not stripped con= sider trying INSTALL_TARGET=3Dinstall-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 >=20 > >The installed binary seems to mostly work as expected. > > > >The only regression I noticed so far is that vlc doesn't get the final w= indow > >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 we= ll. > > > >I'm using a tiling window manager (i3) which could be part of the problem >=20 > Possibly, I don't see this on lxde here. (which isn't tiling) >=20 > >and I wouldn't be surprised if the problem was OS-independent. > > > Right. >=20 > 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" --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlT+KuMACgkQ8kTtMUmk6Ey7dACfaLXnIHjX8m1Mt2qa27dz7Ny5 B2sAoJ3PJo4T9faN9LjbbaizNgq7GdN8 =2hDV -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--