|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
#
|
|
|
|
|
# spec file for package libreplaygain
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2013 Asterios Dramis <asterios.dramis@gmail.com>.
|
|
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
|
# Copyright (c) 2013 Asterios Dramis <asterios.dramis@gmail.com>.
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
@ -20,19 +20,19 @@
|
|
|
|
|
%define so_ver 1
|
|
|
|
|
|
|
|
|
|
Name: libreplaygain
|
|
|
|
|
Summary: Library for analyzing sound and recommending volume change
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
Version: r475
|
|
|
|
|
Release: 0
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
Summary: Analyze Input Samples and Give the Recommended dB Change
|
|
|
|
|
Url: https://www.musepack.net/
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
URL: https://www.musepack.net/
|
|
|
|
|
Source0: https://files.musepack.net/source/%{name}_%{version}.tar.gz
|
|
|
|
|
Patch0: libreplaygain-math.patch
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libreplaygain is a library that analyzes input samples and give the recommended
|
|
|
|
|
dB change.
|
|
|
|
|
libreplaygain is a library that analyzes input samples and gives the
|
|
|
|
|
recommended volume change.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for libreplaygain
|
|
|
|
@ -43,12 +43,12 @@ Requires: libreplaygain%{so_ver} = %{version}
|
|
|
|
|
This package includes development files for libreplaygain.
|
|
|
|
|
|
|
|
|
|
%package -n libreplaygain%{so_ver}
|
|
|
|
|
Summary: Analyze Input Samples and Give the Recommended dB Change
|
|
|
|
|
Summary: Library for analyzing sound and recommending volume change
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
%description -n libreplaygain%{so_ver}
|
|
|
|
|
libreplaygain is a library that analyzes input samples and give the recommended
|
|
|
|
|
dB change.
|
|
|
|
|
libreplaygain is a library that analyzes input samples and gives the
|
|
|
|
|
recommended volume change.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}_%{version}
|
|
|
|
|