Re: [CFT] mplayer / mencoder port update

2010-11-30 Thread Thomas Zander
On Tue, Nov 30, 2010 at 11:59, Martin Matuska wrote: > I have just updated x264 to 0.110.1804 Great! Merci, Riggs ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freeb

Re: [CFT] mplayer / mencoder port update

2010-11-30 Thread Martin Matuska
I have just updated x264 to 0.110.1804 We use now original x264 versioning scheme for PORTVERSION. Dňa 17.11.2010 21:44, Thomas Zander wrote / napísal(a): > Hi, > > I have prepared a new tarball, for download at the usual location: > > http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2 > > Most no

Re: [CFT] mplayer / mencoder port update

2010-11-17 Thread Thomas Zander
Hi, I have prepared a new tarball, for download at the usual location: http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2 Most notable changes: - remove volume-per-channel patch, instead pkg-message explains the issue and the solutions - remove RUN_DEPENDS for live media @Martin: Do you have pl

Re: [CFT] mplayer / mencoder port update

2010-11-14 Thread Anonymous
na...@mips.inka.de (Christian Weisgerber) writes: > Thomas Zander wrote: > >> I have prepared a recent mplayer snapshot for a possible update for >> mplayer and mencoder ports. >> You can find the tarball here: >> >> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > The default lavf demuxer

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Anonymous
Anonymous writes: >> >> Please, don't include it by default for everyone. > > If it's not gonna be included by default there should be a note in > PKGMESSAGE about how VPC on 8.x affects volume control in mplayer > and a suggestion to use -softvol. Oops, hw.snd.vpc_autoreset=0 is probably better

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Anonymous
Michal Varga writes: > On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote: >> Can you try to replace >> >> #ifdef __FreeBSD__ >> >> with >> >> #ifdef __FreeBSD__ && __FreeBSD_version >= 800097 >> >> Alternatively, just hide the patch under ${OSVERSION} >= 800097. > > Just my 2 cents: > >

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Michal Varga
On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote: > Can you try to replace > > #ifdef __FreeBSD__ > > with > > #ifdef __FreeBSD__ && __FreeBSD_version >= 800097 > > Alternatively, just hide the patch under ${OSVERSION} >= 800097. Just my 2 cents: Wouldn't be easier to simply made the pa

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Anonymous
na...@mips.inka.de (Christian Weisgerber) writes: > Thomas Zander wrote: > >> I have prepared a new tarball dealing with the issues reported so far. >> You can find it here: >> >> http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 > > Not good. When I play a video, sound file, or stream where t

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Christian Weisgerber
Thomas Zander wrote: > I have prepared a new tarball dealing with the issues reported so far. > You can find it here: > > http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 Not good. When I play a video, sound file, or stream where the audio is decoded by mplayer (MP3, AAC, Vorbis) and pause p

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Stefan Ehmann
On Friday 12 November 2010 11:24:01 Gary Jennejohn wrote: > On Thu, 11 Nov 2010 23:13:14 +0100 > > Thomas Zander wrote: > > I have prepared a new tarball dealing with the issues reported so far. > > You can find it here: > > > > http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 > > > > Most no

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Gary Jennejohn
On Fri, 12 Nov 2010 11:24:01 +0100 Gary Jennejohn wrote: > On Thu, 11 Nov 2010 23:13:14 +0100 > Thomas Zander wrote: > > > I have prepared a new tarball dealing with the issues reported so far. > > You can find it here: > > > > http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 > > > > Most n

Re: [CFT] mplayer / mencoder port update

2010-11-12 Thread Gary Jennejohn
On Thu, 11 Nov 2010 23:13:14 +0100 Thomas Zander wrote: > I have prepared a new tarball dealing with the issues reported so far. > You can find it here: > > http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 > > Most notable changes: > - includes Ariff's volume-per-channel patch > - uses x264-d

Re: [CFT] mplayer / mencoder port update

2010-11-11 Thread Thomas Zander
Hi, I have prepared a new tarball dealing with the issues reported so far. You can find it here: http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2 Most notable changes: - includes Ariff's volume-per-channel patch - uses x264-devel for mencoder - does not link to external mpg123 Please continue

Re: [CFT] mplayer / mencoder port update

2010-11-10 Thread Christian Weisgerber
Thomas Zander wrote: > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 The default lavf demuxer is still broken for Ogg streams. Try this: $ mplayer http://

Re: [CFT] mplayer / mencoder port update

2010-11-09 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@hades.panopticon) wrote: > I'll also run it in a tinderbox with various options flipped to > nondefault values and report. Done, all good. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ruh

Re: [CFT] mplayer / mencoder port update

2010-11-08 Thread Anonymous
Thomas Zander writes: > On Sun, Nov 7, 2010 at 14:17, Anonymous wrote: > >> Can you include ariff's patch for VPC (Volume Per Channel)? > > I haven't used it myself yet, but it seems quite useful. I'll check it > out, thanks! > >> Also, did you miss -ac mpg123 with previous update intentionally?

Re: [CFT] mplayer / mencoder port update

2010-11-08 Thread Dmitry Marakasov
* Thomas Zander (thomas.e.zan...@googlemail.com) wrote: > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occasions to

Re: [CFT] mplayer / mencoder port update

2010-11-08 Thread Thomas Zander
On Sun, Nov 7, 2010 at 14:17, Anonymous wrote: > Can you include ariff's patch for VPC (Volume Per Channel)? I haven't used it myself yet, but it seems quite useful. I'll check it out, thanks! > Also, did you miss -ac mpg123 with previous update intentionally? You mean the laste update to hit

Re: [CFT] mplayer / mencoder port update

2010-11-08 Thread Thomas Zander
On Sun, Nov 7, 2010 at 19:27, Stefan Ehmann wrote: > Built fine here. Unfortunately, x264 support in mencoder is broken. > > Apparently, mencoder wants X264_BUILD >= 99, but multimedia/x264 is at build > 98. True, x264-devel is already at 104, so in the near future this problem will be eliminate

Re: [CFT] mplayer / mencoder port update

2010-11-07 Thread Stefan Ehmann
On Sunday 07 November 2010 12:50:48 Thomas Zander wrote: > Hi, > > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occa

Re: [CFT] mplayer / mencoder port update

2010-11-07 Thread Anonymous
Thomas Zander writes: > Hi, > > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occasions to get it to build and I > hav

[CFT] mplayer / mencoder port update

2010-11-07 Thread Thomas Zander
Hi, I have prepared a recent mplayer snapshot for a possible update for mplayer and mencoder ports. You can find the tarball here: http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 Since I had to tweak it on several occasions to get it to build and I have tested it only on amd64 so far, please