build: Update versions to be 0.9.0-alpha.1

0.9.0 is the next release, so we can't name things that already.

Also the version in meson.build was 0.13.0, which is completely wrong.
This commit is contained in:
Nirbheek Chauhan 2022-10-04 21:19:52 +05:30
parent a867d6228b
commit 1d4d3e4cb0
39 changed files with 39 additions and 39 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-audiofx"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-claxon"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Ruben Gonzalez <rgonzalez@fluendo.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-csound"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-lewton"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-spotify"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-file"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "Fragmented MP4 Plugin"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-sodium"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Jordan Petridis <jordan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "libsodium-based file encryption and decryption"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-threadshare"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1-or-later"
description = "Threadshare Plugin"

View file

@ -1,7 +1,7 @@
project('gst-plugins-rs',
'rust',
'c',
version: '0.13.0',
version: '0.9.0-alpha.1',
meson_version : '>= 0.60')
python = import('python').find_installation()

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-aws"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Jordan Petridis <jordan@centricular.com>",
"Mathieu Duponchelle <mathieu@centricular.com>"]

View file

@ -2,7 +2,7 @@
name = "gst-plugin-hlssink3"
description = "HLS (HTTP Live Streaming) Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-onvif"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-raptorq"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Tomasz Andrzejak <andreiltd@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "Rust Raptorq FEC Plugin"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-reqwest"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rtpav1"
version = "0.1.0"
version = "0.9.0-alpha.1"
authors = ["Vivienne Watermeier <vwatermeier@igalia.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-webrtchttp"
version = "0.1.0"
version = "0.9.0-alpha.1"
authors = ["Taruntej Kanakamalla <taruntej@asymptotic.io"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tutorial"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fallbackswitch"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jan Schmidt <jan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-togglerecord"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "Toggle Record Plugin"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tracers"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@onestream.live>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-uriplaylistbin"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@onestream.live>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-version-helper"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
"Sebastian Dröge <sebastian@centricular.com>"]
categories = ["development-tools"]

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-cdg"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-closedcaption"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"]
license = "MPL-2.0"
edition = "2021"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-dav1d"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
rust-version = "1.63"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-ffv1"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Arun Raghavan <arun@asymptotic.io>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-gif"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Markus Ebner <info@ebner-markus.de>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-gtk4"
version = "0.1.0"
version = "0.9.0-alpha.1"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jordan@centricular.com>", "Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-hsv"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Julien Bardagi <julien.bardagi@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rav1e"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rspng"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-videofx"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Sanchayan Maity <sanchayan@asymptotic.io>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-webp"
version = "0.9.0"
version = "0.9.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"