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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB600158091 for ; Mon, 20 Jun 2022 02:35:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0F38E0CA4; Mon, 20 Jun 2022 02:35:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84179E0CA4 for ; Mon, 20 Jun 2022 02:35:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5F4F34144F for ; Mon, 20 Jun 2022 02:35:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E50150C for ; Mon, 20 Jun 2022 02:35:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655692433.2763e5cb78e38d7e0315aa78ea287be8e15ab9d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.5.1.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2763e5cb78e38d7e0315aa78ea287be8e15ab9d3 X-VCS-Branch: master Date: Mon, 20 Jun 2022 02:35:50 +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: 2d87d2db-9baa-42f3-a609-4091d789db73 X-Archives-Hash: b8bbae7a474f37f6e9fb2d6d137d86e8 commit: 2763e5cb78e38d7e0315aa78ea287be8e15ab9d3 Author: Sam James gentoo org> AuthorDate: Mon Jun 20 02:33:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 20 02:33:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2763e5cb media-video/handbrake: fixup BDEPEND; sync live Signed-off-by: Sam James gentoo.org> media-video/handbrake/handbrake-1.5.1.ebuild | 8 ++++---- media-video/handbrake/handbrake-9999.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/media-video/handbrake/handbrake-1.5.1.ebuild b/media-video/handbrake/handbrake-1.5.1.ebuild index ef06b33b19dd..5401dffd7c51 100644 --- a/media-video/handbrake/handbrake-1.5.1.ebuild +++ b/media-video/handbrake/handbrake-1.5.1.ebuild @@ -73,14 +73,14 @@ RDEPEND=" nvenc? ( media-libs/nv-codec-headers ) x265? ( >=media-libs/x265-3.2:0=[10bit,12bit,numa?] ) " -DEPEND=" +DEPEND="${RDEPEND}" +# cmake needed for custom script: bug #852701 +BDEPEND=" ${PYTHON_DEPS} - ${RDEPEND} dev-lang/nasm + dev-util/cmake dev-util/intltool " -# Needed for custom script: bug #852701 -BDEPEND="dev-util/cmake" PATCHES=( # Remove libdvdnav duplication and call it on the original instead. diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index ab3d4b77a810..eb1f331a43f3 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,10 +73,12 @@ RDEPEND=" nvenc? ( media-libs/nv-codec-headers ) x265? ( >=media-libs/x265-3.2:0=[10bit,12bit,numa?] ) " -DEPEND=" +DEPEND="${RDEPEND}" +# cmake needed for custom script: bug #852701 +BDEPEND=" ${PYTHON_DEPS} - ${RDEPEND} dev-lang/nasm + dev-util/cmake dev-util/intltool "