pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg5 ffplay5: updated to 5.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5292361c966
branches: trunk
changeset: 384478:e5292361c966
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 01 07:26:44 2022 +0000
description:
ffmpeg5 ffplay5: updated to 5.1.1
version 5.1.1:
- avformat/asfdec_o: limit recursion depth in asf_read_unknown()
- avformat/mov: Check count sums in build_open_gop_key_points()
- doc/git-howto.texi: Document commit signing
- libavcodec/8bps: Check that line lengths fit within the buffer
- avcodec/midivid: Perform lzss_uncompress() before ff_reget_buffer()
- libavformat/iff: Check for overflow in body_end calculation
- avformat/avidec: Prevent entity expansion attacks
- avcodec/h263dec: Sanity check against minimal I/P frame size
- avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccel
- avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()
- avformat/subviewerdec: Make read_ts() more flexible
- avcodec/mjpegdec: bayer and rct are incompatible
- MAINTAINERS: Add ED25519 key for signing my commits in the future
- avcodec/pngdec: Fix APNG_DISPOSE_OP_BACKGROUND
- avcodec/libvpx: fix assembling vp9 packets with alpha channel
- fftools/ffmpeg_opt: try to propagate the requested output channel layout
- avcodec/libsvtav1: properly initialize the flush EbBufferHeaderType struct
- configure: enable the av1_frame_split bsf for the av1 decoder
- swresample/swresample: fill the correct buffer to print the output layout string
- ffprobe: restore reporting error code for failed inputs
- ipfsgateway: Remove default gateway
- avcodec/libspeexdec: Fix use of uninitialized value
- avformat/avisynth: use ch_layout.nb_channels for channel count
- fate/lavf-image: Disable file checksums for exr tests
- tests/fate-run: Allow to skip file checksums for lavf_image
- fate/imf: Rename IMF fate-target
- avcodec/alac: don't fail if channels aren't set during init() when extradata is valid
- configure: properly require libx264 if enabled
diffstat:
multimedia/ffmpeg5/Makefile | 3 +--
multimedia/ffmpeg5/Makefile.common | 4 ++--
multimedia/ffmpeg5/distinfo | 8 ++++----
multimedia/ffplay5/Makefile | 3 +--
4 files changed, 8 insertions(+), 10 deletions(-)
diffs (54 lines):
diff -r 74fa4e713c59 -r e5292361c966 multimedia/ffmpeg5/Makefile
--- a/multimedia/ffmpeg5/Makefile Thu Sep 01 07:24:08 2022 +0000
+++ b/multimedia/ffmpeg5/Makefile Thu Sep 01 07:26:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2022/08/11 06:41:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/01 07:26:44 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg5/}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ffmpeg.org/
COMMENT= Decoding, encoding and streaming software (v5.x)
diff -r 74fa4e713c59 -r e5292361c966 multimedia/ffmpeg5/Makefile.common
--- a/multimedia/ffmpeg5/Makefile.common Thu Sep 01 07:24:08 2022 +0000
+++ b/multimedia/ffmpeg5/Makefile.common Thu Sep 01 07:26:44 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2022/07/24 07:46:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.4 2022/09/01 07:26:44 adam Exp $
# used by multimedia/ffmpeg5/Makefile
# used by multimedia/ffplay5/Makefile
-DISTNAME= ffmpeg-5.1
+DISTNAME= ffmpeg-5.1.1
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.xz
diff -r 74fa4e713c59 -r e5292361c966 multimedia/ffmpeg5/distinfo
--- a/multimedia/ffmpeg5/distinfo Thu Sep 01 07:24:08 2022 +0000
+++ b/multimedia/ffmpeg5/distinfo Thu Sep 01 07:26:44 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2022/07/24 07:46:02 adam Exp $
+$NetBSD: distinfo,v 1.4 2022/09/01 07:26:44 adam Exp $
-BLAKE2s (ffmpeg-5.1.tar.xz) = 37b3dcb2b70960999a6b1df662eef3e3bd4463663ce69d62debb6c74c1b37d17
-SHA512 (ffmpeg-5.1.tar.xz) = 9ba24f7488d1c7f8a3e3fbc3920e329724e75631d769400998f7a0858c58213f2eee2880fdd7caa9a701150217448a834b5008840327478314e4508c5e0e3b19
-Size (ffmpeg-5.1.tar.xz) = 10001864 bytes
+BLAKE2s (ffmpeg-5.1.1.tar.xz) = 7582aafb86a89ae09add8b487ec05157c099cdfd57f8e56ea79fd3322c6fdd32
+SHA512 (ffmpeg-5.1.1.tar.xz) = 689e38d1a18bfaa8709505bad0c07edabbf02b2f1477dcfcb2fed5e1a3adc654c8e82cb877a92e278c90521242c39ae7e0bbd41e6beb3651de0c96b113d97baa
+Size (ffmpeg-5.1.1.tar.xz) = 10001696 bytes
SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
SHA1 (patch-configure) = b4dea315f65ab019eb78cee7f58d938382024ae0
SHA1 (patch-doc_Makefile) = d45fc311f47e6cd8a8432659d7bd77e50b858e43
diff -r 74fa4e713c59 -r e5292361c966 multimedia/ffplay5/Makefile
--- a/multimedia/ffplay5/Makefile Thu Sep 01 07:24:08 2022 +0000
+++ b/multimedia/ffplay5/Makefile Thu Sep 01 07:26:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/08/11 05:09:05 gutteridge Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/01 07:26:44 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffplay5/}
-PKGREVISION= 2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ffmpeg.org/
COMMENT= Simple SDL frontend for FFmpeg
Home |
Main Index |
Thread Index |
Old Index