Date: Sun, 18 Nov 2007 20:34:34 +0100 From: Raaf <raaf@zen.mooo.com> To: freebsd-multimedia@freebsd.org, Jeremy Messenger <mezz7@cox.net> Subject: Re: Miro (Democracy) player port is here... Message-ID: <474093CA.1030600@zen.mooo.com>
next in thread | raw e-mail | index | archive | help
Jeremy Messenger wrote:
> Hello folks,
> 
> One of my friend beg me to create a port of Miro, so I did. ;-) Hopeful I  
> have covered all dependencies. There is only a known issue is that for  
> some reason it doesn't show thumbnail. Other than thumbnail, it downloads,  
> displays video and etc work great. Feel free to report bug or whatever  
> under this thread. Have fun.
> 
Thanks for this awesome port! It compiled fine and I didn't find
any problems running it yet.
I think you have to add a runtime dependency on ImageMagick for
the thumbnails to work. I have it installed and I didn't notice any
missing thumbnails, but I do get some of these messages on stderr
when starting miro:
WARNING  Error resizing /home/raaf/.miro/icon-cache/164382047.01017303 to 226x170:
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/miro/imageresize.py", line 49, in multiResizeImage
    resizeImage(source_filename, resizedPath, width, height)
  File "/usr/local/lib/python2.5/site-packages/miro/platformutils.py", line 224, in resizeImage
    ignore_stderr=True)
  File "/usr/local/lib/python2.5/site-packages/miro/util.py", line 705, in call_command
    (args, pipe.returncode, stdout, stderr))
OSError: call_command with ('/usr/X11R6/bin/convert', '/home/raaf/.miro/icon-cache/164382047.01017303', '-strip', '-resize', '226x170>', '-gravity', 'center', '-bordercolor', 'black', '-border', '113', '-crop', '226x170+0+0', '+repage', '/home/raaf/.miro/icon-cache/164382047.226x170.01017303') has return code -11
stdout:
stderr:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474093CA.1030600>
