Search Criteria
Package Details: decklink-sdk 1:14.2-1
Package Actions
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: | LicenseRef-custom |
Conflicts: | blackmagic-decklink-sdk |
Provides: | blackmagic-decklink-sdk |
Replaces: | blackmagic-decklink-sdk |
Submitter: | alub |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 50 |
Popularity: | 0.000607 |
First Submitted: | 2011-05-26 11:54 (UTC) |
Last Updated: | 2024-08-16 02:31 (UTC) |
Dependencies (1)
- poppler (poppler-gitAUR) (make)
Required by (5)
- ffmpeg-amd-full (make)
- ffmpeg-amd-full-git (make)
- ffmpeg-decklink (make)
- ffmpeg-full (make)
- ffmpeg-full-git (make)
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
Meow0x7E commented on 2025-04-11 09:41 (UTC)
I tried building in a clean chroot, but it still doesn't work
I don't think it's a serious problem anymore though, since I can still download the zip manually and hand it over to
makepkg
.dbermond commented on 2025-04-07 19:37 (UTC)
@Meow0x7E I have no idea why it is not working for you, sorry. You can try to build the package in a clean chroot and check if it works (it should work).
Meow0x7E commented on 2025-04-07 07:10 (UTC)
I tried running the
_srcurl
part separately after adding the--verbose
parameter to curl and it returned a 301 redirected htmlI tried accessing
http://www.blackmagicdesign.com/api/register/us/download/ directly with my browser f874ba6ae24e436fba84e3be19d2caff
, but the page says page not found.I tried accessing
https://www.blackmagicdesign.com/support/download/3e5783ec92f34cd19791dcca353c7b79/Linux
again and manually filled in_reqjson
. This time I got a zip namedBlackmagic_DeckLink_SDK_14.2.zip
, I tried to manually move the zip to a directory on the same level asPKGBUILD
and ranmakepkg -si
again this time without any problems. Everything executes normally and I'm not sure what's interfering with curl getting the links. What other information can I give you to analyze?dbermond commented on 2025-04-05 13:40 (UTC)
@Meow0x7E I cannot reproduce your issue. I've just checked with the exact same command you provided, and the package is building fine. Sources are being downloaded without any problem.
Meow0x7E commented on 2025-04-05 10:35 (UTC) (edited on 2025-04-05 10:36 (UTC) by Meow0x7E)
When trying to build this package makepkg reports an error and then the build fails. can you fix it?
dbermond commented on 2023-07-12 16:37 (UTC)
@TurnoffNOD I've just checked, and the package is building fine. Your log shows that you are using an AUR helper, and this is not supported. Please use makepkg.
TurnoffNOD commented on 2023-07-12 07:24 (UTC) (edited on 2023-07-12 07:26 (UTC) by TurnoffNOD)
Hi, the latest PKGBUILD still build failed:
I have checked the PKGBUILD, found the "ERROR" line, which is
source=("Blackmagic_DeckLink_SDK_${pkgver}.zip"::"$_srcurl")
.Then I execute this curl (what _srccurl is) command in the terminal, variables manually set its value, which becomes commandline
Its output is:
If I use a variable "foobar" to store it, the variable will be empty.
I guess this empty
_srcurl
cause this problem.1 2 3 4 5 6 .. 8 Next › Last »