Search Criteria
Package Details: ffmpeg-git 7.2.r117638.g153a6dc8fa-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ffmpeg-git.git (read-only, click to copy) |
---|---|
Package Base: | ffmpeg-git |
Description: | Complete solution to record, convert and stream audio and video (git version) |
Upstream URL: | https://www.ffmpeg.org/ |
Keywords: | audio codec convert encoder ffmpeg media vaapi video |
Licenses: | GPL-3.0-or-later |
Conflicts: | ffmpeg |
Provides: | ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so |
Submitter: | DrZaius |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 73 |
Popularity: | 0.21 |
First Submitted: | 2011-01-17 22:00 (UTC) |
Last Updated: | 2024-10-24 20:29 (UTC) |
Dependencies (87)
- alsa-lib
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-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)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lame (lame-svnAUR, lame-altivecAUR)
- libass (libass-gitAUR)
- libavc1394
- libbluray (libbluray-gitAUR)
- Show 67 more dependencies...
Required by (1921)
- 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 1901 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 24 Next › Last »
shrigma commented on 2023-09-04 22:31 (UTC)
Any ideas?
dbermond commented on 2023-09-02 13:19 (UTC)
@hrehfeld This is impossible in VCS (-git) packages, as the soname versions can change at any upstream commit, and pkgver is automatically produced.
hrehfeld commented on 2023-09-02 13:13 (UTC) (edited on 2023-09-02 13:14 (UTC) by hrehfeld)
Can you provide including versions? Packages like mpv-full that require certain versions of
lib*
that only ffmpeg-git provides could then depend on justffmpeg
and e.g.libavutil.so>=58.11.100
See https://aur.archlinux.org/packages/mpv-full?all_deps=1#comment-931987
Or is this somehow not possible? https://wiki.archlinux.org/title/PKGBUILD#depends
Or is this somehow not possible? https://wiki.archlinux.org/title/PKGBUILD#depends
dbermond commented on 2023-08-12 16:21 (UTC)
@kernkraft This is not needed, as the fix for this issue is already present in ffmpeg git master. At the time of writing, users building ffmpeg-git are not supposed to experience this issue. If you are getting this error, then you probably have some problem with your ffmpeg git checkout.
kernkraft commented on 2023-08-12 14:50 (UTC)
If you are getting the 'Error: operand type mismatch for `shr'' error, inserting "--disable-asm" in the PKGBUILD in the ./configure section starting at line 157 fixed it for me.
dbermond commented on 2023-07-10 15:26 (UTC) (edited on 2023-07-10 15:26 (UTC) by dbermond)
@esche patch, which is needed only at build time, is a dependency of the base-devel package. The base-devel package is a pre-requisite for building packages with makepkg and is assumed to be installed. Dependencies of the base-devel package should not be included in the makedepends and checkdepends arrays of the PKGBUILD.
esche commented on 2023-07-10 11:39 (UTC)
https://archlinux.org/packages/core/x86_64/patch/ is missing as make dependencie. The patch command is used in the PKGBUILD
dbermond commented on 2023-06-20 01:48 (UTC)
@ms178 I have no problems. Package is currently building fine.
ms178 commented on 2023-05-01 23:44 (UTC) (edited on 2023-05-03 10:16 (UTC) by ms178)
Has anyone else seen the following error when compiling ffmpeg/ffmpeg-git with the new GCC 13.1.1? Any tips to workaround it would be appreciated.
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
Update: To answer my own question, disabling inline assembly works around it.
abouvier commented on 2022-12-27 16:07 (UTC)
Can you add
provides=("ffmpeg=2:$pkgver")
to match the version ofextra/ffmpeg
? This will allow other packages to pull this package when using version constraint likemakedepends=('ffmpeg>=2:4.3.1')
.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 24 Next › Last »