Accepting request 1233593 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1233593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audiowmark?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-12-30 11:51:17 +00:00 committed by Git OBS Bridge
commit de1ec1e0a4
4 changed files with 19 additions and 6 deletions

View File

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

3
audiowmark-0.6.3.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65389bb1de1d5ea40fdf010d9ca2164394550c5b921e25944a117b8f2ddad5ab
size 371317

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 27 18:11:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.6.3
* update HLS support to build with ffmpeg-7 API
* preserve wav subformat
* improved RawConverter
* add format wav-pipe for very long input/output streams on
stdin/stdout
* performance optimizations for SFOutputStream
-------------------------------------------------------------------
Fri Feb 23 20:28:40 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
Name: audiowmark
Version: 0.6.2
Version: 0.6.3
Release: 0
Summary: Audio watermarking
License: GPL-3.0-or-later
@ -31,7 +31,7 @@ BuildRequires: pkgconfig(fftw3f)
BuildRequires: pkgconfig(libgcrypt) >= 1.2.0
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(sndfile) >= 1.1.0
%description
audiowmark is an open source solution for watermarking audio files. It is is
@ -42,7 +42,9 @@ for most users.
%autosetup -p1
%build
%configure
%configure \
--with-ffmpeg \
%{nil}
%make_build
%install