4 Commits

Author SHA256 Message Date
dc78539689 Accepting request 1299905 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1299905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rav1e?expand=0&rev=21
2025-08-17 12:49:53 +00:00
9552b2ac99 - Update to version 0.8.1:
- Fix bit overflows when writing headers b0bd2ad thanks to
    @sdroege
  - Update dependencies

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rav1e?expand=0&rev=61
2025-08-16 14:39:25 +00:00
bd5c6781bc Accepting request 1283046 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1283046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rav1e?expand=0&rev=20
2025-06-10 06:57:23 +00:00
ca3e73e414 Accepting request 1281163 from home:iznogood:factory
- Update to version 0.8.0:
  * Remove duplicate assume_slice_init_mut
  * Update Cargo.lock by @lu-zero
  * Remove rustc_version_check from build.rs
  * Remove crate quickcheck_macros
  * Ignore IDE config folders
  * Only enable av1-grain/serialize with rav1e/serialize
  * Remove allow(clippy::undocumented_unsafe_blocks) where not necessary
  * Replace cdf! macro with const fns
  * Don't use host's strip command when cross-compiling
  * Prepare for ivf release
  * Update Cargo.lock after ivf version bump
  * Fix test-specific clippy lints
  * Fix NASM warning about %undef statement
  * Update all non-major dependencies
  * build(deps): bump shlex from 1.2.0 to 1.3.0
  * Add whitespace to compiler flags in long version string
  * Replace types from once_cell with std::sync::OnceLock
  * Update actions/cache action to v4
  * Update codecov/codecov-action action to v4
  * Make apply_ssim_boost a const fn
  * Remove redundant imports
  * Lock clap auto-updates to 4.4 until we bump rustc version
  * Use a maintained clippy-check
  * Further renovate changes
  * Also lock assert_cmd version
  * Add new NASM pragma regarding macro parameter expansion
  * Add CI job to check the MSRV
  * Add CI jobs for wasm32-wasi
  * Replace AlignedBoxedSlice with aligned_vec::ABox
  * fix(deps): update rust crate dav1d-sys to 0.7.0
  * build(deps): bump libdav1d-sys from 0.6.0 to 0.7.0+libdav1d.1.4.0
  * chore(deps): update softprops/action-gh-release action to v2
  * Expose no_scene_detection in capi
  * Fix clippy lints
  * Update to itertool 0.13
  * Update nasm-rs to 0.3.0
  * Disable compiler warnings for known custom cfg values
  * fix(deps): update all non-major dependencies
  * Cleanup custom lints
  * Do not rename the prefix manually for windows
  * Update dependencies which do not bump minimum rustc
  * Turn get_rect_tx_log_ratio into associated function for TxSize
  * Add benchmarks for motion_compensate function
  * Drop binary integration test from coverage
  * Update clap to v4.5
  * Fix deploy CI job
  * Use the clap v3 style
  * Bump msrv-compatible dependencies
  * Update built to 0.7.7
  * Freshen rav1e dependencies and CI
  * Preparation for rav1e 0.8.0
  * Lock file maintenance
  * Update clechasseur/rs-clippy-check action to v4
  * Update codecov/codecov-action action to v5
  * bump to bitstream-io 4.1
  * Use av-scenechange for scene detection
  * Update all non-major dependencies
- Update shared library name following upstreams so name change, do
  this via adding a sover define and set it to 0_8.

OBS-URL: https://build.opensuse.org/request/show/1281163
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rav1e?expand=0&rev=59
2025-06-05 11:03:26 +00:00
7 changed files with 19 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/xiph/rav1e.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v0.8.0</param>
<param name="revision">v0.8.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

Binary file not shown.

3
rav1e-0.8.1.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:221af4286bd820bf688683e121753ec90fc1c54dd2e3527810a69f1332685dc9
size 12314125

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 15 10:18:33 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Update to version 0.8.1:
- Fix bit overflows when writing headers b0bd2ad thanks to
@sdroege
- Update dependencies
-------------------------------------------------------------------
Thu May 29 11:09:59 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: rav1e
version: 0.8.0
mtime: 1748021621
commit: 1fd67cd1b4a39f69303f28ed27c5d2d3833110c4
version: 0.8.1
mtime: 1750066517
commit: 1fe82de02510767539e89b2ee6fa846920ae2686

View File

@@ -1,7 +1,7 @@
#
# spec file for package rav1e
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020 Andreas Schneider <asn@cryptomilk.org>.
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%define sover 0_8
Name: rav1e
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Fastest and safest AV1 encoder
# rav1e is published under the terms of the BSD-2-Clause license,

BIN
vendor.tar.zst LFS

Binary file not shown.