Github messages for voidlinux
 help / color / mirror / Atom feed
From: jkoderu-git <jkoderu-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] blender: update to 2.83.5
Date: Wed, 09 Sep 2020 18:43:54 +0200	[thread overview]
Message-ID: <20200909164354.-bfYWCFKKMCTFC7U_HfoW2B3cJAnNYf_2Ulm8OwZdyc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24644@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by jkoderu-git against master on the void-packages repository

https://github.com/jkoderu-git/void-packages patch-3
https://github.com/void-linux/void-packages/pull/24644

blender: update to 2.83.5


A patch file from https://github.com/void-linux/void-packages/pull/24644.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-3-24644.patch --]
[-- Type: text/x-diff, Size: 3025 bytes --]

From f24fd783ea3112694bb89a2565afb0f3ee7b7cd4 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Thu, 3 Sep 2020 19:27:19 +0000
Subject: [PATCH 1/2] blender: update to 2.83.5

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 15c20dbe818..3e6202fe44d 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
 # Template file for 'blender'
 pkgname=blender
-version=2.83.4
+version=2.83.5
 revision=1
 build_style="cmake"
 makedepends="
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.blender.org"
 distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
-checksum=86d4361a479fef8a5766a11b002ee2885b3344f84b82b7e49d27f89eff8497f8
+checksum=835ca58f4ff12f21f43ea77ddbabd80cba320952fb2cb39a83a928003ce5ca77
 patch_args="-Np1"
 
 python_version=3

From 067e535a530ea6f8347cec662d1b9c95316dba68 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Wed, 9 Sep 2020 16:43:52 +0000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/blender/template | 31 ++++++-------------------------
 1 file changed, 6 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 3e6202fe44d..8774199772c 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -18,34 +18,15 @@ homepage="http://www.blender.org"
 distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
 checksum=835ca58f4ff12f21f43ea77ddbabd80cba320952fb2cb39a83a928003ce5ca77
 patch_args="-Np1"
-
 python_version=3
 pycompile_dirs="/usr/share/blender/$version/scripts"
-
 archs="x86_64* i686* ppc64*"
-configure_args="
--DWITH_INSTALL_PORTABLE=OFF
--DWITH_PYTHON_INSTALL=OFF
--DWITH_JACK=ON
--DWITH_CODEC_FFMPEG=ON
--DWITH_CODEC_SNDFILE=ON
--DWITH_OPENMP=ON
--DWITH_FFTW3=ON
--DWITH_MOD_OCEANSIM=ON
--DWITH_CYCLES=ON
--DWITH_OPENCOLORIO=ON
--DWITH_IMAGE_OPENEXR=ON
--DWITH_IMAGE_OPENJPEG=ON
--DWITH_OPENSUBDIV=ON
--DWITH_OPENCOLLADA=ON
--DWITH_SYSTEM_GLEW=ON
--DWITH_OPENVDB=ON
--DWITH_ALEMBIC=ON
--DWITH_BUILDINFO=OFF
--DPYTHON_VERSION=$py3_ver
--DPYTHON_LIBPATH=/usr/lib
--DPYTHON_LIBRARY='python${py3_ver}${py3_abiver}'
--DPYTHON_INCLUDE_DIRS=/$py3_inc"
+configure_args="-DWITH_INSTALL_PORTABLE=OFF -DWITH_PYTHON_INSTALL=OFF -DWITH_JACK=ON -DWITH_CODEC_FFMPEG=ON
+ -DWITH_CODEC_SNDFILE=ON -DWITH_OPENMP=ON -DWITH_FFTW3=ON -DWITH_MOD_OCEANSIM=ON -DWITH_CYCLES=ON
+ -DWITH_OPENCOLORIO=ON -DWITH_IMAGE_OPENEXR=ON -DWITH_IMAGE_OPENJPEG=ON -DWITH_OPENSUBDIV=ON
+ -DWITH_OPENCOLLADA=ON -DWITH_SYSTEM_GLEW=ON -DWITH_OPENVDB=ON -DWITH_ALEMBIC=ON -DWITH_BUILDINFO=OFF
+ -DPYTHON_VERSION=$py3_ver -DPYTHON_LIBPATH=/usr/lib -DPYTHON_LIBRARY='python${py3_ver}${py3_abiver}'
+ -DPYTHON_INCLUDE_DIRS=/$py3_inc"
 
 case "$XBPS_TARGET_MACHINE" in
 *-musl) # crashes at startup in jemallocs free()

  reply	other threads:[~2020-09-09 16:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 19:27 [PR PATCH] " jkoderu-git
2020-09-09 16:43 ` jkoderu-git [this message]
2020-09-09 20:31 ` martnnw
2020-09-10 14:46 ` jkoderu-git
2020-09-10 14:50 ` [PR PATCH] [Updated] " jkoderu-git
2020-09-10 14:52 ` martnnw
2020-09-10 14:53 ` martnnw
2020-09-10 14:53 ` martnnw
2020-09-10 14:58 ` martnnw
2020-09-10 14:58 ` martnnw
2020-09-10 15:45 ` ahesford
2020-09-10 17:00 ` [PR PATCH] [Updated] " jkoderu-git
2020-09-10 18:39 ` martnnw
2020-09-10 19:14 ` martnnw
2020-09-10 19:14 ` martnnw
2020-09-24 16:03 ` [PR PATCH] [Closed]: " Johnnynator
2020-09-24 16:04 ` Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200909164354.-bfYWCFKKMCTFC7U_HfoW2B3cJAnNYf_2Ulm8OwZdyc@z \
    --to=jkoderu-git@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).