Accepting request 1136831 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1136831 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=25
This commit is contained in:
commit
5c55879db5
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<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">0.11.2</param>
|
||||
<param name="revision">refs/tags/0.11.2</param>
|
||||
<param name="versionformat">0.11.3</param>
|
||||
<param name="revision">refs/tags/0.11.3+fixup</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a51568a196204dbb3996c3c2ea33b7a5c961e352888429eeea8214a461165f14
|
||||
size 8604173
|
BIN
gst-plugins-rs-0.11.3.obscpio
(Stored with Git LFS)
Normal file
BIN
gst-plugins-rs-0.11.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: gst-plugins-rs
|
||||
version: 0.11.2
|
||||
mtime: 1699728765
|
||||
commit: ab093e4218cd65792bb374b950c8b9b626425c45
|
||||
version: 0.11.3
|
||||
mtime: 1704366323
|
||||
commit: 5bba2f783632bb27687662017d703af2fb2fd4f1
|
||||
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 06:48:52 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 0.11.3:
|
||||
+ Fixed
|
||||
- ndi: Mark a private type as such and remove a wrong `Clone`
|
||||
impl of internal types.
|
||||
- uriplaylistbin: Fix a minor clippy warning.
|
||||
- fallbacksrc: Fix error during badly timed timeout scheduling.
|
||||
- webrtcsink: Fail gracefully if webrtcbin pads can't be
|
||||
requested instead of panicking.
|
||||
- threadshare: Fix deadlock in `ts-udpsrc`
|
||||
`notify::used-socket` signal emission.
|
||||
+ Changed
|
||||
- Update to AWS SDK 1.0.
|
||||
- Update to windows-sys 0.52.
|
||||
- Update to async-tungstenite 0.24.
|
||||
- Update to bitstream-io 2.0.
|
||||
- tttocea608: De-duplicate some functions.
|
||||
- gtk4: Use async-channel instead of deprecated GLib main
|
||||
context channel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 13:55:40 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Update BuildRequires on cargo-c >= 0.9.21.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:11:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gstreamer-plugins-rs
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -33,7 +33,7 @@
|
||||
%endif
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.11.2
|
||||
Version: 0.11.3
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: LGPL-2.1-or-later
|
||||
@ -46,7 +46,7 @@ Source3: cargo_config
|
||||
Source4: gstreamer-plugins-rs.appdata.xml
|
||||
Source5: vendor-for-dav1d-1.3.0.tar.zst
|
||||
|
||||
BuildRequires: cargo-c
|
||||
BuildRequires: cargo-c >= 0.9.21
|
||||
BuildRequires: cargo-packaging >= 1.2.0+3
|
||||
BuildRequires: clang
|
||||
# Disable csound for now, bring issue upstream
|
||||
@ -116,7 +116,7 @@ sed -ie "s/\.enable_if.*//" meson.build
|
||||
sed -ie "s/find_program('cargo-cbuild', version:'>=0.9.21'/find_program('cargo-cbuild', version:'>=0.9.15'/" meson.build
|
||||
%endif
|
||||
|
||||
mkdir .cargo
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE3} .cargo/config
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a460a824e5109b0ef63dec73c7b793dd9693a2076142596016248d5f4b3bbcc7
|
||||
size 70458080
|
||||
oid sha256:02191f21491edd63756162c1cbfaf9eb1c4b47700ad3ae6003eb0ee957fe2b0c
|
||||
size 97292314
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6da4eac7c2ed9d4c3c1e61b9234f45418d1c2436c9fb930680d1aed36ab10f85
|
||||
size 70463108
|
||||
oid sha256:24f68b6da83bbbccf4f3f30c4640f10cf9c06c6e6a7008150616121aceb61724
|
||||
size 73942420
|
||||
|
Loading…
Reference in New Issue
Block a user