Files
packages/anda/system/decklink/decklink-devel.spec
T
Raboneko e0369b47be Add some dependencies for FFmpeg (#3027) (#3029)
* Add some dependencies for FFmpeg

* add uavs3d

* Fix changelogs

* Vendor DeckLink SDK

* format uavs3d patch properly

* Fix kvazaar

(cherry picked from commit fc60a7018d)

Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
2025-01-16 17:28:53 -06:00

45 lines
1.3 KiB
RPMSpec

Name: decklink-devel
Version: 14.4
Release: 1%{?dist}
Summary: Blackmagic Design DeckLink SDK
License: End User License Agreement for the Software Development Kit
URL: https://www.blackmagicdesign.com/
BuildArch: noarch
Source0: https://github.com/terrapkg/pkg-decklink-devel/releases/download/%{version}/Blackmagic_DeckLink_SDK_%{version}.zip
%description
This SDK provides developer support for Desktop Video that allows updating
of hardware control and software interfaces for Desktop Video products.
%package samples
Summary: Sample files and documentation for %{name}
Requires: %{name} = %{version}-%{release}
%description samples
The %{name}-samples package contains documentation and samplese for the
DeckLink SDK.
%prep
%autosetup -c
mv Blackmagic\ DeckLink\ SDK\ %{version}/* .
rm -fr Blackmagic\ DeckLink\ SDK\ %{version}
rm -fr Mac Win Examples/Mac Examples/Win
rm -fr Examples/Linux/bin Linux/Samples/bin
%install
mkdir -p %{buildroot}%{_includedir}
install -p -m 0644 Linux/include/* %{buildroot}%{_includedir}
%files
%license "End User License Agreement.pdf"
%{_includedir}/*
%files samples
%doc ReadMe.rtf "Blackmagic DeckLink SDK.pdf"
%doc Examples/
%changelog
%autochangelog