If you've got problems because of the "ocl-icd breaks dependencies" thing, this one helped be:
`yaourt -Rdd ocl-icd` (or `pacman`)
(This will uninstall the package WITHOUT checking for any dependencies! This time it's ok, because it'll install a new package for it. But caution when using this on your own.)
Then `yaourt -Syua`. If you then update `ffmpeg-full-nvenc`, it'll install a new one if this package, which doesn't break anymore.
Search Criteria
Package Details: ffmpeg-full 7.1-1
Package Actions
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.82 |
First Submitted: | 2013-01-24 11:17 (UTC) |
Last Updated: | 2024-11-07 22:45 (UTC) |
Dependencies (133)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- aribb24 (aribb24-gitAUR)
- avisynthplus (avisynthplus-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- celtAUR (celt-gitAUR)
- chromaprint-fftwAUR
- codec2 (codec2-gitAUR, codec2-lpcnetAUR)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- dav1d (dav1d-gitAUR)
- davs2AUR (davs2-gitAUR)
- flite1AUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- frei0r-plugins (frei0r-plugins-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- Show 113 more dependencies...
Required by (1915)
- 0wgram (requires ffmpeg)
- 2h4u (requires ffmpeg) (make)
- 3ncode-git (requires ffmpeg)
- 48tools (requires ffmpeg)
- 64gram-desktop (requires ffmpeg)
- aaxtomp3 (requires ffmpeg)
- aaxtomp3-git (requires ffmpeg)
- ab-av1 (requires ffmpeg)
- abyss-engine-git (requires ffmpeg)
- aconcat (requires ffmpeg)
- adlmidi-git (requires ffmpeg) (optional)
- aegisub-arch1t3cht (requires ffmpeg)
- aegisub-arch1t3cht-git (requires ffmpeg)
- aegisub-arch1t3cht-qt5-git (requires ffmpeg)
- aegisub-japan7-git (requires ffmpeg)
- aigcpanel-git (requires ffmpeg)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- Show 1895 more...
Sources (10)
- 010-ffmpeg-add-svt-hevc-ged80959.patch
- 020-ffmpeg-add-svt-hevc-docs-ged80959.patch
- 030-ffmpeg-add-svt-vp9-g3b9a3fa.patch
- 031-ffmpeg-add-svt-vp9.patch
- 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
- 050-ffmpeg-fix-segfault-with-avisynthplus.patch
- 060-ffmpeg-fix-nvidia-vulkan-decoding-segfault.patch
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz.asc
- LICENSE
Latest Comments
« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 55 Next › Last »
Trollwut commented on 2016-12-08 18:57 (UTC) (edited on 2016-12-10 22:46 (UTC) by Trollwut)
dark-saber commented on 2016-12-08 16:25 (UTC)
Have you tried the latest version of this package (3.2.2-4), because I've removed the libcl dependency in 3.2.2-3?
libcl was provided by ocl-icd earlier, but, as of 2.2.9-2, it's no longer the case. It is a virtual package (so that several packages provide it, e.g. freeocl-git, libopencl, opencl-catalyst...). After recent changes, I don't see it provided anymore by mainstream packages (ocl-icd), but there is now a new opencl-driver virtual package (see https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/mesa&id=2bd81d9155ed6b4f4ab2eebf68dee042b5c2dc88 or https://www.archlinux.org/packages/extra/x86_64/ocl-icd/), which became a new dependency of ffmpeg-full-nvenc too. So, I guess, you shouldn't need libcl now.
stobbsm commented on 2016-12-08 15:02 (UTC)
I'm having a problem with a missing libcl, which doesn't actually seem to exist as a package. Any idea how that could have happened?
dark-saber commented on 2016-12-08 13:27 (UTC)
I've added the upstream patch and I didn't have any issues so far. Please tell me if you encounter any problems.
dark-saber commented on 2016-12-08 07:20 (UTC) (edited on 2016-12-08 13:38 (UTC) by dark-saber)
I've updated opencl dependencies, which were broken after the ocl-icd 2.2.9-2 update (https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ocl-icd&id=900d0b28f209d6af3910ffab5d0e47f1e1d1cfa0).
As for chromaprint, I've disabled it's support temporarily till I'll find a reliable fix or till next upstream release, whichever comes first.
Thank you for your feedback!
saildata commented on 2016-12-07 23:40 (UTC)
I just realized that I probably was troubleshooting ffmpeg-nvenc (the other package). I used to have it installed and must have entered that dir instead in my cache.
Now when I try to install this one, I see that there's a dependency loop with opencl-icd and opencl - they conflict.
I believe both this as the regression for 3.2.2 have to be fixed for a working build.
If someone has time, we aren't too far off the mainline git repo, maybe a week time difference; it shouldn't be hard to bisect.
saildata commented on 2016-12-07 23:16 (UTC)
Same here - error with a non-returning function?
There was a bug reported this morning, and closed with a patch that doesn't solve the issue for me.
https://trac.ffmpeg.org/ticket/5997
I've speant some time with it and had no luck. I'm about ready to roll back...
kurolox commented on 2016-12-07 21:53 (UTC)
Package doesn't build. It seems like chromaprint is causing it.
https://ghostbin.com/paste/dt2vp
MuadDib commented on 2016-10-30 17:01 (UTC)
If you got error with pod2man that not exist, simple make
$ sudo ln -s /usr/bin/core_perl/pod2man /usr/bin/pod2man
It's problem that perl isn't in a PATH.
wdiz commented on 2016-10-13 08:39 (UTC)
dark-saber :
also confirmed that i had to switch java8 to java7 to fixed the issue.
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.