SPECS: vorbisgain.spec (NEW) - new from Patryk Szczyg³owski <patry...

blekot blekot at pld-linux.org
Fri Feb 3 22:47:35 CET 2006


Author: blekot                       Date: Fri Feb  3 21:47:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new from Patryk Szczygłowski <patryk at patryk dot one dot pl>

---- Files affected:
SPECS:
   vorbisgain.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vorbisgain.spec
diff -u /dev/null SPECS/vorbisgain.spec:1.1
--- /dev/null	Fri Feb  3 22:47:35 2006
+++ SPECS/vorbisgain.spec	Fri Feb  3 22:47:29 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# 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$
+Revision 1.1  2006/02/03 21:47:29  blekot
+- new from Patryk Szczygłowski <patryk at patryk dot one dot pl>
+
================================================================



More information about the pld-cvs-commit mailing list