]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/commitdiff
- rel 5; build fixed auto/th/ffmpegthumbnailer-2.0.8-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Nov 2013 21:30:02 +0000 (22:30 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Nov 2013 21:30:02 +0000 (22:30 +0100)
ffmpegthumbnailer-build.patch [new file with mode: 0644]
ffmpegthumbnailer.spec

diff --git a/ffmpegthumbnailer-build.patch b/ffmpegthumbnailer-build.patch
new file mode 100644 (file)
index 0000000..91da56f
--- /dev/null
@@ -0,0 +1,10 @@
+--- ffmpegthumbnailer-2.0.8/libffmpegthumbnailer/pngwriter.cpp~        2012-08-25 14:07:44.000000000 +0200
++++ ffmpegthumbnailer-2.0.8/libffmpegthumbnailer/pngwriter.cpp 2013-11-07 22:28:14.557258535 +0100
+@@ -17,6 +17,7 @@
+ #include "pngwriter.h"
+ #include <stdexcept>
+ #include <cassert>
++#include <string.h>
+ using namespace std;
index 68a7881b7242cdcb4c2672a758c1075b1bd3bfbd..0750a32319ec6e6dbda142f5d737a0d8d4d914f6 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Lightweight video thumbnailer
 Summary(pl.UTF-8):     Lekki program do wykonywania miniaturek dla filmów
 Name:          ffmpegthumbnailer
 Version:       2.0.8
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Applications/Graphics
 Source0:       http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: 03e081f89778cd5e4fce30b29a4630e1
+Patch0:                %{name}-build.patch
 URL:           http://code.google.com/p/ffmpegthumbnailer/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
@@ -61,6 +62,7 @@ Statyczna biblioteka libffmpegthumbnailer.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # use runtime library paths for dlopen
 %{__sed} -i -e '
This page took 0.186881 seconds and 4 git commands to generate.