]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blame - ffmpegthumbnailer.spec
- pl
[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
MB
3Name: ffmpegthumbnailer
4Version: 1.1
5Release: 1
6License: GPL v2
7Group: Applications
8Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 20c6b80dbbcf7a2f73d8879dc9c94c93
10Patch0: %{name}-link.patch
11URL: http://code.google.com/p/ffmpegthumbnailer/
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
30%patch0 -p1
31
32%build
33%{__aclocal}
34%{__autoconf}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -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.119658 seconds and 4 git commands to generate.