./multimedia/ffmpeg5, Decoding, encoding and streaming software (v5.x)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.1.4nb5, Package name: ffmpeg5-5.1.4nb5, Maintainer: pkgsrc-users

FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video. It includes libavcodec - the leading
audio/video codec library.

This package contains major version 5.


Required to run:
[textproc/libxml2] [graphics/freetype2] [multimedia/xvidcore] [multimedia/libtheora] [audio/speex] [audio/lame] [audio/libvorbis] [fonts/fontconfig] [security/gnutls] [x11/libxcb] [multimedia/libvdpau] [multimedia/libva] [multimedia/libvpx] [multimedia/libass] [graphics/libwebp] [audio/libopus] [multimedia/x265] [multimedia/libbluray] [multimedia/libaom] [multimedia/dav1d] [multimedia/x264]

Required to build:
[pkgtools/x11-links] [devel/nasm] [x11/xcb-proto] [x11/xorgproto]

Package options: aom, ass, bluray, fontconfig, freetype, gnutls, lame, libvpx, libwebp, opus, speex, theora, vaapi, vdpau, vorbis, x11, x264, x265, xvid

Master sites:

Filesize: 9775.359 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-06 11:33:01 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: bump for x265 API change

Reported by Marc Baudoin
   2024-01-30 15:22:43 by Ryo ONODERA | Files touched by this commit (672)
Log message:
*: Recursive revbump from audio/pulseaudio-17.0
   2024-01-27 03:54:37 by Taylor R Campbell | Files touched by this commit (15)
Log message:
multimedia/ffmpeg*: powerpc altivec fix is not cross-only

Revbump so new _native_ powerpc builds will get this fix too.

Add a comment explaining why we do this.
   2024-01-27 03:22:03 by Taylor R Campbell | Files touched by this commit (1)
Log message:
multimedia/ffmpeg5: USE_CROSS_COMPILE is always defined here; nix :U.

No functional change intended.
   2024-01-27 03:10:35 by Taylor R Campbell | Files touched by this commit (5)
Log message:
multimedia/ffmpeg5: Handle machdep.altivec on NetBSD/powerpc too.

Bump revision because this built without the change on
NetBSD/powerpc, but didn't respect machdep.altivec at runtime.

Don't build with -maltivec -mabi=altivec on powerpc.  This doesn't
disable the use of altivec; it just prevents the compiler from trying
to use altivec instructions, like vector-zero and vector-store to
zero-initialize an object on the stack, outside the parts that are
gated on runtime CPU feature detection.

Fixes ffmpeg5 on powerpc CPUs without altivec.
   2024-01-26 04:17:31 by Taylor R Campbell | Files touched by this commit (2)
Log message:
multimedia/ffmpeg5: Move cross-build stuff to Makefile.common.

ffplay5 cross-build needs this too.
   2024-01-26 04:17:07 by Taylor R Campbell | Files touched by this commit (1)
Log message:
multimedia/ffmpeg5: Handle cross-builds to big-endian.
   2024-01-22 14:17:08 by Ryo ONODERA | Files touched by this commit (119)
Log message:
*: Recursive revbump from multimedia/libvpx