From c785341dcf83d3774b5e280013b78d478b85f9ff Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 2 Jun 2021 18:09:23 +0000 Subject: [PATCH] community/blender to 2.93.0-1 --- community/blender/PKGBUILD | 7 ++----- community/blender/blender-ffmpeg4_4.patch | 10 ---------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 community/blender/blender-ffmpeg4_4.patch diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index 10252e1fd..38f243df5 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -14,8 +14,8 @@ buildarch=8 # fine with them. pkgname=blender -pkgver=2.92.0 -pkgrel=7 +pkgver=2.93.0 +pkgrel=1 epoch=17 pkgdesc="A fully integrated 3D graphics creation suite" arch=('x86_64') @@ -34,7 +34,6 @@ source=("git+https://git.blender.org/blender.git#tag=v$pkgver" "git+https://git.blender.org/blender-translations.git" "git+https://git.blender.org/blender-dev-tools.git" https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip - blender-ffmpeg4_4.patch blender-openexr3.patch) sha512sums=('SKIP' 'SKIP' @@ -42,7 +41,6 @@ sha512sums=('SKIP' 'SKIP' 'SKIP' 'b2cff73def3757d4259f4b4d318a8ccfe166bf7c215cbb2124f1c81bd6e742f96207285b24eb4d99b527b7b97dc6d5e8fdf2f16d78d5d1e2684c26d681328491' - 'be26d2edf9c9aaf4c99f4f0a3f3c4a05296170b86b5abd7b7c3c2d900f868ebe113d5b49fbf413fb717b9ec5f36becf880c8479388616d1b34f296da24faea63' 'e2dd7210d26b70445e9ae8e33dea35111ad0b0aca9d3b4ded3df560d0fcc8dc044868f729e0f090a04b6f316f083b5505a7056ce088e8702065add87b9b457e5') prepare() { @@ -56,7 +54,6 @@ prepare() { git submodule update git submodule foreach git checkout v${pkgver} - patch -p1 < "$srcdir"/blender-ffmpeg4_4.patch # Fix compatibility with with ffmpeg 4.4 patch -p1 < "$srcdir"/blender-openexr3.patch # Fix build with OpenEXR 3 } diff --git a/community/blender/blender-ffmpeg4_4.patch b/community/blender/blender-ffmpeg4_4.patch deleted file mode 100644 index 24f6e849a..000000000 --- a/community/blender/blender-ffmpeg4_4.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/source/blender/blenkernel/intern/writeffmpeg.org.c 2021-05-05 15:45:54.647257119 -0700 -+++ a/source/blender/blenkernel/intern/writeffmpeg.c 2021-05-05 15:47:57.737338545 -0700 -@@ -163,6 +163,7 @@ - frame->pts = context->audio_time / av_q2d(c->time_base); - frame->nb_samples = context->audio_input_samples; - frame->format = c->sample_fmt; -+ frame->channels = c->channels; - # ifdef FFMPEG_HAVE_FRAME_CHANNEL_LAYOUT - frame->channel_layout = c->channel_layout; - # endif