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 D1E52139694 for ; Tue, 21 Mar 2017 21:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DF6B21C038; Tue, 21 Mar 2017 21:20:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBF39E0CB0 for ; Tue, 21 Mar 2017 21:20:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94B10340DF9 for ; Tue, 21 Mar 2017 21:20:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7B9704C for ; Tue, 21 Mar 2017 21:20:07 +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: <1490131085.42d1df4a5ea6a62d7c19c0a5fe7da3f550a7d40f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild X-VCS-Directories: media-plugins/qmmp-plugin-pack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42d1df4a5ea6a62d7c19c0a5fe7da3f550a7d40f X-VCS-Branch: master Date: Tue, 21 Mar 2017 21:20:07 +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: 38830928-dd41-424e-b669-7869e3537875 X-Archives-Hash: 0cfc20d6b39ea70d270aaefea561d48f commit: 42d1df4a5ea6a62d7c19c0a5fe7da3f550a7d40f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 21 21:18:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 21 21:18:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d1df4a media-plugins/qmmp-plugin-pack: Fix DEPENDs Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../qmmp-plugin-pack-1.1.3-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild new file mode 100644 index 00000000000..49e69f5a6e3 --- /dev/null +++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils versionator + +DESCRIPTION="A set of extra plugins for Qmmp" +HOMEPAGE="http://qmmp.ylsoftware.com/" +SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/libsamplerate + >=media-libs/taglib-1.10 + media-sound/mpg123 + =media-sound/qmmp-$(get_version_component_range 1-2)* + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + dev-lang/yasm + dev-qt/linguist-tools:5 +"