Forum: Ruby-Gnome 2 Howto install gstreamer gem on windows

Posted by Regis d'Aubarede (raubarede)
on 2011-10-07 02:06
Hello,

I would like to run the Satoshi test of gst+gtk on Windows.

But what is the procedure for install gstreamer+gem gstreamer ?

I have already
  ruby 1.9.2p180
  devkit
  ossbuid GStreamer-WinBuilds-GPL-x86.msi
  GStreamer-WinBuilds-SDK-GPL-x86.msi

I got :
>gem install gstreamer
.....
D:/usr/ruby/Ruby19/bin/ruby.exe extconf.rb
checking for GCC... yes
checking for rb_define_alloc_func() in ruby.h... no
checking for rb_block_proc() in ruby.h... no
checking for new allocation framework... yes
checking for attribute assignment... no
checking for Win32 OS... yes
checking for gstreamer-0.10... no

Thank you,
Posted by jake kaiden (lljk)
on 2011-10-07 02:15
hi Regis,

  follow steps III and IV here: 
https://github.com/lljk/rubyWax/wiki/rubyWax-and-Windows

 - j
Posted by Regis d'Aubarede (raubarede)
on 2011-10-07 02:57
That's work !

append
window.set_default_size(1000,1000*3/4)

Thank you,
Posted by jake kaiden (lljk)
on 2011-10-07 03:16
great!

  thanks really go to kou and ashbb for getting everything together - i 
just happened to have the links!

  speaking of which, kou, ashbb - from what i understand, these gems 
aren't quite "done" yet, let us know when they are, and i'll update the 
wiki...

 - j
Posted by Kouhei Sutou (Guest)
on 2011-10-10 03:56
(Received via mailing list)
Hi,

In <a91f395dcf5eba2d9d9528cf52bcf734@ruby-forum.com>
  "Re: [ruby-gnome2-devel-en] Howto install gstreamer gem on windows" on 
Fri, 07 Oct 2011 03:16:34 +0200,
  jake kaiden <ruby-forum-incoming@andreas-s.net> wrote:

>   thanks really go to kou and ashbb for getting everything together - i
> just happened to have the links!
>
>   speaking of which, kou, ashbb - from what i understand, these gems
> aren't quite "done" yet, let us know when they are, and i'll update the
> wiki...

I built Ruby/GStreamer for Windows gem just for test because
the build way isn't reasonable...

Premise: I'm using Debian GNU/Linux sid. So I need to do all
things on Debian GNU/Linux.

  (1) I download installer from http://code.google.com/p/ossbuild/.
  (2) I run the installer by wine.
  (3) I create *.pc for files in the installer.
  (4) I cross-compile against files in the installer.
  (5) I create *.gem.
  (6) I push *.gem to rubygems.org.

(4)-(6) are easy because we already have automated Rake
tasks. They are uses for other Ruby-GNOME2 gems for
Windows. (e.g. glib2, gtk2, ...)

(1)-(3) aren't easy because we can't automated them. ((3)
has been automated. :p) If we can get GStreamer binaries as
zip such as GTK+ binaries distributed on gtk.org, we can
be able to atuomate them.

ashbb requests it on gstreamer ossbuild forums
http://ossbuild.hoytsoft.org/forums/yaf_postst41_C...
but it's not responded yet.


Thanks,
--
kou
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.