gir-repository r230 - in trunk: . gir



Author: johan
Date: Tue Nov 25 00:42:11 2008
New Revision: 230
URL: http://svn.gnome.org/viewvc/gir-repository?rev=230&view=rev

Log:
2008-11-24  Johan Dahlin  <jdahlin async com br>

        * gir/Makefile.am: Add a bunch of other GStreamer libraries:
        audio, video, tag, rtp, rtsp, sdp, controller, netbuffer,
        interfaces, pbutils, riff.
        Dataprotocol and net added but disabled due to bugs in scanner.



Modified:
   trunk/ChangeLog
   trunk/gir/   (props changed)
   trunk/gir/Makefile.am

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Tue Nov 25 00:42:11 2008
@@ -564,6 +564,23 @@
 	     $(GST_INCLUDEDIR)/gst/gstxml.h
 BUILT_GIRSOURCES += Gst-0.10.gir
 
+GSTAUDIO_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-audio-0.10`
+GstAudio-0.10.gir: GstBase-0.10.gir GstInterfaces-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstAudio --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+             --include=GstBase-0.10 \
+             --include=GstInterfaces-0.10 \
+	     --library=gstaudio-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-audio-0.10 \
+             --output $@ \
+	     -I$(GSTAUDIO_INCLUDEDIR) \
+	     $(GSTAUDIO_INCLUDEDIR)/gst/audio/*h
+BUILT_GIRSOURCES += GstAudio-0.10.gir
+
 GSTBASE_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-base-0.10`
 GstBase-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
 	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstBase --nsversion=0.10 \
@@ -576,16 +593,209 @@
              --pkg gstreamer-base-0.10 \
              --output $@ \
 	     -I$(GSTBASE_INCLUDEDIR) \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstadapter.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstbasesink.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstbasesrc.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstbasetransform.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstcollectpads.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstdataqueue.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gstpushsrc.h \
