Accepting request 947020 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/947020 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=2
This commit is contained in:
commit
d547eaa687
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">0.7.2</param>
|
<param name="revision">0.8.0</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
26
cargo_config
26
cargo_config
@ -1,14 +1,34 @@
|
|||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source."https://github.com/fengalin/tokio"]
|
[source."https://github.com/gtk-rs/gtk-rs-core"]
|
||||||
git = "https://github.com/fengalin/tokio"
|
git = "https://github.com/gtk-rs/gtk-rs-core"
|
||||||
tag = "tokio-0.2.13-throttling"
|
branch = "0.15"
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source."https://github.com/gtk-rs/gtk3-rs"]
|
||||||
|
git = "https://github.com/gtk-rs/gtk3-rs"
|
||||||
|
branch = "0.15"
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source."https://github.com/gtk-rs/gtk4-rs"]
|
||||||
|
git = "https://github.com/gtk-rs/gtk4-rs"
|
||||||
|
branch = "0.4"
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source."https://github.com/rust-av/ffv1.git"]
|
||||||
|
git = "https://github.com/rust-av/ffv1.git"
|
||||||
|
rev = "2afb025a327173ce891954c052e804d0f880368a"
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source."https://github.com/rust-av/flavors"]
|
[source."https://github.com/rust-av/flavors"]
|
||||||
git = "https://github.com/rust-av/flavors"
|
git = "https://github.com/rust-av/flavors"
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
|
||||||
|
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||||
|
branch = "0.18"
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3cbf4a3879de3ead9bed65e5ba7df80bff80ef48bd1c57defbb4cc693d0d2fa
|
|
||||||
size 461372
|
|
3
gstreamer-plugins-rs-0.8.0.tar.xz
Normal file
3
gstreamer-plugins-rs-0.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb96de08e5f8c35ea69ddf774eaeedd339e34ec03e6821ed58cd59a38730dda3
|
||||||
|
size 722708
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 17 16:22:51 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.0:
|
||||||
|
* No changelog provided by upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 10 18:52:14 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Nov 10 18:52:14 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gstreamer-plugins-rs
|
# spec file for package gstreamer-plugins-rs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@
|
|||||||
#%%global __requires_exclude pkgconfig\\(csound\\)
|
#%%global __requires_exclude pkgconfig\\(csound\\)
|
||||||
|
|
||||||
Name: gstreamer-plugins-rs
|
Name: gstreamer-plugins-rs
|
||||||
Version: 0.7.2
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -41,17 +41,17 @@ BuildRequires: clang
|
|||||||
# Disable csound for now, bring issue upstream
|
# Disable csound for now, bring issue upstream
|
||||||
#BuildRequires: csound-devel
|
#BuildRequires: csound-devel
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: meson >= 0.47.0
|
BuildRequires: meson >= 0.47.0
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: rust >= 1.51
|
BuildRequires: rust >= 1.51
|
||||||
BuildRequires: rust-packaging
|
|
||||||
BuildRequires: rust-std
|
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(dav1d)
|
BuildRequires: pkgconfig(dav1d)
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||||
|
BuildRequires: pkgconfig(gtk4)
|
||||||
BuildRequires: pkgconfig(libsodium)
|
BuildRequires: pkgconfig(libsodium)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango)
|
||||||
@ -138,6 +138,15 @@ cp %{SOURCE3} %{buildroot}%{_datadir}/appdata/
|
|||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstsodium.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstsodium.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgstthreadshare.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgstthreadshare.so
|
||||||
%{_libdir}/gstreamer-%{gst_branch}/libgsttogglerecord.so
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttogglerecord.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgstffv1.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgstfmp4.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgstgtk4.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgsthlssink3.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgstspotify.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttextahead.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgsturiplaylistbin.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideofx.so
|
||||||
|
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/gstreamer-plugins-rs.appdata.xml
|
%{_datadir}/appdata/gstreamer-plugins-rs.appdata.xml
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:86bea5cfbba77e6425cf42e2798ec2d31f26219ab2bc142930ca7c038a15b916
|
oid sha256:2f4a00cc536239b75a54c6bcac148596a9108cd7cb638db3c484c35d17eb1637
|
||||||
size 33360948
|
size 50197836
|
||||||
|
Loading…
Reference in New Issue
Block a user