Package Details: libndi-git r19.gc14b40c-1

Git Clone URL: https://aur.archlinux.org/libndi-git.git (read-only, click to copy)
Package Base: libndi-git
Description: Library to interact with Network Device Interface (NDI) streams (git version)
Upstream URL: https://code.videolan.org/jbk/libndi/
Licenses: LGPL-2.1-or-later
Conflicts: libndi
Provides: libndi
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 0
Popularity: 0.000000
First Submitted: 2020-06-19 18:02 (UTC)
Last Updated: 2025-07-09 00:55 (UTC)

Latest Comments

dbermond commented on 2025-07-09 00:57 (UTC)

I've implemented a patch to update the ffmpeg API. Hope to have not broken anything with it. The package is now building fine.

InFerNo commented on 2025-07-08 10:17 (UTC)

This is (still) broken. libndi doesn't appear to have been updated for 5 years.

FabioLolix commented on 2024-11-02 15:26 (UTC)

You already have an account there and know the issue very well and is your pkgubild

dbermond commented on 2024-11-02 15:05 (UTC)

@FabioLolix this is an upstream issue, please report upstream. The AVFifoBuffer API was removed in ffmpeg 7.0. It is deprecated since ffmpeg 5.1. This old AVFifoBuffer API should not be used anymore, and needs to be replaced by the new AVFifo API.

FabioLolix commented on 2024-11-02 14:23 (UTC)

Fails to build:

../libndi/libndi.c:71:5: error: unknown type name ‘AVFifoBuffer’; did you mean ‘AVBuffer’?
   71 |     AVFifoBuffer *fifo;
      |     ^~~~~~~~~~~~
      |     AVBuffer