Accepting request 951664 from home:iznogood:branches:multimedia:libs
Please verify that keeping cargo_config unchanged is ok/wanted! - Update to version 0.8.1: * Update Cargo.lock * Update versions to 0.8.1 * cdg: update image and cdg_renderer * gtk4: Attach main context receiver from the main context's thread * dav1ddec: Add 8/16 bit grayscale support * rav1enc: Support 8 bit grayscale input * dav1ddec: Require correct alignment and stream format when running with GStreamer 1.20 * rav1enc: Include stream-format and alignment in the caps * dav1ddec: Clean up state tracking a bit - Add automatic .changes generation to service, as upstream seems to not want to make release notes or changelogs. OBS-URL: https://build.opensuse.org/request/show/951664 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=16
This commit is contained in:
parent
99592f1ae4
commit
344fdb2cf0
3
_service
3
_service
@ -5,7 +5,8 @@
|
||||
<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.0</param>
|
||||
<param name="revision">0.8.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb96de08e5f8c35ea69ddf774eaeedd339e34ec03e6821ed58cd59a38730dda3
|
||||
size 722708
|
3
gstreamer-plugins-rs-0.8.1.tar.xz
Normal file
3
gstreamer-plugins-rs-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7120836a0580bc56aba4f2000fc03c228ff9cb97fb05739099b576419c4695af
|
||||
size 725060
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 04 20:27:29 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.8.1:
|
||||
* Update Cargo.lock
|
||||
* Update versions to 0.8.1
|
||||
* cdg: update image and cdg_renderer
|
||||
* gtk4: Attach main context receiver from the main context's
|
||||
thread
|
||||
* dav1ddec: Add 8/16 bit grayscale support
|
||||
* rav1enc: Support 8 bit grayscale input
|
||||
* dav1ddec: Require correct alignment and stream format when
|
||||
running with GStreamer 1.20
|
||||
* rav1enc: Include stream-format and alignment in the caps
|
||||
* dav1ddec: Clean up state tracking a bit
|
||||
- Add automatic .changes generation to service, as upstream seems
|
||||
to not want to make release notes or changelogs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 14:17:20 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#%%global __requires_exclude pkgconfig\\(csound\\)
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
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:2f4a00cc536239b75a54c6bcac148596a9108cd7cb638db3c484c35d17eb1637
|
||||
size 50197836
|
||||
oid sha256:8cff06e565b121adf9ac5a383ffef368bb2c2ecc3d17bed65da48e6c087b004c
|
||||
size 62190084
|
||||
|
Loading…
Reference in New Issue
Block a user