rpms/ffmpegthumbnailer/devel .cvsignore, 1.8, 1.9 ffmpegthumbnailer.spec, 1.24, 1.25 sources, 1.8, 1.9

Magnus Tuominen magnu5 at rpmfusion.org
Sat Apr 11 20:41:45 CEST 2015


Author: magnu5

Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24254

Modified Files:
	.cvsignore ffmpegthumbnailer.spec sources 
Log Message:
* Thu Apr 09 2015 Magnus Tuominen <magnus.tuominen at gmail.com> - 2.0.9-1
- 2.0.9



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	29 Aug 2012 12:45:30 -0000	1.8
+++ .cvsignore	11 Apr 2015 18:41:44 -0000	1.9
@@ -1 +1 @@
-ffmpegthumbnailer-2.0.8.tar.gz
+ffmpegthumbnailer-2.0.9.tar.gz


Index: ffmpegthumbnailer.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/ffmpegthumbnailer.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ffmpegthumbnailer.spec	19 Oct 2014 23:39:42 -0000	1.24
+++ ffmpegthumbnailer.spec	11 Apr 2015 18:41:44 -0000	1.25
@@ -1,18 +1,16 @@
 Name:           ffmpegthumbnailer
-Version:        2.0.8
-Release:        11%{?dist}
+Version:        2.0.9
+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
+Source0:        https://bitbucket.org/mtuominen/fedora/src/49e8ed786ec5813f6b0ca53eb96d7e8dceb2e81f/SOURCES/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         ffmpegthumbnailer-2.0.8-memcpy.patch
 
 BuildRequires:  ffmpeg-devel, libpng-devel, libjpeg-devel
-BuildRequires:  chrpath, automake, autoconf
-
+BuildRequires:  chrpath, automake, autoconf, libtool, gcc-c++
 
 %description
 This video thumbnailer can be used to create thumbnails for your video files.
@@ -28,15 +26,15 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .ffmpegthumbnailer-2.0.8-memcpy
 chmod -x README INSTALL COPYING AUTHORS
 
 %build
+./autogen.sh
 %configure --enable-png \
            --enable-jpeg \
            --disable-static \
            --enable-gio \
-	   --enable-thumbnailer
+           --enable-thumbnailer
 
 make %{?_smp_mflags}
 
@@ -44,7 +42,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
+#chrpath --delete $RPM_BUILD_ROOT%%{_bindir}/ffmpegthumbnailer
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 %clean
@@ -71,6 +69,9 @@
 
 
 %changelog
+* Thu Apr 09 2015 Magnus Tuominen <magnus.tuominen at gmail.com> - 2.0.9-1
+- 2.0.9
+
 * Sun Oct 19 2014 Sérgio Basto <sergio at serjux.com> - 2.0.8-11
 - Rebuilt for FFmpeg 2.4.3
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	29 Aug 2012 12:45:30 -0000	1.8
+++ sources	11 Apr 2015 18:41:44 -0000	1.9
@@ -1 +1 @@
-03e081f89778cd5e4fce30b29a4630e1  ffmpegthumbnailer-2.0.8.tar.gz
+3c793377da205c1477d4876bbc0da947  ffmpegthumbnailer-2.0.9.tar.gz


More information about the rpmfusion-commits mailing list