Skip to content

Install Gst-1.0.gir into ${libdir}/gir-1.0 to make libgstreamer1.0-dev Multi-Arch: same

Simon McVittie requested to merge smcv/gstreamer1.0-branches:multiarch into master

Based on !24 (merged), adding one extra commit:

  • Install Gst-1.0.gir into ${libdir}/gir-1.0

    This allows libgstreamer1.0-dev to return to being Multi-Arch: same, without causing a regression similar to #1108412.

    The cost of doing this is that this particular module will not be available to static language bindings unless they search that path.

    According to codesearch, there do not seem to be any bindings in Debian that need changes for this: gtk-d does have a binding for Gst-1.0, and girtod doesn't search the new path (#1060909), but I've confirmed that gtk-d doesn't actually regenerate its D code from the GIR XML at build-time, so it is unaffected.

    Helps: #1023591

Merge request reports

Loading