[Bug 241902] multimedia/handbrake: update to 1.3.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 12 00:58:13 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241902
Bug ID: 241902
Summary: multimedia/handbrake: update to 1.3.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: naito.yuichiro at gmail.com
Created attachment 209083
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209083&action=edit
handbrake-1.3.0.patch
HandBrake has been updated to 1.3.0.
The attached patch 'handbrake-1.3.0.patch' updates multimedia/handbrake port.
Please apply to Ports tree.
Here is a list of changes since 1.2.2:
- fix portlint warning
- USES line more earlier
- change to use libvpx from Ports
It is upstream's decision.
- removed dependency (also upstream's decision)
libramplerate
- update contrib libraries
fdk-aac 2.0.1
ffmpeg 4.2.1
libbluray 1.1.2
libdvdnav 6.0.1
libdvdread 6.0.2
dav1d 0.5.1
x265 3.2.1
- python3 support for building.
- added build dependency of devel/meson.
- pkg-decr mentions about VP8, VP9 video codecs.
- pkg-plist includes new message catalogs.
Notes for reviewers:
- USES+=meson adds extra configure options that HandBrake's configure
never understand. Meson dependency should be in BUILD_DEPENDS.
- Portlint warns about consider using NLS knob. But HandBrake always requires
gettext with X11. It's not selectable, so NLS should not be in
OPTIONS_DEFINE.
Unfortunately HandBrake-1.3.0 has a bug that do not switch message catalog in
order to locale.
I added a workaround patch 'patch-gtk_src_Makefile.am' for this.
I think upstream project will fix this problem in next release.
If you see a bug in HandBrake-1.3.0,
please refer to https://github.com/HandBrake/HandBrake.
Several minor bugs are reported in the Issues.
Thank you!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list