Package Details: foundry-nuke 15.0v2-1

Git Clone URL: https://aur.archlinux.org/foundry-nuke.git (read-only, click to copy)
Package Base: foundry-nuke
Description: Nuke is a node-based digital compositing and visual effects application
Upstream URL: https://www.foundry.com/products/nuke
Licenses: Custom: The Foundry
Provides: nuke
Submitter: adro
Maintainer: adro
Last Packager: adro
Votes: 2
Popularity: 0.000470
First Submitted: 2022-09-23 21:59 (UTC)
Last Updated: 2024-01-06 00:58 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

aaronrancsik commented on 2023-04-12 22:45 (UTC) (edited on 2023-04-14 22:28 (UTC) by aaronrancsik)

Thank you for the package!

I used to create my own private nuke package.

Example .desktop files.

For X:

[Desktop Entry]
Name=NukeX14.0v3
Comment=
Exec="/usr/bin/nuke" --nukex %f
Terminal=false
MimeType=application/x-nuke;
Icon=/opt/nuke/plugins/icons/NukeApp256.png
Type=Application
Categories=Graphics;2DGraphics;RasterGraphics;FLTK;

For studio:

Exec="/usr/bin/nuke" --studio %f

Plain nuke:

Exec="/usr/bin/nuke" %f

Maybe it's not a bad idea to add this as well:

PrefersNonDefaultGPU=true
X-KDE-RunOnDiscreteGpu=true

So by default it will run on dedicated GPU.

Latest Comments

bionade24 commented on 2023-04-29 15:29 (UTC) (edited on 2023-04-29 15:30 (UTC) by bionade24)

I got the error Failed to load libstudio-14.0.4.so: libcrypt.so.1: cannot open shared object file: No such file or directory

Please add libxcrypt-compat to the list of dependencies. And there are probably missing even more deps, you should test it once in a chroot to figure out the dependency list.

aaronrancsik commented on 2023-04-13 19:15 (UTC) (edited on 2023-04-13 19:17 (UTC) by aaronrancsik)

Hi,

I see, for me it's fine like this as well. I will miss the lovely icons so I have to create it myself. :)

adro commented on 2023-04-13 06:24 (UTC)

Hello @aaronrancsik,

I didn't create the .desktop files since it would add a lot of icons. In my opinion is better to create your only .desktop file and pick the Nuke version you need to, if you feel it's better to add those to the package tell me!

Thanks.

aaronrancsik commented on 2023-04-12 22:45 (UTC) (edited on 2023-04-14 22:28 (UTC) by aaronrancsik)

Thank you for the package!

I used to create my own private nuke package.

Example .desktop files.

For X:

[Desktop Entry]
Name=NukeX14.0v3
Comment=
Exec="/usr/bin/nuke" --nukex %f
Terminal=false
MimeType=application/x-nuke;
Icon=/opt/nuke/plugins/icons/NukeApp256.png
Type=Application
Categories=Graphics;2DGraphics;RasterGraphics;FLTK;

For studio:

Exec="/usr/bin/nuke" --studio %f

Plain nuke:

Exec="/usr/bin/nuke" %f

Maybe it's not a bad idea to add this as well:

PrefersNonDefaultGPU=true
X-KDE-RunOnDiscreteGpu=true

So by default it will run on dedicated GPU.

aaronrancsik commented on 2023-04-12 22:33 (UTC)

.desktop files are missing