Accepting request 962633 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/962633 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=6
This commit is contained in:
commit
99912ca3f3
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">0.8.1</param>
|
||||
<param name="revision">0.8.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
|
||||
<param name="changesrevision">7d093ffcc6559be262235e5aa4f181b941381c0b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7120836a0580bc56aba4f2000fc03c228ff9cb97fb05739099b576419c4695af
|
||||
size 725060
|
3
gstreamer-plugins-rs-0.8.2.tar.xz
Normal file
3
gstreamer-plugins-rs-0.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c71017085e6a41e12c33be6059973ad2253b752ce2e86e1652b6841411e47a5b
|
||||
size 726204
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 12:39:44 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.8.2:
|
||||
* Update Cargo.lock
|
||||
* ci: Use correct gstreamer-rs images template
|
||||
* deny: Remove num-rational override
|
||||
* dav1ddec:
|
||||
- Use `AtomicRefCell` instead of `Mutex` for the state
|
||||
- Fix compilation after some API changes
|
||||
- Release input frames that immediately caused a decoding error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 04 20:27:29 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#%%global __requires_exclude pkgconfig\\(csound\\)
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.8.1
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: LGPL-2.1-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cff06e565b121adf9ac5a383ffef368bb2c2ecc3d17bed65da48e6c087b004c
|
||||
size 62190084
|
||||
oid sha256:a38a1a345551910abf6a56945e95f562df0d0be21797246319942f9c29809525
|
||||
size 61937984
|
||||
|
Loading…
Reference in New Issue
Block a user