gstreamer-rs/gstreamer-tag-sys
Mathieu Duponchelle 9b9a0fd149 all around: disable print_system_libs in calls to pkg-config
By default, pkg-config-rs sets the PKG_CONFIG_ALLOW_SYSTEM_LIBS
environment variable
(https://github.com/alexcrichton/pkg-config-rs/pull/35), which leads
to eg /usr/lib being present in the middle of the final command,
in turn leading to issues when working in an uninstalled environment,
where libraries that are also present system-wide do not get linked
against.
2018-02-21 20:26:02 +01:00
..
src Regenerate everything with latest gir 2018-02-07 18:49:22 +02:00
build.rs all around: disable print_system_libs in calls to pkg-config 2018-02-21 20:26:02 +01:00
Cargo.toml Update versions to 0.5.0 2017-12-22 00:49:13 +02:00
CHANGELOG.md Update CHANGELOG.md for 0.4.1 2018-02-18 23:12:52 +01:00
LICENSE Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
README.md Fix gst-plugin-rs repo name type in the other README.md 2017-10-30 10:55:03 +02:00

gstreamer-sys crates.io Build Status

GStreamer (Tag library) FFI bindings for Rust.

These bindings are providing unsafe FFI API that can be used to interface with GStreamer. Generally they are meant to be used as the building block for higher-level abstractions like:

The bindings are autogenerated with gir based on the GObject-Introspection API metadata provided by the GStreamer project.

LICENSE

gstreamer-sys and all crates contained here are licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html

Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gstreamer-rs by you shall be licensed under the MIT license as above, without any additional terms or conditions.