summaryrefslogtreecommitdiff
path: root/libre-testing/ffmpeg
AgeCommit message (Collapse)Author
2021-12-12libre-testing: remove ffmpegDenis 'GNUtoo' Carikli
The package seems not to be maintained, and to use an old 4.2 version of ffmpeg and we now use ffmpeg 4.4 from extra. That package was added to remove support for CUDA which is nonfree. The CUDA support in ffmpeg seems to have moved to LLVM (with the --enable-cuda-llvm option) and the llvm package of Arch Linux seems to be built with some CUDA support but it doesn't depends on any CUDA package (else it would depend on cudnn or another pakcage with 'cuda' in its name). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2020-05-04Bump [libre-testing/ffmpeg]Freemor
Bump version Add the rest of the logic for ARM builds - ARM builds with error: semop(1): encountered an error: Function not implemented Possibly unrelated to the PKGBUILD.
2020-04-09Initial commit of a libre ffmpeg as upstream is now building with CUDA ↵Freemor
support. \ builds for x86_64 and i686 needs minor tweaks for arm due to lack of libmfx placing it here so we can get it solid before launching it on the community as ffmpeg is backend to a load of stuff.