GStreamer multimedia framework
Go to file
2009-04-04 16:53:59 +02:00
doc 2006-06-04 Michael Dominic K. <michaldominik@gmail.com> 2006-06-04 13:30:16 +00:00
fixup Add missing file 2009-04-04 14:18:28 +02:00
gstreamer-sharp Fix instanciation of GLib.SignalArgs subclasses from the BindingHelper and the samples 2009-04-04 16:53:59 +02:00
sample Fix instanciation of GLib.SignalArgs subclasses from the BindingHelper and the samples 2009-04-04 16:53:59 +02:00
source First take at updating to 0.10.22 2009-04-04 14:18:34 +02:00
tests 2006/08/20 Khaled Mohammed (khaled.mohammed@gmail.com) 2006-08-20 22:37:48 +00:00
AUTHORS Same random build system cleanup 2009-04-04 14:34:33 +02:00
autogen.sh 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
ChangeLog Fixed sample/TypeFind.cs 2006-08-30 00:46:32 +00:00
configure.ac Same random build system cleanup 2009-04-04 14:34:33 +02:00
COPYING Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
gstreamer-sharp-0.10.pc.in 2006-05-25 Aaron Bockover <aaron@abock.org> 2006-05-25 15:30:29 +00:00
gstreamer-sharp.mdp 2006-07-13 Aaron Bockover <aaron@abock.org> 2006-07-13 16:16:51 +00:00
gstreamer-sharp.mds 2006-07-12 Aaron Bockover <aaron@abock.org> 2006-07-12 21:49:32 +00:00
gstreamer-sharp.snk Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
Makefile.am Make everything compilable again 2009-04-04 13:33:40 +02:00
NEWS Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
README Same random build system cleanup 2009-04-04 14:34:33 +02:00

DISCLAIMER
----------

This project is no where near completion and should NOT be used AT ALL 
in any release-ready/stable project. By building and installing this
project, you understand that no support will be given and it may very 
well set fire you your system and delete all of your data. If this 
happens, the only person responsible is yourself. You have been warned.

(It probably won't be that bad)


INSTALLATION
------------

To build gstreamer-sharp, you must have a subversion checkout of 
gtk-sharp-2.0:

  $ cd ~/cvs/mono
  $ svn co svn://svn.myrealbox.com/source/trunk/gtk-sharp
  $ cd gtk-sharp
  $ ./bootstrap-2.14 --prefix=/usr
  $ cd parser
  $ make
  $ sudo make install

This will patch, build, and install the fixed gapi-fixup tool without
overwriting your existing gtk-sharp library install. Of course, substitute
~/cvs/mono/ for the proper location of each respective checkout.

Once gapi-fixup has been installed, you may continue building 
gstreamer-sharp like any other source module.