From 7751edd0ac0a01371f0b16831b0ccc669ea0db80 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 5 Feb 2017 16:35:02 +0100 Subject: [PATCH] blender add missing dependencies --- desktop/toolkit/qt5/qt5-base/pspec.xml | 11 ++++++-- multimedia/editor/blender/pspec.xml | 2 ++ .../files/dvdvdauthor-fix-build.patch | 25 +++++++++++++++++++ multimedia/editor/dvdauthor/pspec.xml | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 multimedia/editor/dvdauthor/files/dvdvdauthor-fix-build.patch diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml index 09d4ae40bb..efc40a71d5 100644 --- a/desktop/toolkit/qt5/qt5-base/pspec.xml +++ b/desktop/toolkit/qt5/qt5-base/pspec.xml @@ -11,7 +11,7 @@ Cross platform application and UI framework Cross platform application and UI development framework 'GPL3' 'LGPL3' 'FDL' 'custom' - http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz + http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz at-spi2-core-devel cups-devel @@ -248,6 +248,13 @@ + + 2017-02-04 + 5.7.1 + Release bump. + Stefan Gronewold(groni) + groni@pisilinux.org + 2016-10-21 5.6.2 @@ -284,4 +291,4 @@ ertugrulerata@gmail.com - \ No newline at end of file + diff --git a/multimedia/editor/blender/pspec.xml b/multimedia/editor/blender/pspec.xml index e65de6ce2c..d3055b57e9 100644 --- a/multimedia/editor/blender/pspec.xml +++ b/multimedia/editor/blender/pspec.xml @@ -40,6 +40,8 @@ openexr-devel openjpeg-devel python3-devel + python-devel + git tiff-devel openimageio-devel webp-devel diff --git a/multimedia/editor/dvdauthor/files/dvdvdauthor-fix-build.patch b/multimedia/editor/dvdauthor/files/dvdvdauthor-fix-build.patch new file mode 100644 index 0000000000..0a3f4422ed --- /dev/null +++ b/multimedia/editor/dvdauthor/files/dvdvdauthor-fix-build.patch @@ -0,0 +1,25 @@ +Description: Fix for #807657 -- missing include "config.h" +Author: Tobias Frost +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807657 +Last-Update: 2016-01-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/src/compat.h ++++ b/src/compat.h +@@ -1,6 +1,8 @@ + // basic headers + #define _GNU_SOURCE /* really just for strndup */ + ++#include "config.h" ++ + #ifdef HAVE_STDBOOL_H + # include + #else +@@ -17,6 +19,7 @@ + # define __bool_true_false_are_defined 1 + #endif + ++ + #include + + #ifdef HAVE_STDLIB_H diff --git a/multimedia/editor/dvdauthor/pspec.xml b/multimedia/editor/dvdauthor/pspec.xml index e4788fe321..8db7b46707 100644 --- a/multimedia/editor/dvdauthor/pspec.xml +++ b/multimedia/editor/dvdauthor/pspec.xml @@ -24,7 +24,7 @@ libxml2-devel - + dvdauthor-fix-build.patch