[Gtk-sharp-list] GStreamer bindings

Owen Fraser-Green owen@discobabe.net
Fri, 30 Apr 2004 11:19:51 +0200


--=-K9zDG4j27SDDJpY5RJAF
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,

Can I commit the attached patch which removes a reference to the old
get-gst-code target?

Cheers,
Owen

On Fri, 2004-04-30 at 06:18, Mike Kestner wrote:
> On Thu, 2004-04-29 at 18:57, John Luke wrote:
> 
> > As far as I am concerned, you can do that now, we know where to look if
> > we need anything, which I don't think we do.
> 
> Okay, done.
> 
> Thanks.

--=-K9zDG4j27SDDJpY5RJAF
Content-Disposition: attachment; filename=gst.patch
Content-Type: text/x-diff; name=gst.patch; charset=UTF-8
Content-Transfer-Encoding: 7bit

Index: ChangeLog
===================================================================
RCS file: /cvs/public/gtk-sharp/ChangeLog,v
retrieving revision 1.750
diff -u -r1.750 ChangeLog
--- ChangeLog	30 Apr 2004 03:50:44 -0000	1.750
+++ ChangeLog	30 Apr 2004 08:36:54 -0000
@@ -1,3 +1,7 @@
+2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
+
+	* sources/Makefile.am : remove reference to old gst target
+
 2004-04-29  Mike Kestner  <mkestner@ximian.com>
 
 	* mapdllnames.pl : remove unneccessary script
Index: sources/Makefile.am
===================================================================
RCS file: /cvs/public/gtk-sharp/sources/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- sources/Makefile.am	30 Apr 2004 03:44:57 -0000	1.2
+++ sources/Makefile.am	30 Apr 2004 08:36:58 -0000
@@ -37,7 +37,7 @@
 	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-source-code: get-gtkhtml-code get-gst-code
+get-source-code: get-gtkhtml-code
 	for i in $(DOWNLOADS); do                          \
 		wget $$i --output-document=- | tar -xz ;   \
 	done;

--=-K9zDG4j27SDDJpY5RJAF--