Commit graph

40 commits

Author SHA1 Message Date
Sebastian Dröge 710c4d218a Regenerate everything with latest GIR and GIR files 2018-05-21 11:28:43 +03:00
Sebastian Dröge 283ff82a53 Regenerate everything with latest GIR 2018-04-23 20:07:07 +03:00
Sebastian Dröge c1ae289fe8 Add ABI tests and generate with latest GIR
This is also getting us rid of bitflags.

The ABI tests are not all succeeding yet.
2018-04-04 10:29:27 +03:00
Sebastian Dröge 8312dd237d Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
Sebastian Dröge b3b0e5e4ff Update CHANGELOG.md for 0.5.0 2018-03-20 12:05:52 +02:00
Sebastian Dröge 81dca53767 Update to gstreamer 1.14.0 2018-03-20 10:42:53 +02:00
Sebastian Dröge b488594eed Regenerate everything for 1.13.91 2018-03-15 09:48:53 +02:00
Sebastian Dröge 605af9a77b Require only 1.13.91 for the v1_14 feature for now 2018-03-15 09:45:31 +02:00
Sebastian Dröge 0cdf5744c3 Regenerate everything with new GIR files 2018-03-14 18:59:28 +02:00
Sebastian Dröge 7e2df42638 Regenerate everything with latest GIR 2018-03-02 21:16:11 +02:00
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
Sebastian Dröge 6855a40588 Update CHANGELOG.md for 0.4.1 2018-02-18 23:12:52 +01:00
Sebastian Dröge 7a914c481b Regenerate everything with latest gir 2018-02-07 18:49:22 +02:00
Sebastian Dröge d68a12a413 Update versions to 0.5.0 2017-12-22 00:49:13 +02:00
Sebastian Dröge 461e3027c8 Update CHANGELOG.md for 0.4.0 2017-12-22 00:43:06 +02:00
Sebastian Dröge 92f50caeaa Update CHANGELOG.md for 0.3.0 2017-12-22 00:36:09 +02:00
Guillaume Gomez bcc17efdfb regen 2017-12-03 20:45:55 +02:00
Sebastian Dröge d501b15ff9 Update versions to 0.4.0 2017-11-26 19:16:07 +02:00
Sebastian Dröge 8e91ceb6e1 Regenerate everything with latest GIR 2017-11-05 18:58:43 +02:00
Sebastian Dröge 0726597615 Fix gst-plugin-rs repo name type in the other README.md 2017-10-30 10:55:03 +02:00
fengalin 4b228f5f7f gtsreamer-base: Fix version for gst_flow_combiner_ref/unref
gst_flow_combiner_ref/unref were introduced in gstreamer-1.12.1 but they
inherit the `since version` declared for `GstFlowCombiner` which is 1.4.

Fixes https://github.com/sdroege/gstreamer-sys/pull/5
2017-10-11 11:33:01 +03:00
Sebastian Dröge 52b7c65080 Regenerate everything with latest GIR 2017-10-01 15:08:00 +02:00
Sebastian Dröge 8bac723bc4 Include all files in the crates 2017-09-10 13:52:49 +03:00
Sebastian Dröge f3beca2007 Actually ship README.md with the crates and list them in Cargo.toml 2017-09-10 01:02:39 +03:00
Sebastian Dröge 0dbb5d6f19 Add a CHANGELOG.md to all crates 2017-09-10 00:52:36 +03:00
Sebastian Dröge 06dca7eb5e Add README.md to all sub-crates 2017-09-10 00:32:23 +03:00
Sebastian Dröge c5b07d02fd Fix up features/version mess for each library 2017-09-10 00:32:23 +03:00
Sebastian Dröge 6bdd779fd0 Update versions in master to 0.3.0
This will later become 0.3.0, 0.2 development happens in the 0.2 branch
2017-08-31 10:47:18 +03:00
Sebastian Dröge 2593c0c82a Update versions to 0.2.0 2017-08-28 19:28:41 +03:00
Sebastian Dröge b695c6d521 Regenerate with latest gir 2017-08-28 19:27:17 +03:00
Sebastian Dröge 3f6d486142 Update to GIT master versions of glib-sys/gobject-sys
Fixes https://github.com/sdroege/gstreamer-sys/pull/1
2017-08-28 19:25:19 +03:00
Sebastian Dröge b293d7d03e Add some badges 2017-08-15 10:32:34 +03:00
Sebastian Dröge d51c5d24b9 Regenerate with latest gir 2017-07-21 15:13:47 +03:00
Sebastian Dröge fa326c86cb Regenerate with latest gir 2017-07-19 21:40:16 +03:00
Sebastian Dröge fbadb070c6 Regenerate for updated .gir files 2017-06-25 11:15:44 +03:00
Sebastian Dröge 01d79cc53c Update to bitflags 0.9 2017-06-07 17:14:32 +03:00
Sebastian Dröge 706bf6687a Require GIT versions of glib-sys/gobject-sys
Otherwise development against GIT versions of glib-rs are not possible
due to linking in different versions of the same crate.
2017-05-22 11:35:40 +03:00
Sebastian Dröge c7582139c7 Update to glib-sys/gobject-sys 0.3.4 and update versions to 0.1.1 2017-05-10 11:02:35 +02:00
Sebastian Dröge 80a0bfbc8d Update to latest GIR and depend on GIT versions of glib-sys/gobject-sys
This now generates untruncated structs for almost everything.
2017-04-09 21:10:14 +03:00
Sebastian Dröge 1fdcf48303 Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00