- Update to version 0.6.2+0:
- Removed dependency on libgit2 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rav1e?expand=0&rev=48
This commit is contained in:
parent
f3602e0121
commit
9f7e8b3e54
2
_service
2
_service
@ -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.6.1</param>
|
||||
<param name="revision">v0.6.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/xiph/rav1e.git</param>
|
||||
<param name="changesrevision">0fb96baa0a8c2a539ad0c148b6b2f9cfed37707a</param></service></servicedata>
|
||||
<param name="changesrevision">b57f8150d566ff353253e52d20623c2684243476</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50e7ff1b84cb436a5686a6038a86582a491736c994840992b2ff7ef933e0bce8
|
||||
size 2330308
|
3
rav1e-0.6.2+0.tar.xz
Normal file
3
rav1e-0.6.2+0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b305406e2299d9ac6bb7bc373b3c235f9cf4a9897e07237eecb76a95d84e26b1
|
||||
size 2330036
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 02 15:54:31 UTC 2023 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 0.6.2+0:
|
||||
* Prepare for release
|
||||
* Fix new clippy lints for Rust 1.66
|
||||
* Drop BUILT_TIME_UTC
|
||||
* Shorten progress text
|
||||
* Bump built to 0.5.2
|
||||
* Make git2 optional
|
||||
* Simplify the version string
|
||||
* Specify default threads behavior
|
||||
* Fix the capi deps
|
||||
- Removed dependency on libgit2
|
||||
* Added rav1e-cargo-no-git-default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 01 06:55:58 UTC 2022 - asn@cryptomilk.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: rav1e
|
||||
version: 0.6.1+0
|
||||
mtime: 1669847672
|
||||
commit: 0fb96baa0a8c2a539ad0c148b6b2f9cfed37707a
|
||||
version: 0.6.2+0
|
||||
mtime: 1671946663
|
||||
commit: b57f8150d566ff353253e52d20623c2684243476
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rav1e
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020 Andreas Schneider <asn@cryptomilk.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: rav1e
|
||||
Version: 0.6.1+0
|
||||
Version: 0.6.2+0
|
||||
Release: 0
|
||||
Summary: Fastest and safest AV1 encoder
|
||||
License: BSD-2-Clause
|
||||
@ -31,12 +31,11 @@ Source2: cargo_config
|
||||
Source98: README.suse-maint
|
||||
Source99: baselibs.conf
|
||||
#
|
||||
Patch0: rav1e-cargo-no-git-default.patch
|
||||
#
|
||||
BuildRequires: cargo-c
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: nasm
|
||||
# FIXME: Should not be needed for releases
|
||||
# https://github.com/xiph/rav1e/issues/3072
|
||||
BuildRequires: libgit2-devel
|
||||
|
||||
%description
|
||||
rav1e is an AV1 video encoder.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f666247f3a9090d5eac9f23ceb068325fc1922e30cc516fccb6b71019b18db07
|
||||
size 20900264
|
||||
oid sha256:b945fde342eaeb6875205c1fe4758b471bb366007aa299c6c259b9f25fdf78d4
|
||||
size 20685492
|
||||
|
Loading…
Reference in New Issue
Block a user