source: projects/specs/trunk/v/vorbisgain/vorbisgain-vl.spec @ 521

Revision 521, 1.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Add comments to Ogg Vorbis files to correct the volume
2Summary(ja):    Ogg Vorbis ファイルに音量を一定に揃えるための情報を付加
3Name:           vorbisgain
4Version:        0.36
5Release:        1%{?_dist_release}
6Group:          Applications/Multimedia
7License:        LGPL
8URL:            http://sjeng.sourceforge.net/vorbisgain.html
9Source:         http://sjeng.org/ftp/vorbis/vorbisgain-%{version}.zip
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  libvorbis-devel, unzip, perl
12Requires:       libvorbis
13
14%description
15VorbisGain is a utility that uses a psychoacoustic method to correct the
16volume of an Ogg Vorbis file to a predefined standardized loudness.
17
18It is meant as a replacement for the normalization that is commonly used
19before encoding. Although normalization will ensure that each song has
20the same peak volume, this unfortunately does not say anything about the
21apparent loudness of the music, with the end result being that many
22normalized files still don't sound equally loud. VorbisGain uses
23psychoacoustics to address this deficiency. Moreover, unlike normalization,
24it's a lossless procedure which works by adding tags to the file.
25Additionally, it will add hints that can be used to prevent clipping on
26playback. It is based upon the ReplayGain technology.
27For more details, see http://replaygain.hydrogenaudio.org/.
28
29%prep
30%setup -q
31
32%build
33%__perl -p -i -e "s/-O2//" configure
34%configure --enable-recursive
35%__make
36
37%install
38%__rm -rf %{buildroot}
39%makeinstall
40
41%clean
42%__rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root)
46%doc COPYING NEWS README
47%{_bindir}/*
48%{_mandir}/man1/*
49
50%changelog
51* Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 0.36-1vl5
52- applied new versioning policy, spec in utf-8
53
54* Tue Sep 04 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 0.36-0vl2
55- rebuild with new environment
56
57* Sun Mar 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.36-0vl1
58- initial build
Note: See TracBrowser for help on using the repository browser.