summaryrefslogtreecommitdiffstats
path: root/multimedia/qdvdauthor/gcc47.patch
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-13 18:55:44 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-13 17:56:49 -0500
commit85a2333b6b92c6b7689bf6c4acad9551caaf5953 (patch)
treea150e97dfc6a4a333e2083f8ce4d901822c81c3a /multimedia/qdvdauthor/gcc47.patch
parent8166c80745f927ac4d2e78ea2bab5b0c39c4ba70 (diff)
downloadslackbuilds-85a2333b6b92c6b7689bf6c4acad9551caaf5953.tar.gz
slackbuilds-85a2333b6b92c6b7689bf6c4acad9551caaf5953.tar.xz
multimedia/qdvdauthor: Updated for version 2.3.0.
Added a patch for gcc-4.7.x. Also disabled the qt4(!) renderer. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/qdvdauthor/gcc47.patch')
-rw-r--r--multimedia/qdvdauthor/gcc47.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/multimedia/qdvdauthor/gcc47.patch b/multimedia/qdvdauthor/gcc47.patch
new file mode 100644
index 0000000000..21d5365a46
--- /dev/null
+++ b/multimedia/qdvdauthor/gcc47.patch
@@ -0,0 +1,33 @@
+diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/oneclickwizard.h qdvdauthor-2.1.0/qdvdauthor/oneclickwizard.h
+--- qdvdauthor-2.1.0.orig/qdvdauthor/oneclickwizard.h 2010-01-09 15:01:14.000000000 +0100
++++ qdvdauthor-2.1.0/qdvdauthor/oneclickwizard.h 2012-09-13 13:21:08.191001640 +0200
+@@ -12,6 +12,7 @@
+ #ifndef ONECLICKWIZARD_H
+ #define ONECLICKWIZARD_H
+
++#include <unistd.h>
+ #include "dialogfiles.h"
+ #include "plugins/interface.h"
+ #include "uioneclickwizard.h"
+diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/qplayer/engines/xineinfo.h qdvdauthor-2.1.0/qdvdauthor/qplayer/engines/xineinfo.h
+--- qdvdauthor-2.1.0.orig/qdvdauthor/qplayer/engines/xineinfo.h 2010-01-09 15:01:14.000000000 +0100
++++ qdvdauthor-2.1.0/qdvdauthor/qplayer/engines/xineinfo.h 2012-09-13 13:24:14.570985447 +0200
+@@ -12,6 +12,7 @@
+ #ifndef XINEINFO_H
+ #define XINEINFO_H
+
++#include <unistd.h>
+ #include <qthread.h>
+ #include <qstring.h>
+
+diff -Naur qdvdauthor-2.1.0.orig/qdvdauthor/render_client.h qdvdauthor-2.1.0/qdvdauthor/render_client.h
+--- qdvdauthor-2.1.0.orig/qdvdauthor/render_client.h 2010-01-09 15:01:14.000000000 +0100
++++ qdvdauthor-2.1.0/qdvdauthor/render_client.h 2012-09-13 13:20:28.254016622 +0200
+@@ -12,6 +12,7 @@
+ #ifndef RENDER_CLIENT_H
+ #define RENDER_CLIENT_H
+
++#include <unistd.h>
+ #include <qthread.h>
+ #include <qsocket.h>
+ #include <qpixmap.h>