]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/blame - ffmpegthumbnailer.spec
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/ffmpegthumbnailer.git] / ffmpegthumbnailer.spec
CommitLineData
7a0f7637 1Summary: Lightweight video thumbnailer
e7ffe731 2Summary(pl.UTF-8): Lekki program do wykonywania miniaturek dla filmów
7a0f7637 3Name: ffmpegthumbnailer
e7ffe731 4Version: 2.0.2
7a0f7637
MB
5Release: 1
6License: GPL v2
e7ffe731 7Group: Applications/Graphics
7a0f7637 8Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
e7ffe731 9# Source0-md5: ee473a26e7e8da216e64bbb33e87772c
7a0f7637 10URL: http://code.google.com/p/ffmpegthumbnailer/
e7ffe731 11BuildRequires: autoconf >= 2.62
12BuildRequires: automake >= 1:1.11
7a0f7637 13BuildRequires: ffmpeg-devel
e7ffe731 14BuildRequires: libjpeg-devel
7a0f7637 15BuildRequires: libpng-devel
e7ffe731 16BuildRequires: libstdc++-devel
17BuildRequires: libtool
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
e7ffe731 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
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
e7ffe731 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
e7ffe731 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
e7ffe731 84%attr(755,root,root) %{_libdir}/libffmpegthumbnailer.so.*.*.*
85%attr(755,root,root) %ghost %{_libdir}/libffmpegthumbnailer.so.?
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.057897 seconds and 4 git commands to generate.