[Bug 281680] multimedia/x265: maintainer upgrade to 3.6

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Oct 2024 11:50:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281680

--- Comment #28 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=7c8a3f43dc8455ad4c80782e172f8f0926b2cc99

commit 7c8a3f43dc8455ad4c80782e172f8f0926b2cc99
Author:     Mikhail T. <freebsd-2024@virtual-estates.net>
AuthorDate: 2024-10-01 14:45:56 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-10-06 11:49:16 +0000

    multimedia/x265: update to 3.6

    The latest edition provides fixes for the 32-bit ARM, and drops the need
    for gcc/binutils on the 64-bit ARM (aarch64). Many thanks to fuz@ for
    providing remote access to the two ARM-systems.

    The libvmaf-support remains broken, because our port of the dependency
    has been upgraded to 3.0.0, which is only supported by x265-4.0.  Not
    removing this option for the sake of those, who might have kept the
    older vmaf on their systems.

    The ASM is no longer an option -- it was always a requirement on some
    platforms, and is very useful on others.

    PR:             281680

 multimedia/x265/Makefile                           |  63 +++----
 multimedia/x265/distinfo                           |   8 +-
 multimedia/x265/files/patch-arm-assembly (new)     | 117 +++++++++++++
 multimedia/x265/files/patch-source_CMakeLists.txt  |  14 +-
 ...source_common_ppc_intrapred__altivec.cpp (gone) |  14 --
 multimedia/x265/files/patch-source_encoder_api.cpp |   2 +-
 multimedia/x265/files/patch-source_x265.h (gone)   |  13 --
 multimedia/x265/files/patch-warnings               | 193 ++++++++++++++++++---
 multimedia/x265/pkg-plist                          |   2 +-
 9 files changed, 320 insertions(+), 106 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.