Re: CFT: vlc 2.2.0

2015-03-10 Thread Fabian Keil
Scott Furry scott.wl.fu...@gmail.com wrote:

 On 09/03/2015 08:46, Fabian Keil wrote:
  Juergen Lock n...@jelal.kn-bremen.de wrote:
 
I just saw vlc 2.2.0 is out and updated the port, please test:
 
 https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch
[...]
  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
  and I wouldn't be surprised if the problem was OS-independent.

 There is also a vlc preference setting to control video sizing. So, if 
 you have the window not maximized, the window will be seen to adjust 
 automatically to the video size. This can be changed in 
 tools-preferneces-interface-Resize Interface to video size. I 
 believe the default for this sitting is checked.

Thanks for the info. Toggling the option off seems to prevent the problem. 

Fabian


pgp2fTbWxe6m8.pgp
Description: OpenPGP digital signature


Re: CFT: vlc 2.2.0

2015-03-10 Thread Juergen Lock
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.62887...@fabiankeil.de you write:
  Juergen Lock n...@jelal.kn-bremen.de 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-unsubscr...@freebsd.org


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: CFT: vlc 2.2.0

2015-03-09 Thread Fabian Keil
Juergen Lock n...@jelal.kn-bremen.de wrote:

  I just saw vlc 2.2.0 is out and updated the port, please test:
 
   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
[...]
 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 ]

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
and I wouldn't be surprised if the problem was OS-independent.

Fabian


pgp__gCXW_quL.pgp
Description: OpenPGP digital signature


Re: CFT: vlc 2.2.0

2015-03-09 Thread Scott Furry

On 09/03/2015 08:46, Fabian Keil wrote:

Juergen Lock n...@jelal.kn-bremen.de wrote:


  I just saw vlc 2.2.0 is out and updated the port, please test:

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
[...]
 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 ]

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
and I wouldn't be surprised if the problem was OS-independent.

Fabian
There is also a vlc preference setting to control video sizing. So, if 
you have the window not maximized, the window will be seen to adjust 
automatically to the video size. This can be changed in 
tools-preferneces-interface-Resize Interface to video size. I 
believe the default for this sitting is checked.


S
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: CFT: vlc 2.2.0

2015-03-09 Thread Juergen Lock
In article 2d36b48f.62887...@fabiankeil.de you write:
Juergen Lock n...@jelal.kn-bremen.de 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: CFT: vlc 2.2.0

2015-03-09 Thread Baptiste Daroussin
On Mon, Mar 09, 2015 at 10:15:04PM +0100, Juergen Lock wrote:
 In article 2d36b48f.62887...@fabiankeil.de you write:
 Juergen Lock n...@jelal.kn-bremen.de 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
 
 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-unsubscr...@freebsd.org


pgpaaTAXtsU3n.pgp
Description: PGP signature