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 4E7111396D9 for ; Sat, 11 Nov 2017 19:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E02E10EC; Sat, 11 Nov 2017 19:39:03 +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 76697E10EC for ; Sat, 11 Nov 2017 19:39:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA5B833C6B6 for ; Sat, 11 Nov 2017 19:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5015D998B for ; Sat, 11 Nov 2017 19:39:01 +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: <1510429116.4da5ede43011555c0c24f1389bbbdf4d3d1dc0f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cantata/cantata-2.2.0.ebuild X-VCS-Directories: media-sound/cantata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4da5ede43011555c0c24f1389bbbdf4d3d1dc0f4 X-VCS-Branch: master Date: Sat, 11 Nov 2017 19:39:01 +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: 03fddb5b-d50d-47cd-a8c3-8fd5dbae6f98 X-Archives-Hash: e1d17dc7a7051bce0bdeed48e8663629 commit: 4da5ede43011555c0c24f1389bbbdf4d3d1dc0f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 11 19:07:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 19:38:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da5ede4 media-sound/cantata: Add elog message about MPD Closes: https://bugs.gentoo.org/637138 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-sound/cantata/cantata-2.2.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-sound/cantata/cantata-2.2.0.ebuild b/media-sound/cantata/cantata-2.2.0.ebuild index 3a22fc20439..90ad03106b6 100644 --- a/media-sound/cantata/cantata-2.2.0.ebuild +++ b/media-sound/cantata/cantata-2.2.0.ebuild @@ -37,8 +37,8 @@ RDEPEND=" sys-libs/zlib virtual/libudev:= cdda? ( media-sound/cdparanoia ) - cdio? ( dev-libs/libcdio-paranoia ) cddb? ( media-libs/libcddb ) + cdio? ( dev-libs/libcdio-paranoia ) mtp? ( media-libs/libmtp ) musicbrainz? ( media-libs/musicbrainz:5= ) replaygain? ( @@ -81,8 +81,8 @@ src_configure() { local mycmakeargs=( -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)" -DENABLE_CDPARANOIA=$(usex cdda) - -DENABLE_CDIOPARANOIA=$(usex cdio) -DENABLE_CDDB=$(usex cddb) + -DENABLE_CDIOPARANOIA=$(usex cdio) -DENABLE_HTTP_SERVER=$(usex http-server) -DENABLE_MTP=$(usex mtp) -DENABLE_MUSICBRAINZ=$(usex musicbrainz) @@ -108,6 +108,9 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update xdg_pkg_postinst + + has_version media-sound/mpd || \ + elog "An instance of media-sound/mpd, local or remote, is required to set up Cantata." } pkg_postrm() {