From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE9FA138334 for ; Mon, 18 Nov 2019 18:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC47FE077A; Mon, 18 Nov 2019 18:43:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D10FEE077A for ; Mon, 18 Nov 2019 18:43:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55E0134CFFA for ; Mon, 18 Nov 2019 18:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18B226C for ; Mon, 18 Nov 2019 18:43:47 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1574102621.9f0ac6765b861a64775387c797b180d3a07a8b38.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/, media-video/handbrake/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/files/handbrake-1.2.2-fix-missing-x265-link-flag.patch media-video/handbrake/handbrake-1.2.2-r2.ebuild media-video/handbrake/handbrake-1.2.2-r3.ebuild X-VCS-Directories: media-video/handbrake/files/ media-video/handbrake/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 9f0ac6765b861a64775387c797b180d3a07a8b38 X-VCS-Branch: master Date: Mon, 18 Nov 2019 18:43:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 166789fe-b208-4614-9011-494dd1cc6dfe X-Archives-Hash: 2a3c4c440131c409f8f79edf2371be1a commit: 9f0ac6765b861a64775387c797b180d3a07a8b38 Author: Ian Whyman gentoo org> AuthorDate: Mon Nov 18 18:43:21 2019 +0000 Commit: Ian Whyman gentoo org> CommitDate: Mon Nov 18 18:43:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0ac676 media-video/handbrake: 1.2.2: restore missing patch Closes: https://bugs.gentoo.org/700482 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ian Whyman gentoo.org> .../files/handbrake-1.2.2-fix-missing-x265-link-flag.patch | 13 +++++++++++++ ...{handbrake-1.2.2-r2.ebuild => handbrake-1.2.2-r3.ebuild} | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/media-video/handbrake/files/handbrake-1.2.2-fix-missing-x265-link-flag.patch b/media-video/handbrake/files/handbrake-1.2.2-fix-missing-x265-link-flag.patch new file mode 100644 index 00000000000..a999fc32564 --- /dev/null +++ b/media-video/handbrake/files/handbrake-1.2.2-fix-missing-x265-link-flag.patch @@ -0,0 +1,13 @@ +Written by: Peter Foley +Gentoo Bug: #552792 + +--- ./test/module.defs.bak 2015-06-21 13:19:40.626249439 -0400 ++++ ./test/module.defs 2015-06-21 13:19:54.919757726 -0400 +@@ -25,6 +25,7 @@ + + ifeq (1,$(FEATURE.x265)) + TEST.GCC.D += USE_X265 ++ TEST.GCC.l += x265 + endif + + TEST.GCC.l += $(foreach m,$(MODULES.NAMES),$($m.OSL.libs)) diff --git a/media-video/handbrake/handbrake-1.2.2-r2.ebuild b/media-video/handbrake/handbrake-1.2.2-r3.ebuild similarity index 98% rename from media-video/handbrake/handbrake-1.2.2-r2.ebuild rename to media-video/handbrake/handbrake-1.2.2-r3.ebuild index 6d9379f3013..a2e9041ccde 100644 --- a/media-video/handbrake/handbrake-1.2.2-r2.ebuild +++ b/media-video/handbrake/handbrake-1.2.2-r3.ebuild @@ -86,7 +86,7 @@ PATCHES=( "${FILESDIR}/${PN}-9999-remove-faac-dependency.patch" # Fix missing x265 link flag - "${FILESDIR}/${PN}-9999-fix-missing-x265-link-flag.patch" + "${FILESDIR}/${P}-fix-missing-x265-link-flag.patch" # Allow disabling nvenc etc "${FILESDIR}/${P}-backport-hardware-configure.patch"