Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24973/F-13
Modified Files:
.cvsignore sources
Added Files:
ffmpegthumbnailer.spec
Log Message:
version 2.0.1-1
--- NEW FILE ffmpegthumbnailer.spec ---
Name: ffmpegthumbnailer
Version: 2.0.1
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL:
http://code.google.com/p/ffmpegthumbnailer/
Source0:
http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath
%description
This video thumbnailer can be used to create thumbnails for your video files.
%package devel
Summary: Headers and libraries for building apps that use ffmpegthumbnailer
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
This video thumbnailer can be used to create thumbnails for your video files,
development package.
%prep
%setup -q
chmod -x README INSTALL COPYING AUTHORS
%build
%configure --enable-png \
--enable-jpeg \
--disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
%files devel
%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
%{_libdir}/pkgconfig/lib%{name}.pc
%dir %{_includedir}/libffmpegthumbnailer
%{_includedir}/libffmpegthumbnailer/*.h
%changelog
* Sat Apr 19 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.1-1
- version bump
- libspatch.patch merged upstream, issue 59
* Mon Apr 12 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-3
- drop _kde4_ macros
- moving chmod to %%prep
- moving %%{_includedir}/libffmpegthumbnailer to -devel
- track sonames closer
- license change to GPLv2+
- remove duplicate docs from -devel
- patching libs in pkgconfig%%{name}.pc, thanks to rdieter
* Sun Apr 11 2010 leigh scott <leigh123linux(a)googlemail.com> 2.0.0-2
- fix rpath
- enable jpeg and png support
- clean up spec file
- remove static libs as they aren't needed
- add docs
* Sat Apr 10 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> 2.0.0-1
- initial build
- has to be built with "QA_RPATHS=$[0x0001|0x0010 ]" for now
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Apr 2010 12:38:52 -0000 1.1
+++ .cvsignore 19 Apr 2010 17:46:47 -0000 1.2
@@ -0,0 +1 @@
+ffmpegthumbnailer-2.0.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Apr 2010 12:38:52 -0000 1.1
+++ sources 19 Apr 2010 17:46:47 -0000 1.2
@@ -0,0 +1 @@
+3ca766104dae81380b70feaefa6d7162 ffmpegthumbnailer-2.0.1.tar.gz