diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-11-15 18:41:22 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:12 +0700 |
commit | 161c212ebb030fb4ca0b83df777de54c4a75df77 (patch) | |
tree | 5bc217e68a1c99bb3bd56908d9ce36db808877da /graphics/Blender/Blender.SlackBuild | |
parent | 40d4665c8c8e4058a1669cc8b8338397bbaef47c (diff) |
graphics/Blender: Patch for newer ffmpeg
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/Blender/Blender.SlackBuild')
-rw-r--r-- | graphics/Blender/Blender.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Blender/Blender.SlackBuild b/graphics/Blender/Blender.SlackBuild index 6b15f2804ffe8..e9988efca874c 100644 --- a/graphics/Blender/Blender.SlackBuild +++ b/graphics/Blender/Blender.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Blender VERSION=${VERSION:-3.0.1} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -103,6 +103,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ if pkg-config --atleast-version=3 OpenEXR ; then patch -p1 < $CWD/blender-3.0.1-openexr.patch ; fi +if pkg-config --atleast-version=59.37.100 libavcodec ; then patch -p1 < $CWD/blender-3.0.1-ffmpeg5.patch ; fi # 20220322 bkw: 32-bit needs this [ -z "$LIBDIRSUFFIX" ] && patch -p1 < $CWD/overloaded_min.diff |