Accepting request 1150040 from home:AndreasStieger

audio watermarking

OBS-URL: https://build.opensuse.org/request/show/1150040
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audiowmark?expand=0&rev=1
This commit is contained in:
Martin Pluskal 2024-02-25 08:22:12 +00:00 committed by Git OBS Bridge
commit 5ee563b9a6
5 changed files with 88 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

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

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

4
audiowmark.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Feb 23 20:28:40 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- initial version

57
audiowmark.spec Normal file
View File

@ -0,0 +1,57 @@
#
# spec file for package audiowmark
#
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: audiowmark
Version: 0.6.2
Release: 0
Summary: Audio watermarking
License: GPL-3.0-or-later
URL: https://uplex.de/audiowmark/
Source: https://uplex.de/audiowmark/releases/%{name}-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: pkgconfig
BuildRequires: zita-resampler-devel
BuildRequires: zstd
BuildRequires: pkgconfig(fftw3f)
BuildRequires: pkgconfig(libgcrypt) >= 1.2.0
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(sndfile)
%description
audiowmark is an open source solution for watermarking audio files. It is is
designed to be robust, fast, secure, and to produce a a watermark is not audible
for most users.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc NEWS README.adoc
%{_bindir}/audiowmark
%{_bindir}/videowmark
%changelog