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: 50
Popularity: 0.018405
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 »

DrZaius commented on 2015-08-15 01:53 (UTC)

Path appears to have changed from "$pkgver/SDK/Linux" to "$pkgver/Linux".

milaxnuts commented on 2015-06-18 22:11 (UTC)

here is my PKGBUILD file for decklink-sdk 10.3 http://pastebin.com/SkB9MLpU i ran: yaourt -S ffmpeg-full and got the error: ==> Retrieving sources... ==> ERROR: Unknown download protocol: file Aborting... ==> ERROR: Makepkg was unable to build decklink-sdk. version 10.4 requires online registration, so you can download the source zip file. then, you would enter the zip file path: source=("/home/$USER/Downloads/Blackmagic_DeckLink_SDK_${pkgver}.zip") and eventually adjust sha256sums and pkgver to fit your source zip file. ---- but i did not test this way! i dont know, if yaourt or makepkg recognize local source files... at least it does not recognize the file:// protocol with URLs like file:///home/$USER/Downloads/Blackmagic_DeckLink_SDK_${pkgver}.zip todo: file a bug report. the source variable should also tolerate local file URLs, so you can manually register at https://www.blackmagicdesign.com/, download the source zip file and proceed with yaourt or makepkg. maybe introduce a special mechanism to manually download source files for makepkg... ---- version 10.3 does not require registration :) current ffmpeg is also compatible with decklink-sdk 10.3 to install decklink-sdk 10.3, run $ yaourt -S decklink-sdk wait for promt 'edit PKGBUILD?', then execute the following curl command as normal user, not root, same user as uses yaourt, makepkg, etc.: $ curl -o "/tmp/yaourt-tmp-$USER/aur-decklink-sdk/PKGBUILD" http://pastebin.com/raw.php?i=SkB9MLpU curl should overwrite the existing old PKGBUILD file. $ ls "/tmp/yaourt-tmp-$USER/aur-decklink-sdk/PKGBUILD"* should only list one file! enter 'n' to 'edit PKGBUILD?' compilation should proceed without errors :) i also had to adjust file paths: 10.3: "$srcdir/Blackmagic DeckLink SDK $pkgver/Linux/include" 10.4: "$srcdir/Blackmagic DeckLink SDK $pkgver/SDK/Linux/include" 10.3: "$srcdir/Blackmagic DeckLink SDK $pkgver/Linux/Samples/bin/${_arch}" 10.4: "$srcdir/Blackmagic DeckLink SDK $pkgver/SDK/Linux/Samples/bin/${_arch}"

alub commented on 2015-06-13 08:48 (UTC)

How do you build your package? I don’t have any problem with makepkg. I will update to 10.4.1, thanks.

RunasSudo commented on 2015-06-13 08:39 (UTC)

Latest version appears to be 10.4.1. Also, PKGBUILD gives "ERROR: Unknown download protocol: file", even when the archive has been downloaded. Removing the "file://" protocol from the PKGBUILD works.

alub commented on 2015-06-06 16:19 (UTC)

You can find version 10.4 here: https://www.blackmagicdesign.com/support/family/capture-and-playback, “Latest Downloads” Download fails because I can’t include a direct link anymore, Blackmagic requires that you go through their website. Download the file next to the PKGBUILD, and then run makepkg.

keepitsimpleengr commented on 2015-06-06 16:15 (UTC)

I found no version 10.4, only 10.1.4 dated 14 Aug 2014. Also download failed... ==> Retrieving sources... ==> ERROR: Unknown download protocol: file Aborting... ==> ERROR: Makepkg was unable to build decklink-sdk. ...regards

alub commented on 2013-10-09 20:02 (UTC)

The link you gave is for the driver, not the SDK, but I’m going to update the driver soon.