From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB39E58973 for ; Sun, 31 Jan 2016 21:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBD321C051; Sun, 31 Jan 2016 21:09:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 142E621C051 for ; Sun, 31 Jan 2016 21:09:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F863340B6E for ; Sun, 31 Jan 2016 21:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C21D48EC for ; Sun, 31 Jan 2016 21:09:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1454274564.8675d6f22ed33a410bcdfe9ba952947775bfd3c7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amsynth/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amsynth/Manifest media-sound/amsynth/amsynth-1.6.4.ebuild X-VCS-Directories: media-sound/amsynth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8675d6f22ed33a410bcdfe9ba952947775bfd3c7 X-VCS-Branch: master Date: Sun, 31 Jan 2016 21:09:30 +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: fa2445e3-5708-49df-86e8-2e79dacfcf21 X-Archives-Hash: 196feb199bf1f36ddb7a004b6f91767d commit: 8675d6f22ed33a410bcdfe9ba952947775bfd3c7 Author: David Seifert gentoo org> AuthorDate: Sun Jan 31 21:09:10 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 31 21:09:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8675d6f2 media-sound/amsynth: Version bump to 1.6.4 Gentoo-Bug: 572572 * EAPI=6 Package-Manager: portage-2.2.27 media-sound/amsynth/Manifest | 1 + media-sound/amsynth/amsynth-1.6.4.ebuild | 51 ++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest index 79ba3f2..b8e55b9 100644 --- a/media-sound/amsynth/Manifest +++ b/media-sound/amsynth/Manifest @@ -1,2 +1,3 @@ DIST amSynth-1.3.2.tar.gz 635901 SHA256 3ad50c20d690865ea0fdef6745cd04a9f758e9ae654ad874902d3da896e0fa75 SHA512 c5f312fd1fa5335ccd2c1e7a81a7c0f9094faabec633fe654f04650e5604bb6d05f1348f6ce3c305e840692e2012ac9501ca83f5e5018a0218d9c35a99678e80 WHIRLPOOL 3b93486378a140ce7feb0789cc46a74375920ae717d38910e0b75011e4f1c827749f795ce38b7408d72adb4abfab090a104fc23f001977c68576bde05e1fa260 DIST amsynth-1.5.1.tar.gz 1297131 SHA256 38e0764ae02ec38e689204581810adabedd9b4e0d306414c455f51c1dbf0bea4 SHA512 5f1551f9d1398a97738ac6f764f169d8cdd55e94464438adb226d1284fe8845e190fe5dd7a740b33972c1bbe76aa2d60467b7a663ec6717bb9fac75e5aac62d1 WHIRLPOOL 615ae1a55db42a0d6cb628ab84d9167894cb974594c45bf74aae6ad1e74b09f0303844fe54457b805ce4fd50af8ae99d9064531162106ef83c5c8103c24c8a73 +DIST amsynth-1.6.4.tar.gz 1380770 SHA256 489f57d506ea3495412bdd759be290930ff5da9d5b6b39ad8c82e19b4fd219ed SHA512 63ecc54ff0b26d61aa11a6cd1f6854c6b1f87b723808293a09f1b86831c574c8f709dd7987571914d285c52d94fa794f858c299927918ffa1ddad743bc180abb WHIRLPOOL f5b92d69543c479def140703df11efc27407f4869d0eea5b28ee1e8914c241184e6eccb726cb2d628b629c00c01c944425ea1d82522744ef7d5cbb5c49952634 diff --git a/media-sound/amsynth/amsynth-1.6.4.ebuild b/media-sound/amsynth/amsynth-1.6.4.ebuild new file mode 100644 index 0000000..17926d6 --- /dev/null +++ b/media-sound/amsynth/amsynth-1.6.4.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools flag-o-matic + +DESCRIPTION="Virtual analogue synthesizer" +HOMEPAGE="https://github.com/nixxcode/amsynth/" +SRC_URI="https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="alsa dssi jack lash oss sndfile" + +RDEPEND="dev-cpp/gtkmm:2.4 + sndfile? ( >=media-libs/libsndfile-1:= ) + alsa? ( + media-libs/alsa-lib:= + media-sound/alsa-utils + ) + dssi? ( + media-libs/dssi:= + media-libs/liblo:= + >=x11-libs/gtk+-2.20:2 + ) + jack? ( media-sound/jack-audio-connection-kit ) + lash? ( media-sound/lash )" +DEPEND="${RDEPEND} + virtual/pkgconfig + oss? ( virtual/os-headers )" + +S="${WORKDIR}/${PN}-release-${PV}" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + append-cxxflags -std=c++11 + econf \ + $(use_with oss) \ + $(use_with alsa) \ + $(use_with jack) \ + $(use_with lash) \ + $(use_with sndfile) \ + $(use_with dssi) +}