Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-12 Thread Dmitriy Sintsov
On 12.07.2011 8:30, Tim Starling wrote: On 08/07/11 21:18, Dmitriy Sintsov wrote: Hi! What's the proper way of thumbnail generation for Ogg media handler, so it will work like at commons? This is documented in the OggHandler README file:

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-12 Thread Tim Starling
On 13/07/11 01:45, Dmitriy Sintsov wrote: -- checking for module 'vorbis=1.2.3' -- package 'vorbis=1.2.3' not found -- checking for module 'vorbisenc=1.2.3' -- package 'vorbisenc=1.2.3' not found CentOS 5 only has libvorbis 1.1.2, not 1.2.3. You will need to do a source install of a newer

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-11 Thread Dmitriy Sintsov
* Michael Dale md...@wikimedia.org [Fri, 08 Jul 2011 10:52:52 -0700]: I recommend using the static binaries hosted on firefogg or if you want to compile it your self using the build tools provided there: http://firefogg.org/nightly/ Hi Michael, thank you for the tips. Static binary for

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-11 Thread Dmitriy Sintsov
I run MediaWiki 1.17.0 (r6) and use TimedMediaHandler is r91852. I always prefer to run stable MW and latest extensions. Is it wrong idea? 2011/07/11 15:12:51 [error] 21984#0: *1029 FastCGI sent in stderr: PHP Warning: array_merge(): Argument #1 is not an array in /var/www/wiki/universe/extensi

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-11 Thread Dmitriy Sintsov
Yes, locally patched both issues, now runs fine. $wgExcludeFromThumbnailPurge is not defined in 1.17, made a check. BTW, it is a bit evil to exclude some extensions from Purge. Maybe there should be another action Superpurge? Linker::link() was called statically in TranscodeStatusTable class.

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-11 Thread Michael Dale
Thanks for this thread, Please do commit fixes for 1.17, If not obvious already I have really only been targeting trunk. While the extension has been around since before 1.16, it would be very complicated to restore the custom resource loader it was using before there was a resource loader in

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-11 Thread Tim Starling
On 08/07/11 21:18, Dmitriy Sintsov wrote: Hi! What's the proper way of thumbnail generation for Ogg media handler, so it will work like at commons? This is documented in the OggHandler README file: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/OggHandler/README In short, you

Re: [Wikitech-l] thumbnail generation for Extension:OggHandler

2011-07-08 Thread Michael Dale
I recommend using the static binaries hosted on firefogg or if you want to compile it your self using the build tools provided there: http://firefogg.org/nightly/ Also I would suggest you take a look at TimedMediahandler as an alternative to oggHandler it has a lot more features such as WebM,