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 BE6381382C5 for ; Sun, 4 Mar 2018 20:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24238E0998; Sun, 4 Mar 2018 20:55:29 +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 F308BE0998 for ; Sun, 4 Mar 2018 20:55:28 +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 E0BE6335C34 for ; Sun, 4 Mar 2018 20:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE011F0 for ; Sun, 4 Mar 2018 20:55:25 +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: <1520196908.941a700ef095cdbdd0ddf3ac22b741b2e91bdaad.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bpmdetect/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/bpmdetect/Manifest media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild X-VCS-Directories: media-sound/bpmdetect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 941a700ef095cdbdd0ddf3ac22b741b2e91bdaad X-VCS-Branch: master Date: Sun, 4 Mar 2018 20:55:25 +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: ed7798c6-a9f2-42cb-b9b9-be35525fad7e X-Archives-Hash: 2ef1d7e0955c749314c51ac628aeece5 commit: 941a700ef095cdbdd0ddf3ac22b741b2e91bdaad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 4 20:53:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 4 20:55:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941a700e media-sound/bpmdetect: Add 0.7.0_pre20170810 snapshot Bug: https://bugs.gentoo.org/636312 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/bpmdetect/Manifest | 1 + .../bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-sound/bpmdetect/Manifest b/media-sound/bpmdetect/Manifest index 7d53fc70d55..15a0b526979 100644 --- a/media-sound/bpmdetect/Manifest +++ b/media-sound/bpmdetect/Manifest @@ -1 +1,2 @@ DIST bpmdetect-0.6.1-src.tar.bz2 1433211 BLAKE2B e77d4d18dbcd935c259e9a5ed44a7719656dd5147004c121ec4dcc05e7b067ae423f2e1b3f3ff27405837278468b7a3063cd4362324d4608870d762594ceed55 SHA512 9018b81d4ccca94d000a304ae640b071a0ac748c9c7922f4d3c6894a647594dd712964870898e01ee1d93fb8890491ed62b1d4e5f60f07dae74bda7525f0672a +DIST bpmdetect-0.7.0_pre20170810.tar.gz 257777 BLAKE2B 8a6cfa43b70883d3bf03328c9e52a642140c5a25cd72ea5a9515394551e2ae108135b284b788e12a53e79cb0e2fd916d35a27d743558abb996ad5eb5db7beb45 SHA512 a2bbb67c2e5c46b08396e85fd4b91a5fa8622222929a4a67abdcb4587f04f1d8f40414800cb476f7aaa66d95571dd2d65332e48ed639b621a4351f70ab545779 diff --git a/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild new file mode 100644 index 00000000000..3f77ce8b363 --- /dev/null +++ b/media-sound/bpmdetect/bpmdetect-0.7.0_pre20170810.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +COMMIT=b13aac15904c1f821b1739d00445f49432705387 +inherit cmake-utils vcs-snapshot + +DESCRIPTION="Automatic BPM detection utility" +HOMEPAGE="https://github.com/Tatsh/bpmdetect" +SRC_URI="https://github.com/Tatsh/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + media-libs/flac + media-libs/libmad + media-libs/libvorbis + media-libs/portaudio + media-libs/taglib +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_install() { + einstalldocs + dobin "${BUILD_DIR}"/src/${PN} +}