CFT: mplayer and mencoder updates

2012-03-23 Thread Thomas Zander
Hi list, on http://bsdistfiles.googlecode.com/files/m20120323.tar.bz2 you can find the draft of updates to the mplayer and mencoder ports. Please have a look, play with it and let me know what you think. I tested it on 8-STABLE i386 and amd64 only so far, so I hope it works for 9 and 10 as well.

Re: CFT: mplayer and mencoder updates

2011-12-30 Thread Thomas Zander
And here we go again. On Fri, Dec 30, 2011 at 20:44, Thomas Zander wrote: > Regarding the dependency on gcc46. I'll make some tests whether to > keep supporting builds with the base system gcc for those who don't > wish to install gcc from ports is doable. http://www.rrr.de/~riggs/mplayer/m2011

Re: CFT: mplayer and mencoder updates

2011-12-30 Thread Thomas Zander
Hi all, and another quick iteration of the port, no big changes. Since it is still December 30 today, the URL stays the same, simply the content has been updated: http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 Changes: - Remove the patch for BROKEN_RELOCATIONS (thanks Jan for the heads-up) -

Re: CFT: mplayer and mencoder updates

2011-12-30 Thread Zhihao Yuan
On Fri, Dec 30, 2011 at 3:27 AM, Jan Beich wrote: > Zhihao Yuan writes: > >>> Zhihao Yuan writes: >>> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander wrote: > Hi, > > thank you all for your comments on the first iteration of the ports. > A heavily revised version can be

Re: CFT: mplayer and mencoder updates

2011-12-30 Thread Gary Jennejohn
On Fri, 30 Dec 2011 01:07:58 +0100 Thomas Zander wrote: > Hi, > > thank you all for your comments on the first iteration of the ports. > A heavily revised version can be found on > http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 > > Changes: > - reduce the number of explicit --enable- where

Re: CFT: mplayer and mencoder updates

2011-12-30 Thread Jan Beich
Zhihao Yuan writes: >> Zhihao Yuan writes: >> >>> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander >>> wrote: Hi, thank you all for your comments on the first iteration of the ports. A heavily revised version can be found on http://www.rrr.de/~riggs/mplayer/m20111230.tar.

Re: CFT: mplayer and mencoder updates

2011-12-29 Thread Zhihao Yuan
On Thu, Dec 29, 2011 at 8:01 PM, Jan Beich wrote: > Zhihao Yuan writes: > >> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander >> wrote: >>> Hi, >>> >>> thank you all for your comments on the first iteration of the ports. >>> A heavily revised version can be found on >>> http://www.rrr.de/~riggs/mp

Re: CFT: mplayer and mencoder updates

2011-12-29 Thread Jan Beich
Zhihao Yuan writes: > On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander > wrote: >> Hi, >> >> thank you all for your comments on the first iteration of the ports. >> A heavily revised version can be found on >> http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 >> >> Changes: [...] >> - use newer g

Re: CFT: mplayer and mencoder updates

2011-12-29 Thread Zhihao Yuan
On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander wrote: > Hi, > > thank you all for your comments on the first iteration of the ports. > A heavily revised version can be found on > http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 > > Changes: > - reduce the number of explicit --enable- where it se

Re: CFT: mplayer and mencoder updates

2011-12-29 Thread Thomas Zander
Hi, thank you all for your comments on the first iteration of the ports. A heavily revised version can be found on http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 Changes: - reduce the number of explicit --enable- where it seemed reasonable, hence deviate less from the intention of the configu

Re: CFT: mplayer and mencoder updates

2011-12-21 Thread Tom Evans
On Mon, Dec 19, 2011 at 10:35 PM, Thomas Zander wrote: > Hi list, > > on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the > draft of updates to the mplayer and mencoder ports. > > Please have a look, play with it and let me know what you think. > I tested it on 8.2 STABLE i386 a

Re: CFT: mplayer and mencoder updates

2011-12-21 Thread Yamagi Burmeister
Hi :) 1. The BLURAY is option is broken: cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -O4 -m

Re: CFT: mplayer and mencoder updates

2011-12-20 Thread Zhihao Yuan
On Tue, Dec 20, 2011 at 3:02 PM, Thomas Zander wrote: > On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan wrote: >> stable/8: >> >> gcc: >> >> ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open': >> udp.c:(.text+0xf8e): undefined reference to `pthread_create' >> ffmpeg/libavcodec/libavcodec.

Re: CFT: mplayer and mencoder updates

2011-12-20 Thread Thomas Zander
On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan wrote: > stable/8: > > gcc: > > ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open': > udp.c:(.text+0xf8e): undefined reference to `pthread_create' > ffmpeg/libavcodec/libavcodec.a(pthread.o): In function `ff_thread_init': > pthread.c:(.text+0

Re: CFT: mplayer and mencoder updates

2011-12-19 Thread Zhihao Yuan
Hi: Could you take a look at this (support FreeBSD OSS 24-bit output)? http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156747 I unified the some patches here: https://gist.github.com/1362097 1. Disable ALSA explicitly; 2. Allow internal libass if ASS is tuned off; 3. OSS 24-bit output; 4. Fre

CFT: mplayer and mencoder updates

2011-12-19 Thread Thomas Zander
Hi list, on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the draft of updates to the mplayer and mencoder ports. Please have a look, play with it and let me know what you think. I tested it on 8.2 STABLE i386 and amd64 only so far, so I hope it works for 9 and 10 as well. As a