2 Commits

Author SHA256 Message Date
3f3ae7196e Accepting request 1311156 from multimedia:libs
- Update to 3.3.2:
  * rpu: fix write_rpu_data allocated capacity. Now static and 512
    bytes.
  * RpuDataNlq: fixed incorrect written data for
    linear_deadzone_threshold_int.
  * Updated edition to 2024.

OBS-URL: https://build.opensuse.org/request/show/1311156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdovi?expand=0&rev=5
2025-10-14 16:06:19 +00:00
6861f5198d - Update to 3.3.2:
* rpu: fix write_rpu_data allocated capacity. Now static and 512
    bytes.
  * RpuDataNlq: fixed incorrect written data for
    linear_deadzone_threshold_int.
  * Updated edition to 2024.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdovi?expand=0&rev=9
2025-10-13 14:32:17 +00:00
6 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">libdovi-3.3.1.tar.gz</param>
<param name="srcdir">libdovi-3.3.2.tar.gz</param>
<param name="cargotoml">dolby_vision/Cargo.toml</param>
<param name="compression">zst</param>
<param name="update">true</param>

Binary file not shown.

3
libdovi-3.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ccb1922d7dbb57bc4f2c15c10b90c462f7a5f292efe317c116db923728dd3f1
size 489628

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 13 14:30:03 UTC 2025 - llyyr <llyyr@yukari.in>
- Update to 3.3.2:
* rpu: fix write_rpu_data allocated capacity. Now static and 512
bytes.
* RpuDataNlq: fixed incorrect written data for
linear_deadzone_threshold_int.
* Updated edition to 2024.
-------------------------------------------------------------------
Wed Sep 18 17:55:38 UTC 2024 - llyyr <llyyr@yukari.in>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libdovi
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define sover 3
Name: libdovi
Version: 3.3.1
Version: 3.3.2
Release: 0
Summary: Library to read & write Dolby Vision metadata
Group: Development/Libraries/Rust

BIN
vendor.tar.zst LFS

Binary file not shown.