[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Shoes Video Support on Linux

Trans

1/17/2009 4:34:00 PM

When downloading Shoes for Linux I did not see a binary package with
video support. Is there a reason for this? Will such a package be
forth coming? And if not is there a way to detect in a program if
video support if available or not?

Thanks,
T.

3 Answers

Pierre Pat

1/19/2009 12:20:00 AM

0

Considering this: http://help.shoooes.net/... I would say the
default package has video support.
It sounds like if it doesn't have it, it's specified in the file name.

But I haven't tried using videos yet with Shoes.
--
Posted via http://www.ruby-....

rick_2047

1/20/2009 4:30:00 AM

0

You need to have libvlc (you didn't mention on which os you are on so
just search or ask other people who use your os how to install it)
then while making do
make VIDEO=3D1
that should do the trick

On Jan 18, 4:20=A0pm, Pierre Pat <theyoji...@gmail.com> wrote:
> Considering this:http://help.shoooes.net/V... would say the
> default package has video support.
> It sounds like if it doesn't have it, it's specified in the file name.
>
> But I haven't tried using videos yet with Shoes.
> --
> Posted viahttp://www.ruby-....

Trans

1/22/2009 12:56:00 PM

0



On Jan 18, 7:20=A0pm, Pierre Pat <theyoji...@gmail.com> wrote:
> Considering this:http://help.shoooes.net/V... would say the
> default package has video support.
> It sounds like if it doesn't have it, it's specified in the file name.
>
> But I haven't tried using videos yet with Shoes.
> --
> Posted viahttp://www.ruby-....

I downloaded this:

http://shoooes.net/dist/...

It's a pre-compiled binary. When I tried the #video method it gave
some error in the Shoes console about the lack of Video support. If I
redistribute my executable, I don't want end users to have to compile
shoes to make it work. So that's why I was asking.

-trans