]> git.pld-linux.org Git - SPECS.git/blob - gogo.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / gogo.spec
1 Summary:        MP3 encoder based on lame
2 Summary(pl.UTF-8):      Program do kompresji plików MP3 bazowany na lame
3 Name:           gogo
4 Version:        239b
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 URL:            http://homepage1.nifty.com/herumi/soft.html
9 Source0:        http://homepage1.nifty.com/herumi/soft/gogo2/src/%{name}%{version}.tgz
10 # Source0-md5:  94fac7a20d980451fef30729690fab3d
11 BuildRequires:  nasm
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This software is based lame MP3 encoder. GOGO can encode about TWICE
16 as fast as original LAME can on K6-2 315MHz, and its quality is the
17 about same as LAME's. GOGO makes use of MMX, (Enhanced) 3D Now! and
18 SSE if your system supports these units.
19
20 %description -l pl.UTF-8
21 GOGO jest programem do kompresji plików MP3, który został stworzony na
22 podstawie programu lame. Program ten potrafi być dwa razy szybszy od
23 oryginału w systemie z procesorem K6-2 315MHz, zachowując jednocześnie
24 jakość kompresowanych plików. GOGO wykorzystuje MMX, instrukcje 3D
25 Now! oraz SSE.
26
27 %prep
28 %setup -q -n %{name}%{version}
29
30 %build
31 %{__make} \
32         RPM_OPT_FLAGS="%{rpmcflags}" \
33         USE_E3DN=yes
34 cd contrib
35 %{__cc} -o cdda2mp3 cdda2mp3.c %{rpmcflags}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install gogo contrib/cdda2mp3 $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc readme.txt japandoc/[fi]* contrib/cdda2mp3.txt
49 %attr(755,root,root) %{_bindir}/*
This page took 0.123145 seconds and 3 git commands to generate.