]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blame - ffmpegthumbnailer.spec
- fix linking with libswscale.so
[packages/ffmpegthumbnailer.git] / ffmpegthumbnailer.spec
CommitLineData
7a0f7637
MB
1Summary: Lightweight video thumbnailer
2Name: ffmpegthumbnailer
3Version: 1.1
4Release: 1
5License: GPL v2
6Group: Applications
7Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
8# Source0-md5: 20c6b80dbbcf7a2f73d8879dc9c94c93
9Patch0: %{name}-link.patch
10URL: http://code.google.com/p/ffmpegthumbnailer/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: ffmpeg-devel
14BuildRequires: libpng-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18ffmpegthumbnailer can be used by file managers to create thumbnails
19for your video files. It uses ffmpeg to decode frames from the video
20files.
21
22%prep
23%setup -q
24%patch0 -p1
25
26%build
27%{__aclocal}
28%{__autoconf}
29%{__automake}
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS ChangeLog README TODO
45%attr(755,root,root) %{_bindir}/ffmpegthumbnailer
This page took 0.131996 seconds and 4 git commands to generate.