blender add missing dependencies

This commit is contained in:
groni
2017-02-05 16:35:02 +01:00
parent 052dfc4d85
commit 7751edd0ac
4 changed files with 37 additions and 3 deletions
+9 -2
View File
@@ -11,7 +11,7 @@
<Summary>Cross platform application and UI framework</Summary>
<Description>Cross platform application and UI development framework</Description>
<License>'GPL3' 'LGPL3' 'FDL' 'custom'</License>
<Archive sha1sum="f728a6b8a50e12d7da9b70c8093c484d48b33ca8" type="tarxz">http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz</Archive>
<Archive sha1sum="a3ddcde8978d3a05bb4342fce364a792472a16e6" type="tarxz">http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>at-spi2-core-devel</Dependency>
<Dependency>cups-devel</Dependency>
@@ -248,6 +248,13 @@
</Package>
<History>
<Update release="6">
<Date>2017-02-04</Date>
<Version>5.7.1</Version>
<Comment>Release bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-21</Date>
<Version>5.6.2</Version>
@@ -284,4 +291,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+2
View File
@@ -40,6 +40,8 @@
<Dependency>openexr-devel</Dependency>
<Dependency>openjpeg-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>git</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>openimageio-devel</Dependency>
<Dependency>webp-devel</Dependency>
@@ -0,0 +1,25 @@
Description: Fix for #807657 -- missing include "config.h"
Author: Tobias Frost <tobi@frost.de>
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 <stdbool.h>
#else
@@ -17,6 +19,7 @@
# define __bool_true_false_are_defined 1
#endif
+
#include <stdio.h>
#ifdef HAVE_STDLIB_H
+1 -1
View File
@@ -24,7 +24,7 @@
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch>config.patch</Patch>-->
<Patch>dvdauthor-fix-build.patch</Patch>
</Patches>
</Source>