Summary: DirectFBSee - an image viewer and video player for the Linux framebuffer Summary(pl): DirectFBSee - przeglądarka obrazków i filmów dla linuksowego framebuffera Name: DFBSee Version: 0.7.4 Release: 1 License: GPL Group: Applications/Graphics Source0: http://www.directfb.org/download/DFBSee/%{name}-%{version}.tar.gz URL: http://www.directfb.org/ BuildRequires: DirectFB-devel >= 0.9.15 BuildRequires: autoconf Requires: DirectFB-font-ft2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description DirectFBSee is an image viewer and video player for the Linux framebuffer. dfbsee opens the specified file and tries the image and video providers available with DirectFB. At the moment these are PNG, JPEG, GIF and MPEG or a Video4Linux video device. %description -l pl DirectFBSee to przeglądarka obrazków i filmów dla linuksowego framebuffera. dfbsee otwiera podany plik i próbuje dostępnych modułów dostarczających grafikę i obraz DirectFB. Aktualnie są to PNG, JPEG, GIF oraz MPEG lub urządzenie Video4Linux. %prep %setup -q %build %{__autoconf} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man1/*