After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635392 - Missing information on exported packages from GIRs
Missing information on exported packages from GIRs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 635330
 
 
Reported: 2010-11-20 23:18 UTC by Evan Nemerson
Modified: 2010-12-01 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
introspection: Add information on exported packages to GIRs (6.89 KB, patch)
2010-11-20 23:49 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2010-11-20 23:18:01 UTC
The GIRs built by gst-plugins-base are currently missing information on the packages they export, which is important for generating Vala bindings from the GIRs.
Comment 1 Evan Nemerson 2010-11-20 23:49:25 UTC
Created attachment 174933 [details] [review]
introspection: Add information on exported packages to GIRs
Comment 2 Tim-Philipp Müller 2010-11-21 00:48:51 UTC
Committed, thanks for the patch!

commit 8fb2c27ed07c897945d3ace944c5a44d03fbd6e7
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Sat Nov 20 15:45:49 2010 -0800

    introspection: Add information on exported packages to GIRs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635392
Comment 3 Tim-Philipp Müller 2010-12-01 21:09:27 UTC
Oops :)

--- 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)