For some reason, when i try to install this, libgl and mesa get pulled, despite not being specified in the PKGBUILD. I can't work out why, but it does seem to make the package pointless...
Search Criteria
Package Details: ffmpeg-headless 1:7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg-headless.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-headless |
Description: | Complete solution to record, convert and stream audio and video; optimised for server (headless) systems |
Upstream URL: | https://ffmpeg.org |
Licenses: | GPL-3.0-only |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | an7oine |
Maintainer: | lapicidae |
Last Packager: | lapicidae |
Votes: | 26 |
Popularity: | 0.028976 |
First Submitted: | 2014-12-31 13:12 (UTC) |
Last Updated: | 2024-11-08 00:49 (UTC) |
Dependencies (99)
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- bzip2 (bzip2-gitAUR)
- dav1d (dav1d-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- gmp (gmp-hgAUR)
- gnutls (gnutls-gitAUR)
- gsm
- harfbuzz (harfbuzz-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libass.so (libass-gitAUR, libass)
- libavc1394
- libbluray (libbluray-gitAUR)
- libbluray.so (lib32-libblurayAUR, libbluray)
- libbs2b (libbs2b-gitAUR)
- Show 79 more dependencies...
Required by (1913)
- 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)
- airsonic-advanced-git (requires ffmpeg) (optional)
- airsonic-git (requires ffmpeg) (optional)
- akkoma (requires ffmpeg) (optional)
- akkoma-bin (requires ffmpeg) (optional)
- akkoma-git (requires ffmpeg) (optional)
- Show 1893 more...
Sources (1)
aphirst commented on 2018-06-03 09:33 (UTC)
dantob commented on 2018-05-26 10:41 (UTC)
FFMPEG 4.0 breaks the current stable release of zoneminder, stick with 3.4 if your using it.
aphirst commented on 2018-02-08 17:01 (UTC)
Presently, I can build fine, but not install.
warning: cannot resolve "libvpx.so=4-32", a dependency of "ffmpeg-headless" :: The following package cannot be upgraded due to unresolvable dependencies: ffmpeg-headless
This is even with libvpx installed. Am I doing something wrong?
djmattyg007 commented on 2018-01-15 08:51 (UTC)
I think another pkgrel bump is in order, given that's happened in the official repositories too.
djmattyg007 commented on 2017-12-21 21:53 (UTC)
Also people who use this package should vote for it so that it gets moved to the official Arch repos and this is no longer an issue :)
djmattyg007 commented on 2017-12-21 21:48 (UTC) (edited on 2017-12-21 21:51 (UTC) by djmattyg007)
I use aurutils, which creates a private pacman repository for packages from the AUR. This means the package can't just be easily rebuilt and reinstalled - the pkgrel needs to be bumped to trigger this sort of update, or aurutils won't even pick up that a rebuild needs to happen or let you perform it.
It does make sense to depend on a specific version, for what it's worth. It's not a tricky thing. It's just that when installing the packages you're building manually (rather than adding them to a private pacman repo), you'll still have to use pacman's -d flag when updating x265.
dantob commented on 2017-12-21 13:24 (UTC) (edited on 2017-12-21 13:27 (UTC) by dantob)
You will have to ignore deps and upgrade x265 and then rebuild ffmpeg-headless. WARNING: ffmpeg-headless might be broken until you rebuild!
pacman -Sy; pacman -Sd x265; rebuild & reinstall ffmpeg-headless;
(It has always been this way, I've not bumped the pkgrel in the past because it seemed mostly pointless. I can stop depending on specific versions of x265 but this is how it is in the upstream package. I assume there must be a reason for it)
aphirst commented on 2017-12-21 12:58 (UTC)
I don't think the pkgrel bump did it for me. I manually updated ffmpeg-headless, but I still get on pacman -Syu:
:: ffmpeg-headless: installing x265 (2.6-1) breaks dependency 'libx265.so=130-32'
Even though I don't see that specific so version in the PKGBUILD for ffmpeg-headless...
djmattyg007 commented on 2017-12-20 21:03 (UTC)
Could you please bump the pkgrel to trigger a rebuild against the latest version of x265?
Pinned Comments
dantob commented on 2020-03-28 07:44 (UTC) (edited on 2020-03-28 07:47 (UTC) by dantob)
libva-headless
is recommended overlibva
Update system
pacman -Syu --ignore=dav1d(x265,x264 ...etc)
Update package ignoring deps
pacman -Sd dav1d(x265,x264 ...etc)
then rebuild AUR package against new library