]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blame - ffmpegthumbnailer.spec
- up to 1.1.3
[packages/ffmpegthumbnailer.git] / ffmpegthumbnailer.spec
CommitLineData
7a0f7637 1Summary: Lightweight video thumbnailer
a8b04dac 2Summary(pl.UTF-8): Lekki program do wykonywania miniaturek dla filmów
7a0f7637 3Name: ffmpegthumbnailer
52355729 4Version: 1.1.3
7a0f7637
MB
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
52355729 9# Source0-md5: 8abed939bdbd7261cb22f6383b761e43
7a0f7637 10URL: http://code.google.com/p/ffmpegthumbnailer/
52355729 11BuildRequires: a52dec-libs-devel
7a0f7637
MB
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: ffmpeg-devel
15BuildRequires: libpng-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19ffmpegthumbnailer can be used by file managers to create thumbnails
20for your video files. It uses ffmpeg to decode frames from the video
21files.
22
a8b04dac
JB
23%description -l pl.UTF-8
24ffmpegthumbnailer może być używany przez zarządców plików do tworzenia
25miniaturek dla plików filmów. Wykorzystuje ffmpeg do dekodowania
26klatek.
27
7a0f7637
MB
28%prep
29%setup -q
7a0f7637
MB
30
31%build
32%{__aclocal}
33%{__autoconf}
34%{__automake}
35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -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.064074 seconds and 4 git commands to generate.