@freefreeno makepkg does not installs AUR dependencies (the dependencies that are not on the official repositories).
You must install the AUR dependencies before building this package.
Git Clone URL: | https://aur.archlinux.org/ffmpeg-full.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-full |
Description: | Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac) |
Upstream URL: | https://www.ffmpeg.org/ |
Keywords: | audio codec convert cuda cuvid decklink encoder fdk-aac fdkaac hwaccel libnpp media nvenc svt video |
Licenses: | LicenseRef-nonfree-and-unredistributable |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | rpolzer |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 135 |
Popularity: | 0.87 |
First Submitted: | 2013-01-24 11:17 (UTC) |
Last Updated: | 2024-11-07 22:45 (UTC) |
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 55 Next › Last »
@freefreeno makepkg does not installs AUR dependencies (the dependencies that are not on the official repositories).
You must install the AUR dependencies before building this package.
I tried to install with pamac first and it failed but this was most likely my fault but then I tried to build with makepkg and it also failed with:
[josh@archkde ffmpeg-full]$ makepkg -sic ==> Making package: ffmpeg-full 4.2.2-3 (Wed 11 Mar 2020 08:46:05 PM CDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... error: target not found: chromaprint-fftw error: target not found: davs2 error: target not found: flite1-patched error: target not found: libklvanc-git error: target not found: libopenmpt-svn error: target not found: vo-amrwbenc error: target not found: xavs2 error: target not found: pocketsphinx error: target not found: rockchip-mpp ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> frei0r-plugins -> ladspa -> libbs2b -> libcaca -> celt -> libcdio-paranoia -> codec2 -> libdc1394 -> libfdk-aac -> libgme -> libilbc -> kvazaar -> lensfun -> rubberband -> rtmpdump -> srt -> svt-hevc -> svt-av1 -> tensorflow -> tesseract -> twolame -> vmaf -> wavpack -> zimg -> zvbi -> lv2 -> lilv -> libmysofa -> sndio -> vapoursynth -> cuda -> chromaprint-fftw -> davs2 -> flite1-patched -> libklvanc-git -> openh264 -> libopenmpt-svn -> shine -> vo-amrwbenc -> xavs -> xavs2 -> pocketsphinx -> rockchip-mpp ==> Checking buildtime dependencies... ==> Installing missing dependencies... error: target not found: decklink-sdk ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> nasm -> opencl-headers -> ffnvcodec-headers -> decklink-sdk ==> ERROR: Could not resolve all dependencies.
@m3thodic libmfx is available in the [community] official repository and should not be a problem here.
It will be automatically pulled from the repository by makepkg during the dependencies check.
Attempted to build the latest ffmpeg-full, bailed on build requirement of libmfx.
Also the official/regular ffmpeg package now has nvenc support so there's likely no point having this package anymore.
Hi, what is the difference with 'ffmpeg-full' which also have ffnvcodec-headers in makedepends?
@mys_721tx Allright. Good to know that you got it working.
@dbermond I've confused --recv-keys
and --search-keys
. After changing to gpg --keyserver pgp.mit.edu --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8
, I was able to import the key. Since keys.openpgp.org
strips user id information, gpg refused to import it without owner approval.
@mys_721tx I'm using default settings for gpg, and I have no problems on importing and using this key.
After deleting the key from my keyring, this command works fine for me: gpg --recv-keys FCF986EA15E6E293A5644F10B4322F04D67658D8
@dbermond I've tried keys.openpgp.org
, pgp.mit.edu
, and keys.gnupg.net
. None worked. Which keyserver were you using?
Pinned Comments
dbermond commented on 2024-06-24 15:59 (UTC)
@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.