diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-04-13 22:21:24 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 07:18:04 +0700 |
commit | 40dd77c8b5a2e0c80ec404b34af10ee3abea21c5 (patch) | |
tree | 967eee249007810675edd3b0949cb5923925a9ce /development/decklink-sdk | |
parent | c12dc3569a867bb01d490dc3460f5aadc486f2b1 (diff) |
development/decklink-sdk: Updated for version 10.8.6
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'development/decklink-sdk')
-rw-r--r-- | development/decklink-sdk/README | 8 | ||||
-rw-r--r-- | development/decklink-sdk/decklink-sdk.SlackBuild | 15 | ||||
-rw-r--r-- | development/decklink-sdk/decklink-sdk.info | 10 |
3 files changed, 20 insertions, 13 deletions
diff --git a/development/decklink-sdk/README b/development/decklink-sdk/README index 0059d52a6ccc..a4ace3c4479c 100644 --- a/development/decklink-sdk/README +++ b/development/decklink-sdk/README @@ -1,2 +1,10 @@ Software Development Kit for Blackmagic Design Inc. DeckLink series of Editing/Design and Paint PCI cards, including samples and example code. + +There is no direct download link for the source zip file which must be +downloaded via the Blackmagic Design web site at: + https://www.blackmagicdesign.com/support +It requires registration and agreeement to the usage license conditions. +In the "Latest Downloads" column of the support web page, scroll to find the +"Desktop Video X.Y.Z SDK" section (where X.Y.Z is the required version) and +press the "Linux" button; then follow the instructions to download. diff --git a/development/decklink-sdk/decklink-sdk.SlackBuild b/development/decklink-sdk/decklink-sdk.SlackBuild index 12dd98d1a979..d91e2c8c9825 100644 --- a/development/decklink-sdk/decklink-sdk.SlackBuild +++ b/development/decklink-sdk/decklink-sdk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for decklink-sdk -# Copyright 2015 Christoph Willing Brisbane, Australia +# Copyright 2015-2017 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,18 +24,17 @@ PRGNAM=decklink-sdk SRCNAM=Blackmagic_DeckLink_SDK -VERSION=${VERSION:-10.1.4} +VERSION=${VERSION:-10.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -PKGARCH=noarch CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -107,7 +106,7 @@ for m in `find . -name "*.pro"`; do sed -i ' /INCLUDEPATH/ { a\ -INCLUDEPATH = /usr/include/decklink +INCLUDEPATH += /usr/include/decklink\\ d } ' $m @@ -118,9 +117,9 @@ done ) (cd $PKG/usr/doc/$PRGNAM-$VERSION/Samples/ && \ for m in `find . -name "*.pro"`; do - echo "Editing $m ..." + echo "Building $m ..." sed -i 's/\.\.\/\.\.\/include/\/usr\/include\/decklink/g' $m - (cd $(dirname $m) && qmake ) + (cd $(dirname $m) && qmake-qt5 ) done; ) @@ -128,4 +127,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$PKGARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/decklink-sdk/decklink-sdk.info b/development/decklink-sdk/decklink-sdk.info index 31d1c885adef..69c066c9640d 100644 --- a/development/decklink-sdk/decklink-sdk.info +++ b/development/decklink-sdk/decklink-sdk.info @@ -1,10 +1,10 @@ PRGNAM="decklink-sdk" -VERSION="10.1.4" +VERSION="10.8.6" HOMEPAGE="http://www.blackmagic-design.com" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip" -MD5SUM="16fbc2f49dc62fecac15835c538f78d4" +DOWNLOAD="http://sw.blackmagicdesign.com/DeckLink/v10.8.6/Blackmagic_DeckLink_SDK_10.8.6.zip" +MD5SUM="afc81036577bebed03d6a4f95b3cb542" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="qt5" MAINTAINER="Christoph Willing" -EMAIL="chris.willing@iinet.net.au" +EMAIL="chris.willing@linux.com" |