-	     $(GSTBASE_INCLUDEDIR)/gst/base/gsttypefindhelper.h
+	     $(GSTBASE_INCLUDEDIR)/gst/base/*.h
 BUILT_GIRSOURCES += GstBase-0.10.gir
 
+GSTCONTROLLER_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-controller-0.10`
+GstController-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstController --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstcontroller-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-controller-0.10 \
+             --output $@ \
+	     -I$(GSTCONTROLLER_INCLUDEDIR) \
+	     $(GSTCONTROLLER_INCLUDEDIR)/gst/controller/*h
+BUILT_GIRSOURCES += GstController-0.10.gir
+
+GSTDATAPROTOCOL_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-dataprotocol-0.10`
+GstDataprotocol-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstDataprotocol --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstdataprotocol-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-dataprotocol-0.10 \
+             --output $@ \
+	     -I$(GSTDATAPROTOCOL_INCLUDEDIR) \
+	     $(GSTDATAPROTOCOL_INCLUDEDIR)/gst/dataprotocol/*h
+# Bug in GstDPVersion enum name parsing
+#BUILT_GIRSOURCES += GstDataprotocol-0.10.gir
+
+GSTFFT_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-fft-0.10`
+GstFft-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstFft --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstfft-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-fft-0.10 \
+             --output $@ \
+	     -I$(GSTFFT_INCLUDEDIR) \
+	     $(GSTFFT_INCLUDEDIR)/gst/fft/*h
+BUILT_GIRSOURCES += GstFft-0.10.gir
+
+GSTINTERFACES_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-interfaces-0.10`
+GstInterfaces-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstInterfaces --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstinterfaces-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-interfaces-0.10 \
+             --output $@ \
+	     -I$(GSTINTERFACES_INCLUDEDIR) \
+	     $(GSTINTERFACES_INCLUDEDIR)/gst/interfaces/*h
+BUILT_GIRSOURCES += GstInterfaces-0.10.gir
+
+GSTNET_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-net-0.10`
+GstNet-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstNet --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstnet-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-net-0.10 \
+             --output $@ \
+	     -I$(GSTNET_INCLUDEDIR) \
+	     $(GSTNET_INCLUDEDIR)/gst/net/*h
+# Missing socklen_t in scanner
+#BUILT_GIRSOURCES += GstNet-0.10.gir
+
+GSTNETBUFFER_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-netbuffer-0.10`
+GstNetbuffer-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstNetbuffer --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstnetbuffer-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-netbuffer-0.10 \
+             --output $@ \
+	     -I$(GSTNETBUFFER_INCLUDEDIR) \
+	     $(GSTNETBUFFER_INCLUDEDIR)/gst/netbuffer/*h
+BUILT_GIRSOURCES += GstNetbuffer-0.10.gir
+
+GSTPBUTILS_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-pbutils-0.10`
+GstPbutils-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstPbutils --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstpbutils-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-pbutils-0.10 \
+             --output $@ \
+	     -I$(GSTPBUTILS_INCLUDEDIR) \
+	     $(GSTPBUTILS_INCLUDEDIR)/gst/pbutils/*h
+BUILT_GIRSOURCES += GstPbutils-0.10.gir
+
+GSTRIFF_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-riff-0.10`
+GstRiff-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstRiff --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstriff-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-riff-0.10 \
+             --output $@ \
+	     -I$(GSTRIFF_INCLUDEDIR) \
+	     $(GSTRIFF_INCLUDEDIR)/gst/riff/*h
+BUILT_GIRSOURCES += GstRiff-0.10.gir
+
+GSTRTP_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-rtp-0.10`
+GstRtp-0.10.gir: GstBase-0.10.gir Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstRtp --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+             --include=GstBase-0.10 \
+	     --library=gstrtp-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-rtp-0.10 \
+             --output $@ \
+	     -I$(GSTRTP_INCLUDEDIR) \
+	     $(GSTRTP_INCLUDEDIR)/gst/rtp/*h
+BUILT_GIRSOURCES += GstRtp-0.10.gir
+
+GSTRTSP_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-rtsp-0.10`
+GstRtsp-0.10.gir: GstSdp-0.10.gir Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstRtsp --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+             --include=GstSdp-0.10 \
+	     --library=gstrtsp-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-rtsp-0.10 \
+             --output $@ \
+	     -I$(GSTRTSP_INCLUDEDIR) \
+	     $(GSTRTSP_INCLUDEDIR)/gst/rtsp/*h
+BUILT_GIRSOURCES += GstRtsp-0.10.gir
+
+GSTSDP_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-sdp-0.10`
+GstSdp-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstSdp --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gstsdp-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-sdp-0.10 \
+             --output $@ \
+	     -I$(GSTSDP_INCLUDEDIR) \
+	     $(GSTSDP_INCLUDEDIR)/gst/sdp/*h
+BUILT_GIRSOURCES += GstSdp-0.10.gir
+
+GSTTAG_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-tag-0.10`
+GstTag-0.10.gir: Gst-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstTag --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+	     --library=gsttag-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-tag-0.10 \
+             --output $@ \
+	     -I$(GSTTAG_INCLUDEDIR) \
+	     $(GSTTAG_INCLUDEDIR)/gst/tag/*h
+BUILT_GIRSOURCES += GstTag-0.10.gir
+
+GSTVIDEO_INCLUDEDIR=`pkg-config --variable=includedir gstreamer-video-0.10`
+GstVideo-0.10.gir: Gst-0.10.gir GstBase-0.10.gir $(G_IR_SCANNER)
+	$(DEBUG) $(G_IR_SCANNER) -v --namespace GstVideo --nsversion=0.10 \
+	    --add-include-path=$(srcdir) --add-include-path=. \
+             --include=Gst-0.10 \
+             --include=GstBase-0.10 \
+	     --library=gstvideo-0.10 \
+	     $(NOCLOSURE) \
+             --pkg gobject-2.0 \
+             --pkg gstreamer-0.10 \
+             --pkg gstreamer-video-0.10 \
+             --output $@ \
+	     -I$(GSTVIDEO_INCLUDEDIR) \
+	     $(GSTVIDEO_INCLUDEDIR)/gst/video/*h
+BUILT_GIRSOURCES += GstVideo-0.10.gir
+
 endif BUILD_GSTREAMER
 
 if BUILD_MISSIONCONTROL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]