Antonio Larrosa 2023-09-28 07:36:32 +00:00 committed by Git OBS Bridge
parent 61d9a08531
commit ef2c03daee
8 changed files with 40 additions and 22 deletions

View File

@ -3,18 +3,15 @@
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
<param name="filename">gst-plugins-rs</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">refs/tags/0.10.11</param>
<!-- <param name="changesgenerate">enable</param> -->
<param name="versionformat">1.22.6</param>
<param name="revision">refs/tags/gstreamer-1.22.6</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">gst-plugins-rs</param>

View File

@ -1,14 +1,14 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17"]
[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=0.16"]
git = "https://github.com/gtk-rs/gtk-rs-core"
branch = "0.17"
branch = "0.16"
replace-with = "vendored-sources"
[source."git+https://github.com/gtk-rs/gtk4-rs?branch=0.6"]
[source."git+https://github.com/gtk-rs/gtk4-rs?branch=0.5"]
git = "https://github.com/gtk-rs/gtk4-rs"
branch = "0.6"
branch = "0.5"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-av/ffv1.git?rev=2afb025a327173ce891954c052e804d0f880368a"]
@ -20,9 +20,9 @@ replace-with = "vendored-sources"
git = "https://github.com/rust-av/flavors"
replace-with = "vendored-sources"
[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20"]
[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.19"]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
branch = "0.20"
branch = "0.19"
replace-with = "vendored-sources"
[source.vendored-sources]

BIN
gst-plugins-rs-0.10.11.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d5b8669fc32d633186e59f679756a71e40f810d1a8a8e72b77998ed1e823758
size 8136205

View File

@ -1,4 +1,4 @@
name: gst-plugins-rs
version: 0.10.11
mtime: 1689853403
commit: d8db1f502daf973314315c4cd2b3d9baf483cdec
version: 1.22.6
mtime: 1695228300
commit: 1d52139e35dd66ce6038aad05ca5cd6059df900d

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Sep 22 14:29:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.6:
+ fallbackswitch: locking/deadlock fixes
+ onvifmetadataparse: Skip metadata frames with unrepresentable
UTC time
+ transcriberbin: Configure audioresample in front of transcriber
+ webrtcsink:
- Propagate GstContext messages
- Add support for d3d11 memory and qsvh264enc
- Fix TWCC extension adding
- Don't forget to setup encoders for discoveries
- NVIDIA V4L2 encoders always require NVMM memory
+ meson: Fix handling of optional deps, and don't require
Python-3.8
- Switch service to do the tag released with the other gstreamer
packages. Gstreamer-plugins-rs are now released at the same time
as the gstreamer main packages.
- Switch compression to zst both in service and tarball produced.
-------------------------------------------------------------------
Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -29,14 +29,14 @@
%endif
Name: gstreamer-plugins-rs
Version: 0.10.11
Version: 1.22.6
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
Source: %{_name}-%{version}.tar.xz
Source: %{_name}-%{version}.tar.zst
Source2: vendor.tar.zst
Source3: cargo_config
Source4: gstreamer-plugins-rs.appdata.xml

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.