You are not logged in.

#1 2019-09-28 07:20:23

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

REQUEST - radeonprorender

I'm not good with migrating packages. Any chance anyone could do a pkgbuild for radenprorenderforblender - https://www.amd.com/en/technologies/rad … -downloads

The official build is Ubuntu only and appears to depend on dpkg.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#2 2019-09-28 13:14:07

loqs
Member
Registered: 2014-03-06
Posts: 17,369

Re: REQUEST - radeonprorender

pkgname=radenprorenderforblender-bin
pkgver=2.0
pkgrel=1
pkgdesc="Integrates the Radeon ProRender engine into Blender"
arch=('x86_64')
url="https://radeon-pro.github.io/RadeonProRenderDocs/index.html"
license=('custom')
depends=('blender' 'ocl-icd')
options=(!strip)
source=("https://drivers.amd.com/other/ver_2.x/radeonprorenderforblender.run")
sha256sums=('e22d75bc165f044c58415d1452bf0e3e831c7e77787a86330a01f06841f783c5')

prepare() {
  sh radeonprorenderforblender.run --noexec --keep
}

package() {
  local _addonpath="$pkgdir"/usr/share/blender/2.80/scripts/addons/
  install -dm755 "$pkgdir"/usr/share/blender/2.80/scripts/addons/
  pushd "$pkgdir"/usr/share/blender/2.80/scripts/addons/
  bsdtar -xvf "$srcdir"/dist/addon/addon.zip 
  popd
  install -Dm755 dist/eula.txt "$pkgdir/usr/share/licenses/$pkgname/eula.txt"
}

Does not package matlib is I do not know where to place it.

Offline

#3 2019-11-09 20:19:53

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: REQUEST - radeonprorender

My apologies for missing this, and thank you. Your PKGBUILD does, indeed, allow a build and install. Now, unfortunately, it doesn't work after building and installing with BL 2.80+ sad

Having said that, with a base to build from, I may be able to fix that.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#4 2019-11-19 19:45:01

tallkien
Member
Registered: 2019-09-28
Posts: 1

Re: REQUEST - radeonprorender

@Roken, did you manage to get this to work?

It seems like there's far too many hoops to jump through within the python libraries.
I found it easier to install to $HOME/.config/blender with so many files to edit. The plugin needs to write logs to the rprblender folder as well.

Last edited by tallkien (2019-11-19 19:48:02)

Offline

#5 2019-11-19 20:04:21

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Re: REQUEST - radeonprorender

Afraid not. I post periodically asking for something that doesn't rely on Canonical, but nothing yet.

Nevertheless, when I get some time (possibly Christmas) I may play and see if I can do anything. FT job is in the way until then.


Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

Board footer

Powered by FluxBB