Package Details: obs-ndi-bin 4.13.2-1

Git Clone URL: https://aur.archlinux.org/obs-ndi-bin.git (read-only, click to copy)
Package Base: obs-ndi-bin
Description: NewTek NDI integration for OBS Studio.
Upstream URL: https://github.com/obs-ndi/obs-ndi
Keywords: libndi obs-ndi
Licenses: GPL2
Conflicts: obs-ndi-git
Provides: obs-ndi
Submitter: joow
Maintainer: Jat
Last Packager: Jat
Votes: 10
Popularity: 0.156942
First Submitted: 2017-10-10 19:54 (UTC)
Last Updated: 2024-05-06 01:46 (UTC)

Latest Comments

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

Freso commented on 2019-10-23 12:39 (UTC)

The PKGBUILD needs two lines changed to work properly:

diff --git a/PKGBUILD b/PKGBUILD
index 620e78b..5e66a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 # Maintainer: Thomas Hine <thomas @ thomashine.xyz>
-pkgname=obs-ndi
+pkgname=obs-ndi-bin
 _pkgname=${pkgname%-bin}
 pkgver=4.6.0
 _pkgbuild=1
@@ -12,7 +12,7 @@ provides=('obs-ndi')
 conflicts=('obs-ndi-git')
 depends=('obs-studio' 'ndi-sdk' 'avahi')

-source=("${url}/releases/download/${pkgver}/${pkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
+source=("${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
 sha256sums=('eaf0d451527037b0e1b9af5ad69a3aaffc7b583819a45d6f774e846cd2253e03')

 package() {

fthiery commented on 2019-08-21 08:31 (UTC) (edited on 2019-08-21 08:31 (UTC) by fthiery)

Also ran into the "Could not find PKGDEST" error. I worked around it by not using any aur helper, but:

git clone https://aur.archlinux.org/obs-ndi-bin.git && cd obs-ndi-bin && makepkg -si

TimothyCole commented on 2019-08-15 03:45 (UTC)

Can't install Could not find PKGDEST for: obs-ndi-bin

Gelmo commented on 2019-06-14 04:04 (UTC)

Works fine in yay and trizen with a couple small changes:

https://glot.io/snippets/fd58w3iyxx

buresu commented on 2019-06-06 12:17 (UTC)

The installation fails with the following message: Could not find PKGDEST for: obs-ndi-bin

TomCatT commented on 2019-05-31 14:11 (UTC)

obs-ndi: /usr/lib/obs-plugins/obs-ndi.so exists in filesystem (owned by obs-ndi-bin) obs-ndi: /usr/share/obs/obs-plugins/obs-ndi/locale/en-US.ini exists in filesystem (owned by obs-ndi-bin) obs-ndi: /usr/share/obs/obs-plugins/obs-ndi/locale/fr-FR.ini exists in filesystem (owned by obs-ndi-bin) Errors occurred, no packages were upgraded.

Are you able to add to the script so that it can check to see if these files are here or not? If so, remove them and the installation will work.

TomCatT commented on 2019-04-23 01:56 (UTC)

Okay you can manually install it and it runs just fine but once I fire up my streaming computer it crashes. I hope everyone made a system backup so they may restore this until it is fixed.

I'm going to try the source code and see if this fixes it.

TomCatT commented on 2019-04-20 22:41 (UTC)

BUMP

medzernik commented on 2019-04-19 10:16 (UTC)

This package is not installable via the YAY helper. Reason unknown.