Package Details: decklink-sdk 1:12.8-1

Git Clone URL: https://aur.archlinux.org/decklink-sdk.git (read-only, click to copy)
Package Base: decklink-sdk
Description: Blackmagic DeckLink SDK
Upstream URL: https://www.blackmagicdesign.com/support/family/capture-and-playback
Licenses: custom
Conflicts: blackmagic-decklink-sdk
Provides: blackmagic-decklink-sdk
Replaces: blackmagic-decklink-sdk
Submitter: alub
Maintainer: dbermond
Last Packager: dbermond
Votes: 51
Popularity: 0.72
First Submitted: 2011-05-26 11:54 (UTC)
Last Updated: 2024-01-31 18:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

San32 commented on 2022-06-26 22:47 (UTC) (edited on 2022-06-26 23:13 (UTC) by San32)

The DeckLink SDK automatic registration somehow does not work correctly. Downloaded the zip manually & it worked. Trying to build ffmpeg-full-git.

SamLukeYes commented on 2022-03-09 16:56 (UTC)

@abcfy2 Thanks for your solution. It works for me.

dbermond commented on 2020-06-28 21:44 (UTC)

@abcfy2 Good that you managed it by yourself.

abcfy2 commented on 2020-06-28 18:45 (UTC)

Hi @dbermond. I find a very simple solution, here is the patch:

diff --git a/PKGBUILD b/PKGBUILD
index d1d7028..355e5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ _reqjson="$(  printf '%s' "$_reqjson"   | sed 's/[[:space:]]\+/ /g')"
 _useragent="$(printf '%s' "$_useragent" | sed 's/[[:space:]]\+/ /g')"
 _useragent_escaped="${_useragent// /\\ }"

-_srcurl="$(curl \
+_srcurl="$(curl -L --post301 \
             -s \
             -H 'Host: www.blackmagicdesign.com' \
             -H 'Accept: application/json, text/plain, */*' \
@@ -43,17 +43,6 @@ _srcurl="$(curl \
             --compressed \
             "$_siteurl")"

-DLAGENTS=("https::/usr/bin/curl \
-              -gqb '' -C - --retry 3 --retry-delay 3 \
-              -H Host:\ sw.blackmagicdesign.com \
-              -H Upgrade-Insecure-Requests:\ 1 \
-              -H ${_useragent_escaped} \
-              -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \
-              -H Accept-Language:\ en-US,en;q=0.9 \
-              -o %o \
-              --compressed \
-              %u")
-
 pkgname=decklink-sdk
 pkgver=11.5.1
 pkgrel=1

Both my network and proxy could work.

abcfy2 commented on 2020-06-28 18:15 (UTC)

@dbermond It seems a location issue. I find in my country must request via http. I try to use a American proxy, your PKGBUILD is very well.

But my patch is not working via American proxy, it's sad.

Is there any way try both http and https download?

abcfy2 commented on 2020-06-28 12:59 (UTC)

A little strange. I try your PKGBUILD, but failed. So I download from upstream manually. And I find the download must request via http. If https, then the download url will redirect to http.

dbermond commented on 2020-06-28 12:51 (UTC)

@abcfy2 The source file is downloading fine for me without the need of any modifications.