]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blob - ffmpegthumbnailer.spec
- up to 1.1.3
[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.3
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  8abed939bdbd7261cb22f6383b761e43
10 URL:            http://code.google.com/p/ffmpegthumbnailer/
11 BuildRequires:  a52dec-libs-devel
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
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README TODO
50 %attr(755,root,root) %{_bindir}/ffmpegthumbnailer
This page took 0.11601 seconds and 4 git commands to generate.