]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blame - ffmpegthumbnailer.spec
- up to 2.0.2
[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
af794b22 4Version: 2.0.2
5Release: 1
7a0f7637 6License: GPL v2
c507c284 7Group: Applications/Graphics
7a0f7637 8Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
af794b22 9# Source0-md5: ee473a26e7e8da216e64bbb33e87772c
7a0f7637 10URL: http://code.google.com/p/ffmpegthumbnailer/
c507c284 11BuildRequires: autoconf >= 2.50
7a0f7637
MB
12BuildRequires: automake
13BuildRequires: ffmpeg-devel
e12f335b 14BuildRequires: libjpeg-devel
7a0f7637 15BuildRequires: libpng-devel
2d5a747b
MB
16BuildRequires: libstdc++-devel
17BuildRequires: libtool
c507c284 18BuildRequires: pkgconfig
7a0f7637
MB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22ffmpegthumbnailer can be used by file managers to create thumbnails
23for your video files. It uses ffmpeg to decode frames from the video
24files.
25
a8b04dac
JB
26%description -l pl.UTF-8
27ffmpegthumbnailer może być używany przez zarządców plików do tworzenia
28miniaturek dla plików filmów. Wykorzystuje ffmpeg do dekodowania
29klatek.
30
2d5a747b
MB
31%package devel
32Summary: Header files for libffmpegthumbnailer library
33Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libffmpegthumbnailer
34Group: Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: ffmpeg-devel
37Requires: libpng-devel
38
39%description devel
40Header files for libffmpegthumbnailer library.
41
42%description devel -l pl.UTF-8
43Pliki nagłówkowe biblioteki libffmpegthumbnailer.
44
45%package static
46Summary: Static libffmpegthumbnailer library
47Summary(pl.UTF-8): Statyczna biblioteka libffmpegthumbnailer
48Group: Development/Libraries
49Requires: %{name}-devel = %{version}-%{release}
50
51%description static
52Static libffmpegthumbnailer library.
53
54%description static -l pl.UTF-8
55Statyczna biblioteka libffmpegthumbnailer.
56
7a0f7637
MB
57%prep
58%setup -q
7a0f7637
MB
59
60%build
2d5a747b 61%{__libtoolize}
7a0f7637
MB
62%{__aclocal}
63%{__autoconf}
64%{__automake}
65%configure
66%{__make}
67
68%install
69rm -rf $RPM_BUILD_ROOT
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
2d5a747b
MB
77%post -p /sbin/ldconfig
78%postun -p /sbin/ldconfig
79
7a0f7637
MB
80%files
81%defattr(644,root,root,755)
82%doc AUTHORS ChangeLog README TODO
83%attr(755,root,root) %{_bindir}/ffmpegthumbnailer
2d5a747b 84%attr(755,root,root) %{_libdir}/libffmpegthumbnailer.so.*.*.*
bd8176da 85%attr(755,root,root) %ghost %{_libdir}/libffmpegthumbnailer.so.?
2d5a747b
MB
86%{_mandir}/man1/ffmpegthumbnailer.1*
87
88%files devel
89%defattr(644,root,root,755)
90%attr(755,root,root) %{_libdir}/libffmpegthumbnailer.so
91%{_libdir}/libffmpegthumbnailer.la
92%{_includedir}/libffmpegthumbnailer
93%{_pkgconfigdir}/libffmpegthumbnailer.pc
94
95%files static
96%defattr(644,root,root,755)
97%{_libdir}/libffmpegthumbnailer.a
This page took 0.064932 seconds and 4 git commands to generate.