]> git.pld-linux.org Git - packages/DFBSee.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Dec 2002 20:02:29 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DFBSee.spec -> 1.1

DFBSee.spec [new file with mode: 0644]

diff --git a/DFBSee.spec b/DFBSee.spec
new file mode 100644 (file)
index 0000000..efabac6
--- /dev/null
@@ -0,0 +1,48 @@
+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/*
This page took 0.075782 seconds and 4 git commands to generate.