git: c1e0a52d1a75 - main - multimedia/ffmpeg: update to 4.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Oct 2022 18:18:03 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1e0a52d1a752710db753a4c7a864e0e071a1140 commit c1e0a52d1a752710db753a4c7a864e0e071a1140 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-09 19:04:44 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-10 18:17:57 +0000 multimedia/ffmpeg: update to 4.4.3 Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4.3:/Changelog Reported by: portscout --- multimedia/ffmpeg/Makefile | 3 +-- multimedia/ffmpeg/distinfo | 6 +++--- multimedia/ffmpeg/files/patch-configure | 13 ++----------- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 22c5bafcdcf2..f2491e1c1dee 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,6 +1,5 @@ PORTNAME= ffmpeg -PORTVERSION= 4.4.2 -PORTREVISION= 9 +PORTVERSION= 4.4.3 PORTEPOCH= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ diff --git a/multimedia/ffmpeg/distinfo b/multimedia/ffmpeg/distinfo index 9867c19e4891..da3325c05deb 100644 --- a/multimedia/ffmpeg/distinfo +++ b/multimedia/ffmpeg/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1649967228 -SHA256 (ffmpeg-4.4.2.tar.xz) = af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93 -SIZE (ffmpeg-4.4.2.tar.xz) = 9562968 +TIMESTAMP = 1665342284 +SHA256 (ffmpeg-4.4.3.tar.xz) = 6c5b6c195e61534766a0b5fe16acc919170c883362612816d0a1c7f4f947006e +SIZE (ffmpeg-4.4.3.tar.xz) = 9566020 SHA256 (0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch) = 376ea23e9d876390fbca936c80cb437bb9daa6232ff65df0ea91673e18b739ff SIZE (0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch) = 24259 SHA256 (0002-doc-Add-libsvt_hevc-encoder-docs.patch) = d16589efc4be2602a9f436e9938cfee0cc7b5ccd7a4a6b41c0c9a59ae0859fda diff --git a/multimedia/ffmpeg/files/patch-configure b/multimedia/ffmpeg/files/patch-configure index ce54ab1bd8f2..1b06074fc3fa 100644 --- a/multimedia/ffmpeg/files/patch-configure +++ b/multimedia/ffmpeg/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-06-15 18:54:23 UTC +--- configure.orig 2022-10-09 19:04:43 UTC +++ configure -@@ -3744,13 +3744,7 @@ target_os_default=$(tolower $(uname -s)) +@@ -3784,13 +3784,7 @@ host_os=$target_os_default host_os=$target_os_default # machine @@ -15,12 +15,3 @@ cpu="generic" intrinsics="none" -@@ -6736,7 +6736,7 @@ fi - - if enabled sdl2; then - SDL2_CONFIG="${cross_prefix}sdl2-config" -- test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent -+ test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent - if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then - sdl2_cflags=$("${SDL2_CONFIG}" --cflags) - sdl2_extralibs=$("${SDL2_CONFIG}" --libs)