[Bug 278705] multimedia/ffmpeg: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278705] multimedia/ffmpeg: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 14:38:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278705 --- Comment #11 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Vladimir Druzenko from comment #3) Probably this patch will fix build with ffmpeg7: diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index 69a34e271d9a..6988be6b5fe3 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -3,6 +3,9 @@ DISTVERSION= 1.36.33 PORTREVISION= 3 CATEGORIES= multimedia +PATCH_SITES= https://github.com/ZoneMinder/zoneminder/commit/ +PATCHFILES+= d7682ba95dbe0a83ba32660e3ed620292208b489.patch:-p1 # ffmpeg5+ support + MAINTAINER= bsd@abinet.ru COMMENT= Complete security camera solution, fully web based with image analysis WWW= https://www.zoneminder.com/ diff --git a/multimedia/zoneminder/distinfo b/multimedia/zoneminder/distinfo index 44f06f0f9537..fa3034cd5ff9 100644 --- a/multimedia/zoneminder/distinfo +++ b/multimedia/zoneminder/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1677226523 +TIMESTAMP = 1715006024 SHA256 (zoneminder-zoneminder-1.36.33_GH0.tar.gz) = cd0f44c7238bcfd10579d665b271f6af81b61f5cbd8cbbc2ff5d7839232e267e SIZE (zoneminder-zoneminder-1.36.33_GH0.tar.gz) = 11501221 SHA256 (FriendsOfCake-crud-1429237_GH0.tar.gz) = 4dc57f344623d3c0e735b53ed583e5382aa9e43012215f641cbd8ebad381aadc @@ -7,3 +7,5 @@ SHA256 (ZoneMinder-CakePHP-Enum-Behavior-ea90c0c_GH0.tar.gz) = 3a9006c7c59f2b864 SIZE (ZoneMinder-CakePHP-Enum-Behavior-ea90c0c_GH0.tar.gz) = 3500 SHA256 (ZoneMinder-RtspServer-eab3285_GH0.tar.gz) = 8e37a14b4895e2e1d76e323875ae515f4ac4018b50d579842848718de804c142 SIZE (ZoneMinder-RtspServer-eab3285_GH0.tar.gz) = 1396598 +SHA256 (d7682ba95dbe0a83ba32660e3ed620292208b489.patch) = 7b1c96dbac70d257774945583ce90a4fcaad3c4a5e24f00b628f898f8079fb58 +SIZE (d7682ba95dbe0a83ba32660e3ed620292208b489.patch) = 5007 P.S. Will test as soon as my build servers will be free. -- You are receiving this mail because: You are on the CC list for the bug.