Package Details: nvidia-sdk-doc 12.2.72-1

Git Clone URL: https://aur.archlinux.org/nvidia-sdk.git (read-only, click to copy)
Package Base: nvidia-sdk
Description: NVIDIA Video Codec SDK (NVDECODE and NVENCODE APIs) (documentation)
Upstream URL: https://developer.nvidia.com/nvidia-video-codec-sdk/
Keywords: api codec nvcuvid nvenc nvidia sdk video
Licenses: LicenseRef-custom
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 20
Popularity: 0.000001
First Submitted: 2015-12-27 19:42 (UTC)
Last Updated: 2024-07-20 20:29 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

dbermond commented on 2020-10-17 23:35 (UTC) (edited on 2023-10-19 18:35 (UTC) by dbermond)

In order to build the package, you need to manually download the SDK file from NVIDIA's website (registration required). Place the downloaded file in the PKGBUILD directory and run makepkg.

Download website:

https://developer.nvidia.com/nvidia-video-codec-sdk/download

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

dbermond commented on 2020-10-17 23:35 (UTC) (edited on 2023-10-19 18:35 (UTC) by dbermond)

In order to build the package, you need to manually download the SDK file from NVIDIA's website (registration required). Place the downloaded file in the PKGBUILD directory and run makepkg.

Download website:

https://developer.nvidia.com/nvidia-video-codec-sdk/download

salnajjar commented on 2020-09-28 11:40 (UTC) (edited on 2020-09-28 11:41 (UTC) by salnajjar)

@Alkaris what worked for me was:

1) Attempt build once so that it fails but creates the directories

2) Go to https://developer.nvidia.com/ and create a free account and download the file "Video_Codec_SDK_10.0.26.zip"

3) Copy the file to: /var/tmp/pamac-build-{your-user-name}/nvidia-sdk

4) Run the build again and it should complete without errors

dbermond commented on 2020-08-16 14:54 (UTC)

@Alkaris It's the directory where you cloned this repository. See the Wiki article:

https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages

https://wiki.archlinux.org/index.php/Arch_User_Repository#Acquire_build_files

Alkaris commented on 2020-08-16 14:42 (UTC)

Where is the directory for PKGBUILD to put the manually downloaded zip? I downloaded it to my Downloads directory, but it can't find it and fails to build/install when using pamac or pacman even though I edited the PKGBUILD "local://" URL.

dbermond commented on 2020-07-06 18:37 (UTC)

@damico AUR helpers are not supported. Place the source file in the PKGBUILD directory and run makepkg.

damico commented on 2020-07-06 13:29 (UTC)

Hi, I'me receiving this error: Can't pull 'nvidia-sdk' in '/home/rodrigo/.local/share/pikaur/aur_repos/nvidia-sdk' from AUR: Updating 19bbd02..3256e33

warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull:

dbermond commented on 2018-07-20 20:59 (UTC)

@Cysioland Why the new makepkg hates file:// ? It works fine for me.

Cysioland commented on 2018-07-19 17:16 (UTC)

Could you replace file:// with local:// ?

Because new makepkg hates file://

dbermond commented on 2016-12-15 00:18 (UTC) (edited on 2016-12-15 00:27 (UTC) by dbermond)

@OrdinaryMagician Your affirmative is wrong and in this case it's necessary. There is no other way to make an AUR package that requires manual source file download without using 'file://'. If I remove the 'file://' part from PKGBUILD (and consequently from .SRCINFO) the AUR will reject my push beucase the source if is not tracked by git. I understand that from the user point of view it makes to no difference to be with or without 'file://' because makepkg will expect the local source file to there in any of these cases. But it's not possible make the AUR package without using it. Anyway, please read the following forum topic. This situation is discussed there and competent users/administrators said that 'file://' is a "de facto" standard for AUR packages that requires manual source file download from the user. Here is the link: https://bbs.archlinux.org/viewtopic.php?id=216379 Edited to correct wrong parts.