diff options
author | James Beddek <telans@posteo.de> | 2022-06-20 13:57:42 +1200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-20 03:32:18 +0100 |
commit | e52a4a935f8793a7b86ab5e27b7fc5143a8d5f78 (patch) | |
tree | 89609fd1aa6aaa2c0f8ec4b62698090c64a24512 /media-video/handbrake | |
parent | sci-libs/cqrlib: add github remote-id (diff) | |
download | gentoo-e52a4a935f8793a7b86ab5e27b7fc5143a8d5f78.tar.gz gentoo-e52a4a935f8793a7b86ab5e27b7fc5143a8d5f78.tar.bz2 gentoo-e52a4a935f8793a7b86ab5e27b7fc5143a8d5f78.zip |
media-video/handbrake: fix missing dep on cmake required by custom configure script
Closes: https://bugs.gentoo.org/852701
Signed-off-by: James Beddek <telans@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/25985
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/handbrake')
-rw-r--r-- | media-video/handbrake/handbrake-1.5.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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. |