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 E5E89139083 for ; Thu, 21 Dec 2017 15:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD848E100D; Thu, 21 Dec 2017 15:37:27 +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 8AE89E100D for ; Thu, 21 Dec 2017 15:37:25 +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 2FE1033DDA5 for ; Thu, 21 Dec 2017 15:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E704AAE7F for ; Thu, 21 Dec 2017 15:37:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513870307.d7490ea21861adbe15705a84193013c7031d01d0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/avidemux/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/avidemux/avidemux-2.6.20.ebuild media-video/avidemux/avidemux-9999.ebuild X-VCS-Directories: media-video/avidemux/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d7490ea21861adbe15705a84193013c7031d01d0 X-VCS-Branch: master Date: Thu, 21 Dec 2017 15:37:22 +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-Archives-Salt: 3ab52c72-9644-45ea-afa5-e45344476e92 X-Archives-Hash: b31a9c4749096d82669cdefda4465f75 commit: d7490ea21861adbe15705a84193013c7031d01d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 15:31:47 2017 +0000 Commit: Andreas Sturmlechner gentoo 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