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 42F6E138359 for ; Fri, 7 Aug 2020 23:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D2CE0905; Fri, 7 Aug 2020 23:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6EB4CE0905 for ; Fri, 7 Aug 2020 23:24:51 +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 8425134F4E1 for ; Fri, 7 Aug 2020 23:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D823F317 for ; Fri, 7 Aug 2020 23:24:43 +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: <1596842605.c5c508ab45a15ab7e3a1be90910a4b687d2601b1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/horgand/horgand-1.14-r1.ebuild media-sound/horgand/horgand-1.14-r2.ebuild X-VCS-Directories: media-sound/horgand/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5c508ab45a15ab7e3a1be90910a4b687d2601b1 X-VCS-Branch: master Date: Fri, 7 Aug 2020 23:24:43 +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: eac7b046-5f95-42df-a112-764205a36f10 X-Archives-Hash: 0a71d9d32e7ced62db754aae2a409dca commit: c5c508ab45a15ab7e3a1be90910a4b687d2601b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 7 20:14:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 7 23:23:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c508ab media-sound/horgand: virtual/jack, sort deps Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{horgand-1.14-r1.ebuild => horgand-1.14-r2.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-sound/horgand/horgand-1.14-r1.ebuild b/media-sound/horgand/horgand-1.14-r2.ebuild similarity index 87% rename from media-sound/horgand/horgand-1.14-r1.ebuild rename to media-sound/horgand/horgand-1.14-r2.ebuild index aa695073949..2de59fda12c 100644 --- a/media-sound/horgand/horgand-1.14-r1.ebuild +++ b/media-sound/horgand/horgand-1.14-r2.ebuild @@ -13,18 +13,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -RDEPEND="x11-libs/fltk:1 - x11-libs/libXpm - media-libs/libsndfile +RDEPEND=" media-libs/alsa-lib + media-libs/libsndfile media-sound/alsa-utils - media-sound/jack-audio-connection-kit" + virtual/jack + x11-libs/fltk:1 + x11-libs/libXpm +" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -PATCHES=( - "${FILESDIR}/${P}-overflow.patch" -) +PATCHES=( "${FILESDIR}/${P}-overflow.patch" ) src_compile() { emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \