Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-10 01:36:22 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-10 01:36:22 +0300
commitf3c1a91fb9840caec3220c17917133a3e0a1734a (patch)
treee9956010c3f9344012a25a4fe9015d1b1efa181d /video
parent6df679d69fc14729afa27cb341ed0e3dcb4abbd3 (diff)
Add versions to local dependencies
Diffstat (limited to 'video')
-rw-r--r--video/cdg/Cargo.toml2
-rw-r--r--video/closedcaption/Cargo.toml2
-rw-r--r--video/dav1d/Cargo.toml2
-rw-r--r--video/ffv1/Cargo.toml2
-rw-r--r--video/gif/Cargo.toml2
-rw-r--r--video/gtk4/Cargo.toml2
-rw-r--r--video/hsv/Cargo.toml2
-rw-r--r--video/png/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
-rw-r--r--video/videofx/Cargo.toml2
-rw-r--r--video/webp/Cargo.toml2
11 files changed, 11 insertions, 11 deletions
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 3b16ec6f..c489fa23 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -27,7 +27,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml
index 22ddca13..544e135b 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -60,7 +60,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
cc = "1.0"
[features]
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 2b22a74e..f2d20320 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path = "../../version-helper" }
+gst-plugin-version-helper = { path = "../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml
index d7a0be27..6170ae62 100644
--- a/video/ffv1/Cargo.toml
+++ b/video/ffv1/Cargo.toml
@@ -23,7 +23,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index a414273f..42123d65 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -28,7 +28,7 @@ name = "testvideosrc2gif"
path = "examples/testvideosrc2gif.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml
index d03af910..821119f0 100644
--- a/video/gtk4/Cargo.toml
+++ b/video/gtk4/Cargo.toml
@@ -34,7 +34,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
default = []
diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml
index c32bdd07..333461e6 100644
--- a/video/hsv/Cargo.toml
+++ b/video/hsv/Cargo.toml
@@ -26,7 +26,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/png/Cargo.toml b/video/png/Cargo.toml
index 0636d4c1..60255a2a 100644
--- a/video/png/Cargo.toml
+++ b/video/png/Cargo.toml
@@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index c757f4f5..ad07f1b4 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
default = ["hdr"]
diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml
index 8044abe1..3229d20e 100644
--- a/video/videofx/Cargo.toml
+++ b/video/videofx/Cargo.toml
@@ -52,7 +52,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []
diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml
index 9178287a..3ef9b4b6 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -39,7 +39,7 @@ crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
[build-dependencies]
-gst-plugin-version-helper = { path="../../version-helper" }
+gst-plugin-version-helper = { path="../../version-helper", version = "0.7" }
[features]
static = []