From owner-freebsd-ports-bugs@freebsd.org Tue Nov 12 00:58:13 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 601401C2187 for ; Tue, 12 Nov 2019 00:58:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47Bq9d1tGJz3NDR for ; Tue, 12 Nov 2019 00:58:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3EA331C2186; Tue, 12 Nov 2019 00:58:13 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E6011C2185 for ; Tue, 12 Nov 2019 00:58:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Bq9d08Q0z3NDN for ; Tue, 12 Nov 2019 00:58:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C32B21FCDE for ; Tue, 12 Nov 2019 00:58:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id xAC0wCdE085747 for ; Tue, 12 Nov 2019 00:58:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id xAC0wCbJ085723 for ports-bugs@FreeBSD.org; Tue, 12 Nov 2019 00:58:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241902] multimedia/handbrake: update to 1.3.0 Date: Tue, 12 Nov 2019 00:58:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: naito.yuichiro@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2019 00:58:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241902 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@FreeBSD.org Reporter: naito.yuichiro@gmail.com Created attachment 209083 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209083&action= =3Dedit handbrake-1.3.0.patch HandBrake has been updated to 1.3.0. The attached patch 'handbrake-1.3.0.patch' updates multimedia/handbrake por= t. 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+=3Dmeson 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 requ= ires 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! --=20 You are receiving this mail because: You are the assignee for the bug.=