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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gst-plugin-gtk4" 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>"] 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" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0" license = "MPL-2.0"

View file

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

View file

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

View file

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

View file

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

View file

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