From 8fb2c27ed07c897945d3ace944c5a44d03fbd6e7 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Sat, 20 Nov 2010 15:45:49 -0800 Subject: [PATCH] introspection: Add information on exported packages to GIRs https://bugzilla.gnome.org/show_bug.cgi?id=635392 --- gst-libs/gst/app/Makefile.am | 1 + gst-libs/gst/audio/Makefile.am | 1 + gst-libs/gst/cdda/Makefile.am | 1 + gst-libs/gst/fft/Makefile.am | 1 + gst-libs/gst/interfaces/Makefile.am | 1 + gst-libs/gst/netbuffer/Makefile.am | 1 + gst-libs/gst/pbutils/Makefile.am | 1 + gst-libs/gst/riff/Makefile.am | 1 + gst-libs/gst/rtp/Makefile.am | 1 + gst-libs/gst/rtsp/Makefile.am | 1 + gst-libs/gst/sdp/Makefile.am | 1 + gst-libs/gst/tag/Makefile.am | 1 + gst-libs/gst/video/Makefile.am | 1 + 13 files changed, 13 insertions(+) diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am index f0cd4da..8848a7d 100644 --- a/gst-libs/gst/app/Makefile.am +++ b/gst-libs/gst/app/Makefile.am @@ -55,6 +55,7 @@ GstApp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstapp-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-app-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 15af091..4411683 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -86,6 +86,7 @@ GstAudio-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstaudio-@GST_MAJORMI --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ --pkg gstreamer-interfaces-0.10 \ + --pkg-export gstreamer-audio-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/cdda/Makefile.am b/gst-libs/gst/cdda/Makefile.am index c189cea..31bae21 100644 --- a/gst-libs/gst/cdda/Makefile.am +++ b/gst-libs/gst/cdda/Makefile.am @@ -39,6 +39,7 @@ GstCdda-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcdda-@GST_MAJORMINO --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ --pkg gstreamer-tag-0.10 \ + --pkg-export gstreamer-cdda-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/fft/Makefile.am b/gst-libs/gst/fft/Makefile.am index 228f92b..046d4d9 100644 --- a/gst-libs/gst/fft/Makefile.am +++ b/gst-libs/gst/fft/Makefile.am @@ -62,6 +62,7 @@ GstFft-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstfft-@GST_MAJORMINOR@ --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-fft-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/interfaces/Makefile.am b/gst-libs/gst/interfaces/Makefile.am index dac7792..e262448 100644 --- a/gst-libs/gst/interfaces/Makefile.am +++ b/gst-libs/gst/interfaces/Makefile.am @@ -93,6 +93,7 @@ GstInterfaces-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstinterfaces-@G --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-interfaces-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/netbuffer/Makefile.am b/gst-libs/gst/netbuffer/Makefile.am index 9c51115..5a78b9d 100644 --- a/gst-libs/gst/netbuffer/Makefile.am +++ b/gst-libs/gst/netbuffer/Makefile.am @@ -27,6 +27,7 @@ GstNetbuffer-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnetbuffer-@GST --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-netbuffer-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 6d7d8bf..9a261f5 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -85,6 +85,7 @@ GstPbutils-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstpbutils-@GST_MAJ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-video-@GST_MAJORMINOR@ \ + --pkg-export gstreamer-pbutils-@GST_MAJORMINOR@ \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index 44e1384..879f980 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -46,6 +46,7 @@ GstRiff-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstriff-@GST_MAJORMINO --pkg gstreamer-tag-0.10 \ --pkg gstreamer-audio-0.10 \ --pkg gstreamer-interfaces-0.10 \ + --pkg-export gstreamer-riff-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/rtp/Makefile.am b/gst-libs/gst/rtp/Makefile.am index 7ffb434..9c98366 100644 --- a/gst-libs/gst/rtp/Makefile.am +++ b/gst-libs/gst/rtp/Makefile.am @@ -42,6 +42,7 @@ GstRtp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtp-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-rtp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am index 39425ec..df99afa 100644 --- a/gst-libs/gst/rtsp/Makefile.am +++ b/gst-libs/gst/rtsp/Makefile.am @@ -75,6 +75,7 @@ GstRtsp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_MAJORMINO --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-sdp-0.10 \ + --pkg-export gsteamer-rtsp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/sdp/Makefile.am b/gst-libs/gst/sdp/Makefile.am index 4593220..b122f2f 100644 --- a/gst-libs/gst/sdp/Makefile.am +++ b/gst-libs/gst/sdp/Makefile.am @@ -30,6 +30,7 @@ GstSdp-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstsdp-@GST_MAJORMINOR@ --include=Gst-0.10 \ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ + --pkg-export gstreamer-sdp-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 9a82a0d..aac1c13 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -39,6 +39,7 @@ GstTag-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_MAJORMINOR@ --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-tag-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index e44ce80..8a9019cb 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -53,6 +53,7 @@ GstVideo-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstvideo-@GST_MAJORMI --libtool="$(top_builddir)/libtool" \ --pkg gstreamer-0.10 \ --pkg gstreamer-base-0.10 \ + --pkg-export gstreamer-video-0.10 \ --output $@ \ $(gir_headers) \ $(gir_sources) -- 2.7.4