GStreamer multimedia framework
Find a file
Aaron Bockover 88b3b2c712 2006-05-20 Aaron Bockover <aaron@abock.org>
* autogen.sh: Fixed a left over configure.in to configure.ac

    * confiugre.ac: Added check foo for NUnit

    * gstreamer-sharp.mdp:
    * gstreamer-sharp.mds: Added MonoDevelop solution

    * source/Makefile.am: Cleaned and fixed

    * tests/ConsoleUi.cs:
    * tests/ApplicationTest.cs:
    * tests/BinTest.cs:
    * tests/Makefile.am: Added NUnit test framework and a few tests for
    Gst.Application and Gst.Bin

    * gstreamer-sharp/CommonTags.cs:
    * gstreamer-sharp/*.custom:
    * gstreamer-sharp/glue/*.c: Cleaned up

    * gstreamer-sharp/Application.cs: New application bindings; fixed
    to work properly with GStreamer 0.10

    * gstreamer-sharp/Version.cs: New Gst.Version class

    * gstreamer-sharp/Makefile.am: Added Version.cs

    * gstreamer-sharp/plugins-base/PlayBin.cs: Fixed and extended PlayBin
    element binding with new (but not all) properties

    * Makefile.am: Added tests



git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60902 e3ebcda4-bce8-0310-ba0a-eca2169e7518
2006-05-20 22:35:40 +00:00
doc Removed all the stupid GNU Arch dot files/dirs; worse than CVS; jeesh 2006-05-19 19:33:35 +00:00
gstreamer-sharp 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
sample Removed all the stupid GNU Arch dot files/dirs; worse than CVS; jeesh 2006-05-19 19:33:35 +00:00
source 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
tests 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
AUTHORS Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
autogen.sh 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
ChangeLog 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
configure.ac 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00: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 Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
gstreamer-sharp.mdp 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
gstreamer-sharp.mds 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
gstreamer-sharp.snk Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
gtk-sharp-gapi-fixup.diff Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
Makefile.am 2006-05-20 Aaron Bockover <aaron@abock.org> 2006-05-20 22:35:40 +00:00
NEWS Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00:00
README Initial import of the sleek new gstreamer-sharp, a massive WIP 2006-05-19 19:24:35 +00: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 and apply the gapi-fixup patch and install gapi-fixup:

  $ cd ~/cvs/mono
  $ svn co svn://svn.myrealbox.com/trunk/gtk-sharp
  $ cd gtk-sharp
  $ patch -p0 < ~/cvs/mono/gstreamer-sharp/gtk-sharp-gapi-fixup.diff
  $ ./bootstrap-2.8 --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.