Package Details: ndi-sdk 6.3.2.0.20260413.g5396c5f15-1

Git Clone URL: https://aur.archlinux.org/ndi-sdk.git (read-only, click to copy)
Package Base: ndi-sdk
Description: NewTek NDI SDK
Upstream URL: https://ndi.video/for-developers/ndi-sdk/
Keywords: libndi newtek
Licenses: LicenseRef-custom
Conflicts: libndi
Provides: libndi
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 22
Popularity: 0.013252
First Submitted: 2017-09-03 20:23 (UTC)
Last Updated: 2026-04-16 20:53 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

kamamt commented on 2026-04-17 12:11 (UTC)

Thank you for fixing! works like a charm now

dbermond commented on 2026-04-16 20:54 (UTC)

@kamamt package updated. Thanks for reporting.

kamamt commented on 2026-04-16 16:29 (UTC) (edited on 2026-04-16 16:29 (UTC) by kamamt)

Looks like version needs to be bumped Version.txt - NDI 2026-04-13 git-5396c5f15 v6.3.2.0

Error Message AUR:

==> Retrieving sources...
  -> Found Install_NDI_SDK_v6.3.1.0.20260217.gf5b826c4e_Linux.tar.gz
==> Validating source files with sha256sums...
    Install_NDI_SDK_v6.3.1.0.20260217.gf5b826c4e_Linux.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'ndi-sdk-6.3.1.0.20260217.gf5b826c4e-1':
error: can't build distroav-6.1.1-1, deps not satisfied: libndi
error: packages failed to build: ndi-sdk-6.3.1.0.20260217.gf5b826c4e-1  distroav-6.1.1-1

dbermond commented on 2026-01-26 20:03 (UTC)

@icedream package updated.

icedream commented on 2026-01-25 17:00 (UTC) (edited on 2026-01-25 17:01 (UTC) by icedream)

Version was bumped, new hash is bae544649fbda6bab8e7695d34ed171611b11e610c919da8fff673a67071fda8, new Version.txt in the SDK says NDI 2026-01-20 git-9bf047063 v6.3.0.3.

Error message:

==> Making package: ndi-sdk 6.2.1.r146761.20250821-2 (So 25 Jan 2026 17:56:38 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Install_NDI_SDK_v6.2.1.r146761.20250821_Linux.tar.gz
==> Validating source files with sha256sums...
    Install_NDI_SDK_v6.2.1.r146761.20250821_Linux.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: ndi-sdk-exit status 1

travisghansen commented on 2025-11-11 17:46 (UTC)

Thanks for sorting out the ffmpeg7.1 solution!

dbermond commented on 2025-10-08 18:25 (UTC)

@thepoweroftwo added as an optional dependency. Thanks for reporting.

thepoweroftwo commented on 2025-10-05 14:12 (UTC)

Since ndi-sdk 6 requires ffmpeg libraries version == 7.x for HX decoding, would it make sense to add ffmpeg 7 as a dependency? ffmpeg 7 is no longer available via the official repos, and upgrading to v8 will break this functionality. I've created an AUR package for ffmpeg7.1: https://aur.archlinux.org/packages/ffmpeg7.1

dbermond commented on 2024-12-25 17:05 (UTC)

@infectedcrotch when the checksums are incorrect, it usually means there is a new upstream version (upstream updated the source file), and you can flag the package as out-of-date in this case. Thus, your patch is missing the updated pkgver. I've pushed a package update with the new 6.1.1 upstream release.

infectedcrotch commented on 2024-12-25 02:39 (UTC)

Success after

--- PKGBUILD.orig   2024-12-24 21:38:41.357207032 -0500
+++ PKGBUILD    2024-12-24 21:37:40.595930211 -0500
@@ -15,7 +15,7 @@
 _srcfile="Install_NDI_SDK_v${pkgver}_Linux.tar.gz"
 source=("$_srcfile"::"https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v${_majver}_Linux.tar.gz")
 noextract=("$_srcfile")
-sha256sums=('8a4889583a80efbb2581e62f6ad8910a1e78aa6dae04ca5a5f2d57a0ae668aec')
+sha256sums=('ea2aa37b1c082ed8769ae2e95d64230d54ef3ae32ae2333c281627a4f995894f')

 prepare() {
     mkdir -p "${pkgname}-${pkgver}"