]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blob - ffmpegthumbnailer.spec
- pl
[packages/ffmpegthumbnailer.git] / ffmpegthumbnailer.spec
1 Summary:        Lightweight video thumbnailer
2 Summary(pl.UTF-8):      Lekki program do wykonywania miniaturek dla filmów
3 Name:           ffmpegthumbnailer
4 Version:        1.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  20c6b80dbbcf7a2f73d8879dc9c94c93
10 Patch0:         %{name}-link.patch
11 URL:            http://code.google.com/p/ffmpegthumbnailer/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ffmpeg-devel
15 BuildRequires:  libpng-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 ffmpegthumbnailer can be used by file managers to create thumbnails
20 for your video files. It uses ffmpeg to decode frames from the video
21 files.
22
23 %description -l pl.UTF-8
24 ffmpegthumbnailer może być używany przez zarządców plików do tworzenia
25 miniaturek dla plików filmów. Wykorzystuje ffmpeg do dekodowania
26 klatek.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README TODO
51 %attr(755,root,root) %{_bindir}/ffmpegthumbnailer
This page took 0.050917 seconds and 3 git commands to generate.