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 00646138330 for ; Mon, 26 Sep 2016 15:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9D63E0BF8; Mon, 26 Sep 2016 15:03:17 +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 38725E0BF6 for ; Mon, 26 Sep 2016 15:03:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 59C0633FECD for ; Mon, 26 Sep 2016 15:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098EC249E for ; Mon, 26 Sep 2016 15:03:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1474902188.baba26b0396af78cadbb97d11ab3bb250ebec851.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qsampler/Manifest media-sound/qsampler/qsampler-0.4.1.ebuild X-VCS-Directories: media-sound/qsampler/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: baba26b0396af78cadbb97d11ab3bb250ebec851 X-VCS-Branch: master Date: Mon, 26 Sep 2016 15:03:13 +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: c1d29627-af0a-41a2-95aa-9b6a309dc109 X-Archives-Hash: cf7b4df80f9807c1426fa183eb52f0ff commit: baba26b0396af78cadbb97d11ab3bb250ebec851 Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 26 12:48:12 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 26 15:03:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baba26b0 media-sound/qsampler: bump to 0.4.1 Package-Manager: portage-2.3.1 media-sound/qsampler/Manifest | 1 + media-sound/qsampler/qsampler-0.4.1.ebuild | 43 ++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest index cc42d7d..a98d968 100644 --- a/media-sound/qsampler/Manifest +++ b/media-sound/qsampler/Manifest @@ -1 +1,2 @@ DIST qsampler-0.4.0.tar.gz 243065 SHA256 4f45e80dca00593ad7d9703125e300f98a6f4dce5216985b07f26f3f76ba80e4 SHA512 42c235396cf68bd811fa251fd6f112a835ce1769130823163fa1a0e517431922b941aa56bc88f22890e6d6326b38765a2f3ced8e67a78d3420600f85e827d467 WHIRLPOOL 330769bd6615ec9a909914e1f3559f5999bbfa9e3d9de85432c12656459e5956a2ea547737b7ef72d8545d2b91da710289ce83e2cff6a9fdd5aee28a5e208818 +DIST qsampler-0.4.1.tar.gz 243377 SHA256 2e2315b8b4c1c33512618a2a3c0d6dfdb5ee10914cc9eac5deb2f5c0d9bcb08d SHA512 ffa6e2feb11f9a96580fb1803b6ddb5c56ae475c1f04b5bfa94b1403c29ed0e14f8f60e9166ca166d5b478184c37337b0de0e098a54f74a90f951260d070ce14 WHIRLPOOL b4cfed615681d621b100b0f22525fbdedda8b5907888b16660959e324cbb7c91941c123bf7dc04625f7fdf50ca064a88513bc47dad1052a7b9778c2464e631ba diff --git a/media-sound/qsampler/qsampler-0.4.1.ebuild b/media-sound/qsampler/qsampler-0.4.1.ebuild new file mode 100644 index 00000000..73548e6 --- /dev/null +++ b/media-sound/qsampler/qsampler-0.4.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils qmake-utils + +DESCRIPTION="A graphical frontend to the LinuxSampler engine" +HOMEPAGE="http://www.linuxsampler.org/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +libgig" + +DEPEND="media-libs/alsa-lib + >=media-libs/liblscp-0.5.6:= + x11-libs/libX11 + libgig? ( >=media-libs/libgig-3.3.0:= ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtx11extras:5 + dev-qt/qtwidgets:5" +RDEPEND="${DEPEND} + >=media-sound/linuxsampler-0.5" +DEPEND="${DEPEND} + dev-qt/linguist-tools:5" + +src_configure() { + ac_qmake="$(qt5_get_bindir)/qmake" \ + econf $(use_enable debug) \ + $(use_enable libgig) \ + --disable-qt4 + cd "${S}/src" + eqmake5 src.pro -o Makefile +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README TODO TRANSLATORS + doman ${PN}.1 +}