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 8CE9D138334 for ; Mon, 22 Apr 2019 10:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2183E0885; Mon, 22 Apr 2019 10:41:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D9699E0885 for ; Mon, 22 Apr 2019 10:41:38 +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 AAB03342000 for ; Mon, 22 Apr 2019 10:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C4F5CD for ; Mon, 22 Apr 2019 10:41:34 +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: <1555929682.d1d6d93f83a43377fcc58e66767a87182166bec2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/baka-mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild X-VCS-Directories: media-video/baka-mplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1d6d93f83a43377fcc58e66767a87182166bec2 X-VCS-Branch: master Date: Mon, 22 Apr 2019 10:41:34 +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: 916d6137-2ca0-49e9-93a4-25cba7f377b0 X-Archives-Hash: af0db82bece74708ab451bed6446d5d8 commit: d1d6d93f83a43377fcc58e66767a87182166bec2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 22 10:07:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 22 10:41:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d6d93f media-video/baka-mplayer: EAPI-7 bump, add missing BDEPEND Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild b/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild index bc38e4aa65d..17edd2e0d77 100644 --- a/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild +++ b/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils qmake-utils +EAPI=7 + +inherit qmake-utils DESCRIPTION="Cross-platform libmpv-based multimedia player with uncluttered design" HOMEPAGE="http://bakamplayer.u8sand.net/" @@ -13,7 +14,12 @@ SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" -RDEPEND="dev-qt/qtcore:5 +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" +RDEPEND=" + dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 @@ -21,18 +27,18 @@ RDEPEND="dev-qt/qtcore:5 dev-qt/qtx11extras:5 media-video/mpv[libmpv] x11-libs/libX11" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" S="${WORKDIR}/Baka-MPlayer-${PV}" +PATCHES=( "${FILESDIR}/${P}-gcc5.patch" ) + src_prepare() { + default # no need to install license sed -e '/^INSTALLS/s:license::' -i src/Baka-MPlayer.pro || die # put manual in our docdir sed -e '/^manual.path/s:'${PN}':'${PF}':' -i src/Baka-MPlayer.pro || die - - epatch "${FILESDIR}/${P}-gcc5.patch" } src_configure() {