[Bug 275546] multimedia/handbrake: update to 1.7.1
Date: Tue, 05 Dec 2023 06:06:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275546
Bug ID: 275546
Summary: multimedia/handbrake: update to 1.7.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: naito.yuichiro@gmail.com
Created attachment 246793
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246793&action=edit
handbrake-1.7.1.patch
HandBrake 1.7.1 has been released. The attached `handbrake-1.7.1.patch` file
upgrades
the multimedia/handbrake port to 1.7.1.
While upgrading this port, I see that the git command is required by the x265
library
in the contrib packages of HandBrake. Note that HandBrake contains its own x265
library (x265-snapshot-20230403-12776) and links it. The git command is used to
check
the version of the x265 library. Without installing the git command, HandBrake
will
link the x265 library from Ports/Packages. It is not intended by the upstream
project.
I added the git command in the build dependencies.
I have dropped supporting the i386 platform since this version. Because the
upstream
project has not supported 32bit platforms since 1.1.0, 5 years ago. And they
added
an unbuildable patch for the i386 platform on this version. I removed i386
support
patches and removed i386 from ONLY_FOR_ARCH values.
See the release notes for details.
https://github.com/HandBrake/HandBrake/releases/tag/1.7.0
https://github.com/HandBrake/HandBrake/releases/tag/1.7.1
--
You are receiving this mail because:
You are the assignee for the bug.