summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2010-11-20 15:45:49 -0800
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-11-21 00:44:37 +0000
commit8fb2c27ed07c897945d3ace944c5a44d03fbd6e7 (patch)
tree031cef1b65aad43722171cc2453cf3ab4d9eaee5
parent6b66f455a2a9b4de9096c6d2788efbda1a59c432 (diff)
introspection: Add information on exported packages to GIRs
https://bugzilla.gnome.org/show_bug.cgi?id=635392
-rw-r--r--gst-libs/gst/app/Makefile.am1
-rw-r--r--gst-libs/gst/audio/Makefile.am1
-rw-r--r--gst-libs/gst/cdda/Makefile.am1
-rw-r--r--gst-libs/gst/fft/Makefile.am1
-rw-r--r--gst-libs/gst/interfaces/Makefile.am1
-rw-r--r--gst-libs/gst/netbuffer/Makefile.am1
-rw-r--r--gst-libs/gst/pbutils/Makefile.am1
-rw-r--r--gst-libs/gst/riff/Makefile.am1
-rw-r--r--gst-libs/gst/rtp/Makefile.am1
-rw-r--r--gst-libs/gst/rtsp/Makefile.am1
-rw-r--r--gst-libs/gst/sdp/Makefile.am1
-rw-r--r--gst-libs/gst/tag/Makefile.am1
-rw-r--r--gst-libs/gst/video/Makefile.am1
13 files changed, 13 insertions, 0 deletions
diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am
index f0cd4dae3..8848a7d53 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 15af09164..441168330 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 c189ceaba..31bae21ac 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 228f92b14..046d4d9ba 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 dac7792db..e26244812 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 9c5111580..5a78b9d11 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 6d7d8bfcd..9a261f51b 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 44e138492..879f98099 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 7ffb4341d..9c983664b 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 39425ec22..df99afacb 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 4593220b0..b122f2fc9 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 9a82a0d07..aac1c13d0 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 e44ce80c9..8a9019cb6 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)