Accepting request 1079389 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1079389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=19
This commit is contained in:
commit
746dacca6e
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">27</size>
|
||||
<size unit="G">30</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
@ -10,7 +10,7 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">22</size>
|
||||
<size unit="G">27</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
4
_service
4
_service
@ -2,11 +2,11 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
|
||||
<param name="filename">gstreamer-plugins-rs</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.5</param>
|
||||
<param name="revision">refs/tags/0.10.6</param>
|
||||
<!--- <param name="changesgenerate">enable</param> -->
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
3
gst-plugins-rs-0.10.6.obscpio
Normal file
3
gst-plugins-rs-0.10.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1875979f503de3434fdeb1c76681c934b1c6925008a7f2dc7581b5bc1551342
|
||||
size 8151565
|
4
gst-plugins-rs.obsinfo
Normal file
4
gst-plugins-rs.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gst-plugins-rs
|
||||
version: 0.10.6
|
||||
mtime: 1680769465
|
||||
commit: 88548f41b661c26e6e15035e83884542968f67be
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e6086d1cd591d6e0d815784def66112dca4546a3e8586aa9721c78e27b31861
|
||||
size 7598605
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 11:50:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.10.6:
|
||||
+ Fixed:
|
||||
- webrtcsink: Fix max/min-bitrate property blurb/nick.
|
||||
- uriplaylistbin: Add missing queues to example.
|
||||
- tttocea608:
|
||||
. Fix pushing of caps events that sometimes contained unfixed
|
||||
caps.
|
||||
. Fix disappearing text after special character in non-popon
|
||||
mode.
|
||||
- transcriberbin:
|
||||
. Fix deadlock on construction.
|
||||
. Fix initial bin setup.
|
||||
- fallbacksrc: Handle incompatible downstream caps without
|
||||
panicking.
|
||||
- ndisrc: Fix copying of raw video frames with different
|
||||
NDI/GStreamer strides.
|
||||
- livesync: Correctly assume zero upstream latency if latency
|
||||
query fails.
|
||||
+ Added: webrtcsink: Add ice-transport-policy property that
|
||||
proxies the same webrtcbin property.
|
||||
- Switch to cargo-packaging: Drop cargo and rust BuildRequires and
|
||||
rustflags global. Add cargo-packaging BuildRequires and rustflags
|
||||
macro where needed. Use autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 20:55:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: gstreamer-plugins-rs
|
||||
version: 0.10.5
|
||||
mtime: 1679244049
|
||||
commit: 67de191be26f613621fae90fd013bbb065a651e3
|
@ -17,10 +17,8 @@
|
||||
|
||||
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
||||
%define _name gstreamer-plugins-rs
|
||||
%define _name gst-plugins-rs
|
||||
%define gst_branch 1.0
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
# Disable csound for now, bring issue upstream
|
||||
#%%global __requires_exclude pkgconfig\\(csound\\)
|
||||
|
||||
@ -31,20 +29,20 @@
|
||||
%endif
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.10.5
|
||||
Version: 0.10.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
|
||||
|
||||
Source0: %{_name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
Source3: gstreamer-plugins-rs.appdata.xml
|
||||
Source: %{_name}-%{version}.tar.xz
|
||||
Source2: vendor.tar.zst
|
||||
Source3: cargo_config
|
||||
Source4: gstreamer-plugins-rs.appdata.xml
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-c
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang
|
||||
# Disable csound for now, bring issue upstream
|
||||
#BuildRequires: csound-devel
|
||||
@ -54,7 +52,6 @@ BuildRequires: meson >= 0.60
|
||||
BuildRequires: nasm
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-tomli
|
||||
BuildRequires: rust >= 1.51
|
||||
BuildRequires: zstd
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(dav1d)
|
||||
@ -100,17 +97,14 @@ This package contains the pkgconfig development files for the rust
|
||||
plugins.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{_name}-%{version} -p1
|
||||
|
||||
%setup -q -D -T -a 1
|
||||
%define cargo_registry $(pwd)/vendor
|
||||
%autosetup -n %{_name}-%{version} -a2 -p1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
cp %{SOURCE3} .cargo/config
|
||||
|
||||
%build
|
||||
# Disable csound for now, bring issue upstream
|
||||
#export CSOUND_LIB_DIR=%%{_libdir}
|
||||
export RUSTFLAGS=%{rustflags}
|
||||
export RUSTFLAGS="%{__rustflags}"
|
||||
|
||||
%meson \
|
||||
--default-library=shared \
|
||||
@ -125,10 +119,10 @@ export RUSTFLAGS=%{rustflags}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
export RUSTFLAGS=%{rustflags}
|
||||
export RUSTFLAGS="%{__rustflags}"
|
||||
%meson_install
|
||||
mkdir -p %{buildroot}%{_datadir}/appdata
|
||||
cp %{SOURCE3} %{buildroot}%{_datadir}/appdata/
|
||||
cp %{SOURCE4} %{buildroot}%{_datadir}/appdata/
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-LGPLv2 LICENSE-MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e3b03c4b7963e07f0fdfb9b4b99e2f9b0d511d750476dbdc4485a499a5f4b93
|
||||
size 88739178
|
||||
oid sha256:ecbbb5cc10e7cc7415239496b974f979b7e990906f5bd3b6b70814f310da228b
|
||||
size 95032018
|
||||
|
Loading…
Reference in New Issue
Block a user