From e52a4a935f8793a7b86ab5e27b7fc5143a8d5f78 Mon Sep 17 00:00:00 2001 From: James Beddek Date: Mon, 20 Jun 2022 13:57:42 +1200 Subject: media-video/handbrake: fix missing dep on cmake required by custom configure script Closes: https://bugs.gentoo.org/852701 Signed-off-by: James Beddek Closes: https://github.com/gentoo/gentoo/pull/25985 Signed-off-by: Sam James --- media-video/handbrake/handbrake-1.5.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media-video/handbrake/handbrake-1.5.1.ebuild') diff --git a/media-video/handbrake/handbrake-1.5.1.ebuild b/media-video/handbrake/handbrake-1.5.1.ebuild index ee1c94368572..ef06b33b19dd 100644 --- a/media-video/handbrake/handbrake-1.5.1.ebuild +++ b/media-video/handbrake/handbrake-1.5.1.ebuild @@ -79,6 +79,8 @@ DEPEND=" dev-lang/nasm dev-util/intltool " +# Needed for custom script: bug #852701 +BDEPEND="dev-util/cmake" PATCHES=( # Remove libdvdnav duplication and call it on the original instead. -- cgit v1.2.3-65-gdbad