development/decklink-sdk: Updated for version 12.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c87112d032
commit
4ffbcaf707
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for decklink-sdk
|
||||
|
||||
# Copyright 2015-2017 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2015-2021 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=decklink-sdk
|
||||
SRCNAM=Blackmagic_DeckLink_SDK
|
||||
VERSION=${VERSION:-10.8.6}
|
||||
VERSION=${VERSION:-12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,7 +68,7 @@ mkdir -p ${PKG}/usr/include/decklink
|
|||
cp -p Linux/include/* ${PKG}/usr/include/decklink/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -T Blackmagic\ Decklink\ SDK.pdf $PKG/usr/doc/$PRGNAM-$VERSION/$SRCNAM.pdf
|
||||
cp -T Blackmagic\ DeckLink\ SDK.pdf $PKG/usr/doc/$PRGNAM-$VERSION/$SRCNAM.pdf
|
||||
cp -a ReadMe.rtf Linux/Samples Examples $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="decklink-sdk"
|
||||
VERSION="10.8.6"
|
||||
VERSION="12.0"
|
||||
HOMEPAGE="http://www.blackmagic-design.com"
|
||||
DOWNLOAD="http://sw.blackmagicdesign.com/DeckLink/v10.8.6/Blackmagic_DeckLink_SDK_10.8.6.zip"
|
||||
MD5SUM="afc81036577bebed03d6a4f95b3cb542"
|
||||
DOWNLOAD="http://sw.blackmagicdesign.com/DeckLink/v12.0/Blackmagic_DeckLink_SDK_12.0.zip"
|
||||
MD5SUM="1898d67834f82e0cb3055f1c03b92682"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in New Issue