Package Details: ffmpeg-git 7.2.r119073.g2657e1679e-1

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.015561
First Submitted: 2011-01-17 22:00 (UTC)
Last Updated: 2025-03-30 01:44 (UTC)

Required by (1943)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 25 Next › Last »

Eriner commented on 2016-01-15 07:03 (UTC)

@KamranMackey sure, if you add me as a co-maintainer I'll take care of it.

eveharthbrooke commented on 2016-01-15 05:03 (UTC)

Eriner: Although, did you want to be a co-maintainer?

eveharthbrooke commented on 2016-01-15 05:03 (UTC)

Eriner: Alright, I'll do it as soon as I can. Currently don't have access to my Arch Linux system right now.

Eriner commented on 2016-01-15 04:14 (UTC)

SECURITY -------- Add the `--disable-network` flag to the PKGBUILD, as there is a publicly-known vulnerability. See: https://bugs.archlinux.org/task/47738

EndlessEden commented on 2016-01-12 22:02 (UTC)

please specify the codec version in the provides. as it breaks compatibility with arch-repo version tools. libavutil < 54 | breaks libavcodec < 56 | breaks or provide compatibility packages as optional depends.

Eriner commented on 2015-12-22 19:28 (UTC)

To clarify, if you change the build process (add/remove depends, makedepends, conflicts) then yes, bump the packagever with that commit. But please don't bump the package version for the sake of bumping the package version. Cheers.

Eriner commented on 2015-12-22 19:26 (UTC)

Right, but this is a -git package. Bumping the package version is more of a hassle than a help for many people. Version bumps for -git packages should indicate an update in the PKGBUILD; bumping it needlessly means people will rebuild the package because upstream (here) has incremented the PKGBUILD version, when in reality, nothing has changed. If they want to rebuild it on their own, they can, but bumping the version is irritating for many who use manual build tools (cower, git clone, etc).

eveharthbrooke commented on 2015-12-22 06:40 (UTC)

I'm just doing it because the pkgver() function automatically updates the package version anyway, so if it does that, I push the updated version number to the package on the AUR as well.