Summary: Fast Assembly MPEG Encoder Summary(pl): Szybki koder MPEG w asemblerze Name: fame Version: 0.8.7 Release: 2 License: GPL Group: Applications/Graphics Group(de): Applikationen/Grafik Group(pl): Aplikacje/Grafika Group(pt): Aplicaçőes/Gráficos Source0: ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz URL: http://fame.sourceforge.net/ BuildRequires: nasm BuildRequires: libstdc++ >= 2.10.0 Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description An MPEG encoder optimized for Pentium MMX technology. It can capture video from various sources and create an MPEG 1 video elementary stream, which is then recorded in a file or sent over a network. This is a beta release. %description -l pl Koder MPEG zoptymalizowany dla Pentium MMX. Może łapać ramki z różnych źródeł i tworzyć podstawowy strumień MPEG 1, który może być potem zapisywany do pliku lub wysyłany przez sieć. %prep %setup -q -n %{name} %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} gzip -9nf AUTHORS CHANGES BUGS README TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz doc %attr(755,root,root) %{_bindir}/fame %attr(755,root,root) %{_bindir}/mpegnc %dir %{_libdir}/fame %dir %{_libdir}/fame/* %{_libdir}/fame/*/*.so %{_mandir}/man1/*