Martin Pluskal 2024-12-27 18:34:31 +00:00 committed by Git OBS Bridge
parent 5454ea52a0
commit cd37e642e6
3 changed files with 19 additions and 3 deletions

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