]> git.pld-linux.org Git - packages/fame.git/blob - fame.spec
8864fa1865ed9120f3c12927d2d7d1132e6bf2e0
[packages/fame.git] / fame.spec
1 Summary:        Fast Assembly MPEG Encoder
2 Summary(pl):    Szybki koder MPEG w asemblerze
3 Name:           fame
4 Version:        0.8.7
5 Release:        2
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz
9 URL:            http://fame.sourceforge.net/
10 BuildRequires:  nasm
11 BuildRequires:  libstdc++ >= 2.10.0
12 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 An MPEG encoder optimized for Pentium MMX technology. It can capture
16 video from various sources and create an MPEG 1 video elementary
17 stream, which is then recorded in a file or sent over a network. This
18 is a beta release.
19
20 %description -l pl
21 Koder MPEG zoptymalizowany dla Pentium MMX. Mo¿e ³apaæ ramki z ró¿nych
22 ¼róde³ i tworzyæ podstawowy strumieñ MPEG 1, który mo¿e byæ potem
23 zapisywany do pliku lub wysy³any przez sieæ.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix}
35
36 gzip -9nf AUTHORS CHANGES BUGS README TODO
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz doc
44 %attr(755,root,root) %{_bindir}/fame
45 %attr(755,root,root) %{_bindir}/mpegnc
46 %dir %{_libdir}/fame
47 %dir %{_libdir}/fame/*
48 %{_libdir}/fame/*/*.so
49 %{_mandir}/man1/*
This page took 0.056406 seconds and 2 git commands to generate.