# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit desktop edo systemd linux-mod-r1 udev DESCRIPTION="Desktop Video drivers & tools for products by Blackmagic Design (e.g. DeckLink)" HOMEPAGE="https://www.blackmagicdesign.com/" # Desktop Video Revision REV="a6" # SDK Package Version SDK_VERSION="$(ver_cut 1-2)" SRC_URI=" Blackmagic_Desktop_Video_Linux_${PV}.tar.gz headers? ( Blackmagic_DeckLink_SDK_${SDK_VERSION}.zip ) " UNPACKED_DIR="desktopvideo-${PV}${REV}-x86_64" S="${WORKDIR}" LICENSE="BlackmagicDesktopVideo" # artifical SONAME is subslot SLOT="0/${PV}" # Some files are precompiled binaries for amd64 only KEYWORDS="-* ~amd64" IUSE="autostart +headers X" # xdg autostart is used, so it won't work on a machine without desktop REQUIRED_USE="autostart? ( X )" RESTRICT="fetch" # libcxx version constrained due to dynamic linking issues with precompiled binaries RDEPEND="