Package Details: ffmpeg2.8 2.8.21-4

Git Clone URL: https://aur.archlinux.org/ffmpeg2.8.git (read-only, click to copy)
Package Base: ffmpeg2.8
Description: Complete solution to record, convert and stream audio and video
Upstream URL: https://ffmpeg.org/
Licenses: GPL-3.0-only
Provides: libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavresample.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: itsme
Maintainer: Muflone
Last Packager: Muflone
Votes: 14
Popularity: 0.000000
First Submitted: 2018-05-21 02:33 (UTC)
Last Updated: 2024-09-23 00:02 (UTC)

Dependencies (46)

Required by (267)

Sources (5)

Latest Comments

1 2 3 4 Next › Last »

Muflone commented on 2024-09-23 00:03 (UTC)

@realasking included the patch, thank you

realasking commented on 2024-09-22 03:51 (UTC) (edited on 2024-09-22 03:52 (UTC) by realasking)

After recent updates of Arch:

the folder of freetype's header files named /usr/include/freetype2/freetype must be linked as /usr/include/freetype; and another patch about type declare is also needed :

--- a/libavformat/tty.c
+++ b/libavformat/tty.c
52c52,53
< static int read_probe(const AVProbeData *p)
---
> //static int read_probe(const AVProbeData *p)
> static int read_probe(AVProbeData *p)

twinstickdrama commented on 2023-10-28 09:04 (UTC)

If others are having issues with binutils >= 2.41, and don't want to downgrade; consider creating and applying a patch of: https://github.com/FFmpeg/FFmpeg/commit/effadce6c756247ea8bae32dc13bb3e6f464f0eb

git clone https://github.com/FFmpeg/FFmpeg
git diff effadce^..effadce > binutils-1.41.patch

vim PKGBUILD
# prepare() {
#   cd "ffmpeg-$pkgver"
#   patch --forward --strip=1 --input="../binutils-1.41.patch"
# }

MarsSeed commented on 2022-03-29 13:08 (UTC) (edited on 2022-06-09 16:14 (UTC) by MarsSeed)

Also please add depends=(sndio) or disable it on build options.

$ namcap /var/cache/pacman-local/pkg/ffmpeg2.8-2.8.18-0.1-x86_64.pkg.tar.zst

ffmpeg2.8 E: Dependency sndio detected and not included 
    (libraries ['usr/lib/libsndio.so.7'] needed in files 
    ['usr/lib/ffmpeg2.8/libavdevice.so.56.4.100'])

MarsSeed commented on 2022-03-29 13:03 (UTC)

Please kindly add options=(!lto) to prevent build failure if LTO is enabled in makepkg.conf.

Muflone commented on 2021-05-30 17:18 (UTC)

To solve the invalid PGP signature issue:

gpg --recv-key B4322F04D67658D8

pix3l commented on 2021-05-30 07:52 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index a58c4a4..b07388e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -88,7 +88,7 @@ package() { find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;

install -dm 755 "${pkgdir}"/etc/ld.so.conf.d - echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf + echo -e '/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf }

# vim: ts=2 sw=2 et:

Tio commented on 2020-10-20 17:46 (UTC)

Error:

==> Verifying source file signatures with gpg...
    ffmpeg-2.8.16.tar.xz ... FAILED (unknown public key B4322F04D67658D8)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build ffmpeg2.8