]> git.pld-linux.org Git - packages/fame.git/blob - fame.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[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 Group(de):      Applikationen/Grafik
9 Group(pl):      Aplikacje/Grafika
10 Group(pt):      Aplicações/Gráficos
11 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz
12 URL:            http://fame.sourceforge.net/
13 BuildRequires:  nasm
14 BuildRequires:  libstdc++ >= 2.10.0
15 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 An MPEG encoder optimized for Pentium MMX technology. It can capture
19 video from various sources and create an MPEG 1 video elementary
20 stream, which is then recorded in a file or sent over a network. This
21 is a beta release.
22
23 %description -l pl
24 Koder MPEG zoptymalizowany dla Pentium MMX. Mo¿e ³apaæ ramki z ró¿nych
25 ¼róde³ i tworzyæ podstawowy strumieñ MPEG 1, który mo¿e byæ potem
26 zapisywany do pliku lub wysy³any przez sieæ.
27
28 %prep
29 %setup -q -n %{name}
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix}
38
39 gzip -9nf AUTHORS CHANGES BUGS README TODO
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz doc
47 %attr(755,root,root) %{_bindir}/fame
48 %attr(755,root,root) %{_bindir}/mpegnc
49 %dir %{_libdir}/fame
50 %dir %{_libdir}/fame/*
51 %{_libdir}/fame/*/*.so
52 %{_mandir}/man1/*
This page took 0.065917 seconds and 3 git commands to generate.