Accepting request 1085566 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1085566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblc3?expand=0&rev=3
This commit is contained in:
commit
3c2b593a69
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
||||
<param name="revision">v1.0.2</param>
|
||||
<param name="revision">v1.0.3</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:709ed8bc8f140530de6f53548ee37c8387601762b095bcee9811e65527326f0e
|
||||
size 1111564
|
3
liblc3-1.0.3.obscpio
Normal file
3
liblc3-1.0.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f97d219e6683b8c6f495833b9b9b6aa42f6ccd4da47094d5793d3124690e4dba
|
||||
size 1122316
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 19:08:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.0.3:
|
||||
+ Enhancements:
|
||||
- C++ interface
|
||||
- Remove 1 multiply by samples (when not using
|
||||
upsampling/downsampling feature)
|
||||
- Declare liblc3 as dependency in meson (helps using as meson
|
||||
subproject)
|
||||
- Make encoder/decoder states relocatable
|
||||
+ Improve portability:
|
||||
- Enable -pedantic compilation flag
|
||||
- Remove VLA to support compilation with MSVC
|
||||
- Remove use of deprecated int numpy attribute
|
||||
+ Fixes: Fix undefined behaviors on integer shifting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 11:11:53 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: liblc3
|
||||
version: 1.0.2
|
||||
mtime: 1676496449
|
||||
commit: f34f4654d6c319415de718f45ff6ec73135058de
|
||||
version: 1.0.3
|
||||
mtime: 1683568433
|
||||
commit: 3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define lc3soname liblc3-1
|
||||
|
||||
Name: liblc3
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: Low Complexity Communication Codec (LC3)
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user