spec: vorbisgain

Patryk Szczygłowski patryk at patryk.one.pl
Fri Feb 3 20:43:22 CET 2006


VorbisGain oblicza odczuwalny poziom dźwięku pliku Ogg Vorbis używając
algorytmu ReplayGain.
-- 
Patryk Szczygłowski
patryk at patryk.one.pl
JID: psz at chrome.pl
-------------- next part --------------
# $Revision: 1.58 $, $Date: 2006/01/23 19:47:09 $
#
# Conditional build:
%bcond_without	recursive		# build without recursive support
#
Summary:	Calculate the replay gain for Ogg Vorbis files
Summary(pl):	Oblicz wskaźnik głośności dla plików Ogg Vorbis
Name:		vorbisgain
Version:	0.36
Release:	1
License:	LGPL
Group:		Applications/Sound
Source0:	http://sjeng.org/ftp/vorbis/%{name}-%{version}.zip
# Source0-md5:	3c9df5028fa395aa98fdf0f58a5187b0
URL:		http://www.sjeng.org/vorbisgain.html
BuildRequires:	gawk
BuildRequires:	grep
BuildRequires:	libogg-devel
BuildRequires:	libvorbis-devel
Requires:	libogg
Requires:	libvorbis
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
VorbisGain calculates a percieved sound level of an Ogg Vorbis file
using the ReplayGain algorithm. VorbisGain then stores in the comments
(tags) in the file a suggestion on how the volume should be changed
during playback, to get a uniform sound level. However, this only
solves half the problem; the player application needs to act on that
suggestion for it to be any useful.

%description -l pl
VorbisGain oblicza odczuwalny poziom dźwięku pliku Ogg Vorbis używając
algorytmu ReplayGain. VorbisGain następnie zapisuje do komentarza
(taga) pliku sugestię, jak poziom głośności powinien zostać zmieniony
podczas odtwarzania, aby uzyskać spójną głośność pomiędzy plikami.
Jednakże to tylko rozwiązuje połowę problemu; odtwarzacz musi
podejmować odpowiednie czynności na podstawie zawartej sugestii, aby
całość była użyteczna.

%prep
%setup -q

%build
%configure \
	%{?with_recursive:--enable-recursive} \

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc NEWS README
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org

$Log: template.spec,v $


More information about the pld-devel-pl mailing list