Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27061
Modified Files:
.cvsignore ffmpegthumbnailer.spec sources
Log Message:
* Wed Aug 29 2012 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.8-1
- 2.0.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 29 Sep 2011 15:58:25 -0000 1.7
+++ .cvsignore 29 Aug 2012 12:45:30 -0000 1.8
@@ -1 +1 @@
-ffmpegthumbnailer-2.0.7.tar.gz
+ffmpegthumbnailer-2.0.8.tar.gz
Index: ffmpegthumbnailer.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/ffmpegthumbnailer.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ffmpegthumbnailer.spec 26 Jun 2012 09:07:08 -0000 1.13
+++ ffmpegthumbnailer.spec 29 Aug 2012 12:45:30 -0000 1.14
@@ -1,6 +1,6 @@
Name: ffmpegthumbnailer
-Version: 2.0.7
-Release: 5%{?dist}
+Version: 2.0.8
+Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
@@ -8,12 +8,7 @@
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)
-# patch in upstream svn
-#
http://code.google.com/p/ffmpegthumbnailer/source/diff?spec=svn228&r=...
-# Patch0: %%{name}-libdl.patch
-# patch sent upstream
-#
https://code.google.com/p/ffmpegthumbnailer/issues/detail?id=83
-# Patch1: %%{name}-null.patch
+
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
BuildRequires: chrpath, automake, autoconf
@@ -24,7 +19,7 @@
%package devel
Summary: Headers and libraries for building apps that use ffmpegthumbnailer
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This video thumbnailer can be used to create thumbnails for your video files,
@@ -38,7 +33,8 @@
%configure --enable-png \
--enable-jpeg \
--disable-static \
- --enable-gio
+ --enable-gio \
+ --enable-thumbnailer
make %{?_smp_mflags}
@@ -49,12 +45,11 @@
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
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
@@ -62,17 +57,20 @@
%{_bindir}/ffmpegthumbnailer
%{_libdir}/libffmpegthumbnailer.so.4*
%{_mandir}/man1/ffmpegthumbnailer.1.gz
+# gnome thumbnailer registration
+%dir %{_datadir}/thumbnailers
+%{_datadir}/thumbnailers/ffmpegthumbnailer.thumbnailer
%files devel
%defattr(-,root,root,-)
%{_libdir}/libffmpegthumbnailer.so
-%{_libdir}/pkgconfig/lib%{name}.pc
-%dir %{_includedir}/libffmpegthumbnailer
-%{_includedir}/libffmpegthumbnailer/*.h
+%{_libdir}/pkgconfig/libffmpegthumbnailer.pc
+%{_includedir}/libffmpegthumbnailer/
+
%changelog
-* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.7-5
-- Rebuilt for FFmpeg
+* Wed Aug 29 2012 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.8-1
+- 2.0.8
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.7-4
- Rebuilt for c++ ABI breakage
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 29 Sep 2011 15:58:25 -0000 1.7
+++ sources 29 Aug 2012 12:45:30 -0000 1.8
@@ -1 +1 @@
-2b5726894792ef484793dce9568a065a ffmpegthumbnailer-2.0.7.tar.gz
+03e081f89778cd5e4fce30b29a4630e1 ffmpegthumbnailer-2.0.8.tar.gz