commit: d7490ea21861adbe15705a84193013c7031d01d0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 21 15:31:47 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Dec 21 15:31:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7490ea2
media-video/avidemux: Override LRELEASE_EXECUTABLE Closes: https://bugs.gentoo.org/640652 Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/avidemux/avidemux-2.6.20.ebuild | 7 +++++-- media-video/avidemux/avidemux-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/media-video/avidemux/avidemux-2.6.20.ebuild b/media-video/avidemux/avidemux-2.6.20.ebuild index cd242925e7a..be6bab95655 100644 --- a/media-video/avidemux/avidemux-2.6.20.ebuild +++ b/media-video/avidemux/avidemux-2.6.20.ebuild @@ -5,7 +5,7 @@ EAPI=6 PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr" -inherit cmake-utils l10n xdg-utils +inherit cmake-utils l10n qmake-utils xdg-utils DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/${PN}" @@ -94,7 +94,10 @@ src_configure() { ) if use qt5 ; then - mycmakeargs+=( -DENABLE_QT5="$(usex qt5)" ) + mycmakeargs+=( + -DENABLE_QT5="$(usex qt5)" + -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" + ) fi if use debug ; then diff --git a/media-video/avidemux/avidemux-9999.ebuild b/media-video/avidemux/avidemux-9999.ebuild index 752f66972be..9d80d4bdfe6 100644 --- a/media-video/avidemux/avidemux-9999.ebuild +++ b/media-video/avidemux/avidemux-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 PLOCALES="ca cs de el es fr it ja pt_BR ru sr sr@latin tr" -inherit cmake-utils l10n xdg-utils +inherit cmake-utils l10n qmake-utils xdg-utils DESCRIPTION="Video editor designed for simple cutting, filtering and encoding tasks" HOMEPAGE="http://fixounet.free.fr/${PN}" @@ -93,7 +93,10 @@ src_configure() { ) if use qt5 ; then - mycmakeargs+=( -DENABLE_QT5="$(usex qt5)" ) + mycmakeargs+=( + -DENABLE_QT5="$(usex qt5)" + -DLRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" + ) fi if use debug ; then
