Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Fedora Release Engineering
4158c2b5b5 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:37:21 +00:00
Fedora Release Engineering
66d9e28d43 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:03:15 +00:00
Fedora Release Engineering
946e9d9bf1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:13:27 +00:00
Fedora Release Engineering
4f0af48fe5 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:36:51 +00:00
Miroslav Suchý
c71e68d0ff convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 22:42:58 +02:00
Fedora Release Engineering
354edd7f8a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:00:29 +00:00
Fedora Release Engineering
939c6bfa16 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:11:58 +00:00
Fedora Release Engineering
44e625fbf9 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:51:50 +00:00
Fedora Release Engineering
a15e83cda2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 06:29:44 +00:00
Colin B. Macdonald
f6d0b69717 Cleanup whitespace 2023-01-03 00:27:11 -08:00

View file

@ -3,17 +3,18 @@ Version: 0.37
Release: %autorelease
Summary: Adds tags to Ogg Vorbis files to adjust the volume
License: LGPLv2
# Automatically converted from old format: LGPLv2 - review is highly recommended.
License: LicenseRef-Callaway-LGPLv2
URL: https://sjeng.org/vorbisgain.html
Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz
Patch0: vorbisgain-spelling.patch
Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz
Patch0: vorbisgain-spelling.patch
Patch1: 001-fprintf_fix.patch
Patch2: vorbisgain-c99.patch
BuildRequires: make
BuildRequires: make
BuildRequires: gcc
BuildRequires: libvorbis-devel
BuildRequires: libogg-devel
BuildRequires: libvorbis-devel
BuildRequires: libogg-devel
%description
@ -23,7 +24,7 @@ volume of an Ogg Vorbis file to a predefined standardized loudness.
It needs player support to work. Non-supporting players will play back
the files without problems, but you'll miss out on the benefits.
Nowadays most good players such as ogg123, xmms and mplayer are already
compatible.
compatible.
%prep