Package Details: libajantv2 1:17.1.0-2

Git Clone URL: https://aur.archlinux.org/libajantv2.git (read-only, click to copy)
Package Base: libajantv2
Description: Open-source SDK for discovering, interrogating and controlling NTV2 professional video I/O devices from AJA Video Systems, Inc
Upstream URL: https://github.com/aja-video/libajantv2
Keywords: aja ntv2
Licenses: MIT
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 18
Popularity: 0.66
First Submitted: 2021-12-11 11:28 (UTC)
Last Updated: 2024-09-10 11:03 (UTC)

Latest Comments

coburn64 commented on 2025-06-29 08:21 (UTC) (edited on 2025-06-30 12:22 (UTC) by coburn64)

This is failing to compile in the DKMS part of the package. Says things like:

In file included from ../ntv2kona.h:15,
                 from ../ntv2anc.h:15,
                 from ../ntv2anc.c:11:
../ntv2system.h:493:1: error: unknown type name ‘uint32_t’
  493 | uint32_t ntv2ReadRegister(Ntv2SystemContext* context, uint32_t regnNum);
      | ^~~~~~~~
../ntv2system.h:1:1: note: ‘uint32_t’ is defined in header ‘<stdint.h>’; this is probably fixable by adding ‘#include <stdint.h>’
  +++ |+#include <stdint.h>
    1 | /*

Looks like it doesn't know where standard int/bool/etc types are?

I am running a up to date Arch Linux installation, and trying to compile this so I build the package needed to have a proper-featured version of OBS on my device.

EDIT: Kernel version is 6.15.4-zen2-1-zen. It craps itself on this version and some earlier 6.15.x versions too.

witt.9099 commented on 2025-01-22 06:42 (UTC) (edited on 2025-01-22 06:54 (UTC) by witt.9099)

Please add provides=('libajantv2' 'ajantv2-tools' 'ajantv2-dkms')

bosse commented on 2024-10-13 08:59 (UTC)

Thanks tytan652, I missed that.

tytan652 commented on 2024-10-12 11:17 (UTC)

I assume it should have debugedit in makedepends if it is required?

No, you are just not up to date with base-devel components.

bosse commented on 2024-10-12 11:14 (UTC)

Cannot find the debugedit binary required for including source files in debug packages.

I assume it should have debugedit in makedepends if it is required?

SolarAquarion commented on 2024-02-24 18:12 (UTC)

the source git changed

SolarAquarion commented on 2024-02-24 18:06 (UTC)

missing the pkgconfig file?

ingvij commented on 2023-06-20 13:31 (UTC)

Missing -GNinja flag in cmake. Doesn't build without it.

dr460nf1r3 commented on 2022-02-27 10:51 (UTC)

git is missing in makedepends :)