diff --git a/ChangeLog b/ChangeLog index 819937486..66cb35a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-29 Mike Kestner + + * gst/* : kill. it's been spun out the the gst-sharp module. + * sources/Makefile.am : remove gst source download target. + * sources/gtk-sharp-sources.xml : remove gst nodes. + 2004-04-29 Mike Kestner * configure.in : expand the AssemblyInfo.cs files. diff --git a/gst/.cvsignore b/gst/.cvsignore deleted file mode 100755 index 4562d9438..000000000 --- a/gst/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -*.dll -generated -generated-stamp -Makefile -Makefile.in -*-api.xml - diff --git a/gst/Application.cs b/gst/Application.cs deleted file mode 100755 index 43b6a7155..000000000 --- a/gst/Application.cs +++ /dev/null @@ -1,35 +0,0 @@ -// -// Application.cs - Gst initialization -// -// Author: Alp Toker -// -// 2002 (C) Copyright, Alp Toker -// - - -namespace Gst { - - using System; - using System.Runtime.InteropServices; - - public class Application { - - [DllImport("gstreamer")] - static extern void gst_init (int argc, IntPtr argv); - - public static void Init () - { - gst_init (0, new IntPtr(0)); - } - - [DllImport("gstreamer")] - static extern void gst_init (ref int argc, ref String[] argv); - - public static void Init (ref string[] args) - { - int argc = args.Length; - gst_init (ref argc, ref args); - } - - } -} diff --git a/gst/Element.custom b/gst/Element.custom deleted file mode 100644 index 1a8d0b590..000000000 --- a/gst/Element.custom +++ /dev/null @@ -1,10 +0,0 @@ -// -// Element.custom -// -// This code is inserted after the automatically generated code. -// - - public void SetProperty(string property_name, string value) { - GLib.Value val = new GLib.Value (value); - gst_element_set_property(Handle, property_name, val.Handle); - } diff --git a/gst/Gst.metadata b/gst/Gst.metadata deleted file mode 100644 index 8b8a2dbba..000000000 --- a/gst/Gst.metadata +++ /dev/null @@ -1,14 +0,0 @@ - - - UpdateEvent - event_type - seek_type - - - //object[@cname='GstAutoplug'] - 1 - - - 1 - 1 - diff --git a/gst/Makefile.in b/gst/Makefile.in deleted file mode 100755 index ced7165d9..000000000 --- a/gst/Makefile.in +++ /dev/null @@ -1,36 +0,0 @@ -APIS= gst-api.xml - -RUNTIME=@MONO@ -MCS=mcs -ASSEMBLY=gst-sharp.dll - -all: $(ASSEMBLY) - -generated-stamp: $(APIS) ../generator/gapi_codegen.exe - $(RUNTIME) ../parser/gapi-fixup.exe --api=gst-api.xml --metadata=Gst.metadata && \ - $(RUNTIME) ../generator/gapi_codegen.exe --generate $(APIS) \ - --outdir=generated --customdir=. --assembly-name=gst-sharp \ - && touch generated-stamp - -$(ASSEMBLY): *.cs generated-stamp - $(MCS) --unsafe --target library \ - -r glib-sharp.dll -o $(ASSEMBLY) --recurse '*.cs' - -clean: - rm -f generated-stamp - rm -f $(ASSEMBLY) - rm -rf generated - -prefix=@prefix@ -DESTDIR= -apidir=$(DESTDIR)$(prefix)/share/gapi -libdir=$(DESTDIR)$(prefix)/lib - -install: all - ../mkinstalldirs $(libdir) && \ - ../mkinstalldirs $(apidir) && \ - for i in $(APIS); do \ - cp $$i $(apidir) || true; \ - done && \ - cp $(ASSEMBLY) $(libdir) - diff --git a/gst/gst-api.xml b/gst/gst-api.xml deleted file mode 100644 index 41dfb5faf..000000000 --- a/gst/gst-api.xml +++ /dev/null @@ -1,4474 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sources/Makefile.am b/sources/Makefile.am index fb1939eb1..565293296 100644 --- a/sources/Makefile.am +++ b/sources/Makefile.am @@ -1,7 +1,6 @@ EXTRA_DIST = \ README \ gtk-sharp-sources.xml \ - gstreamer-parse.patch \ gtkhtml-font-style-enum.patch @@ -38,10 +37,6 @@ get-gtkhtml-code: wget http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/3.0/gtkhtml-3.0.8.tar.gz --output-document=- | tar -xz $(GTKHTML_SOURCEFILES) patch -p0 < gtkhtml-font-style-enum.patch -get-gst-code: - wget http://ftp.gnome.org/pub/GNOME/sources/gstreamer/0.6/gstreamer-0.6.4.tar.gz --output-document=- | tar -xz - patch -p0 < gstreamer-parse.patch - get-source-code: get-gtkhtml-code get-gst-code for i in $(DOWNLOADS); do \ wget $$i --output-document=- | tar -xz ; \ diff --git a/sources/README b/sources/README index 17c790c32..1fec14a2a 100644 --- a/sources/README +++ b/sources/README @@ -69,7 +69,6 @@ WHAT'S REQUIRED libart_lgpl-2.3.10 libgda-1.0.0 libgnomedb-1.0.0 - gstreamer-0.6.4 librsvg-2.2.5 (If you create a new binding, that is part of Gtk#, be sure to add it diff --git a/sources/gstreamer-parse.patch b/sources/gstreamer-parse.patch deleted file mode 100644 index dc5265ef5..000000000 --- a/sources/gstreamer-parse.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: gstreamer-0.6.4/gst/gstatomic_impl.h -=================================================================== -@@ -323,7 +323,7 @@ - } - - /***** MIPS *****/ --#elif defined(HAVE_CPU_MIPS) && defined(__GNUC__) -+#elif defined(HAVE_CPU_MIPS) && defined(__GNUC__) && 0 - - GST_INLINE_FUNC void gst_atomic_int_init (GstAtomicInt *aint, gint val) { aint->counter = val; } - GST_INLINE_FUNC void gst_atomic_int_destroy (GstAtomicInt *aint) { } -@@ -375,7 +375,6 @@ - - /***** S/390 *****/ - #elif defined(HAVE_CPU_S390) && defined(__GNUC__) --typedef struct { volatile int counter; } atomic_t __attribute__ ((aligned (4))); - - GST_INLINE_FUNC void gst_atomic_int_init (GstAtomicInt *aint, gint val) { aint->counter = val; } - GST_INLINE_FUNC void gst_atomic_int_destroy (GstAtomicInt *aint) { } diff --git a/sources/gtk-sharp-sources.xml b/sources/gtk-sharp-sources.xml index 1b7677b97..90d87ceca 100644 --- a/sources/gtk-sharp-sources.xml +++ b/sources/gtk-sharp-sources.xml @@ -104,17 +104,6 @@ - - - - gstreamer-0.6.4/gst - gstreamer-0.6.4/gst/autoplug - gstreamer-0.6.4/gst/elements - gstreamer-0.6.4/gst/registries - gstreamer-0.6.4/gst/schedulers - - -