* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer/files: ffmpegthumbnailer-1.2.3-gcc43.patch
@ 2008-04-15 19:38 Samuli Suominen (drac)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-15 19:38 UTC (permalink / raw
To: gentoo-commits
drac 08/04/15 19:38:16
Added: ffmpegthumbnailer-1.2.3-gcc43.patch
Log:
GCC 4.3 fix by me.
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.1 media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.3-gcc43.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.3-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-1.2.3-gcc43.patch?rev=1.1&content-type=text/plain
Index: ffmpegthumbnailer-1.2.3-gcc43.patch
===================================================================
diff -ur ffmpegthumbnailer-1.2.3.orig/src/libffmpegthumbnailer/jpegwriter.cpp ffmpegthumbnailer-1.2.3/src/libffmpegthumbnailer/jpegwriter.cpp
--- ffmpegthumbnailer-1.2.3.orig/src/libffmpegthumbnailer/jpegwriter.cpp 2008-04-08 21:27:03.000000000 +0300
+++ ffmpegthumbnailer-1.2.3/src/libffmpegthumbnailer/jpegwriter.cpp 2008-04-15 22:30:03.000000000 +0300
@@ -16,6 +16,7 @@
#include "jpegwriter.h"
#include <stdexcept>
+#include <cstring>
#include <assert.h>
using namespace std;
diff -ur ffmpegthumbnailer-1.2.3.orig/src/libffmpegthumbnailer/moviedecoder.cpp ffmpegthumbnailer-1.2.3/src/libffmpegthumbnailer/moviedecoder.cpp
--- ffmpegthumbnailer-1.2.3.orig/src/libffmpegthumbnailer/moviedecoder.cpp 2008-04-08 21:27:13.000000000 +0300
+++ ffmpegthumbnailer-1.2.3/src/libffmpegthumbnailer/moviedecoder.cpp 2008-04-15 22:29:57.000000000 +0300
@@ -19,6 +19,7 @@
#include <assert.h>
#include <iostream>
+#include <cstring>
extern "C" {
#if HAVE_LIBSWSCALE_SWSCALE_H
diff -ur ffmpegthumbnailer-1.2.3.orig/src/main.cpp ffmpegthumbnailer-1.2.3/src/main.cpp
--- ffmpegthumbnailer-1.2.3.orig/src/main.cpp 2008-04-08 21:27:03.000000000 +0300
+++ ffmpegthumbnailer-1.2.3/src/main.cpp 2008-04-15 22:34:38.000000000 +0300
@@ -17,6 +17,7 @@
#include <iostream>
#include <unistd.h>
#include <stdexcept>
+#include <stdlib.h>
#include "libffmpegthumbnailer/videothumbnailer.h"
#include "libffmpegthumbnailer/stringoperations.h"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer/files: ffmpegthumbnailer-1.2.3-gcc43.patch
@ 2008-04-20 13:04 Samuli Suominen (drac)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (drac) @ 2008-04-20 13:04 UTC (permalink / raw
To: gentoo-commits
drac 08/04/20 13:04:02
Removed: ffmpegthumbnailer-1.2.3-gcc43.patch
Log:
Version bump to 1.2.4 which is same as 1.2.3 with gcc 4.3 fix. I would like to thank also Sergey Dryabzhinsky wrt #213725. amd64 stable, only _trivial_ changes to previous versions: gcc 4.3 fix, look out for newer ffmpeg headers while keeping compability with old one.
(Portage version: 2.1.5_rc4, RepoMan options: --force)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-20 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-20 13:04 [gentoo-commits] gentoo-x86 commit in media-video/ffmpegthumbnailer/files: ffmpegthumbnailer-1.2.3-gcc43.patch Samuli Suominen (drac)
-- strict thread matches above, loose matches on Subject: below --
2008-04-15 19:38 Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox