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 0A5231395E3 for ; Fri, 4 Nov 2016 10:30:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14EB9E0BE2; Fri, 4 Nov 2016 10:30:34 +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 DE086E0BE2 for ; Fri, 4 Nov 2016 10:30:33 +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 85D1A3411B0 for ; Fri, 4 Nov 2016 10:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD47D301 for ; Fri, 4 Nov 2016 10:30:30 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478255416.3bf8155fb304bc2290d04d2237a65a82b7a921dd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/terminatorx/Manifest media-sound/terminatorx/terminatorx-4.0.1.ebuild X-VCS-Directories: media-sound/terminatorx/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3bf8155fb304bc2290d04d2237a65a82b7a921dd X-VCS-Branch: master Date: Fri, 4 Nov 2016 10:30: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: e8ce2343-283e-4817-b2df-82cf26e32b4b X-Archives-Hash: a4acb84d5e2ec18a192ddf33547d3fe1 commit: 3bf8155fb304bc2290d04d2237a65a82b7a921dd Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 4 09:59:02 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 4 10:30:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf8155f media-sound/terminatorx: Version bump Package-Manager: portage-2.3.2 media-sound/terminatorx/Manifest | 1 + media-sound/terminatorx/terminatorx-4.0.1.ebuild | 56 ++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest index 8e9191d..71f2d68 100644 --- a/media-sound/terminatorx/Manifest +++ b/media-sound/terminatorx/Manifest @@ -1 +1,2 @@ DIST terminatorX-3.84.tar.gz 572143 SHA256 0680b94aa3cbe77d1f1193be2b84a7d7b250c213cfa2da68241a2294ac5dfc37 SHA512 9b538007acc98b1dd7bb2e310be53bcf1971a94e5c03ea8ca48c59b05f1a0bddd75bf30ab4cfb03d49165098ba63643eaa3bda117cdf833df2438c29a774db6c WHIRLPOOL 1cf156623ff6ea410a701ac3b5613740b6d55ce9cd40ad22bd75e44fc404241fd6737705beeb75ff7631be0615ab84938f88d6fcb62cc5561be978be66d73290 +DIST terminatorX-4.0.1.tar.bz2 1832692 SHA256 96e2e7910d96b9bdadb315727c4127cfda579bd68d2b25d99cd9d35e9fbea56a SHA512 06128633e128f2158367dcde0e913dafc68d62644e7a5182a2391829dadcb9c46430d0cac16cb17113939623266f32cb4624a8548a51b8c01bdfa2860a6c0093 WHIRLPOOL d7bdf09d8d588e91f7a94c4fa679e5f7bff3363fff75b8ef7a29fbefee180b66eae37521f28d299fc8ab8a0f8843c76fb9c421f76e0dc488653e3489be19ef5b diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild new file mode 100644 index 00000000..bec9cd9 --- /dev/null +++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +MY_P=${P/terminatorx/terminatorX} +DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on digitally sampled audio data' +HOMEPAGE="http://www.terminatorx.org/" +SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="X alsa debug mad pulseaudio vorbis sox" + +RDEPEND=" + alsa? ( media-libs/alsa-lib ) + mad? ( media-sound/madplay ) + pulseaudio? ( media-sound/pulseaudio ) + vorbis? ( media-libs/libvorbis ) + sox? ( media-sound/sox + media-sound/mpg123 ) + x11-libs/gtk+:3 + >=dev-libs/glib-2.2:2 + + X? ( + x11-libs/libXi + x11-libs/libXxf86dga + x11-proto/xproto + x11-proto/inputproto + x11-proto/xf86dgaproto ) + dev-libs/libxml2:2 + media-libs/audiofile:= + media-libs/ladspa-sdk + media-libs/ladspa-cmt + media-libs/liblrdf +" +DEPEND="${RDEPEND} + app-text/gnome-doc-utils + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + gnome2_src_configure \ + $(use_enable alsa) \ + $(use_enable debug) \ + $(use_enable mad) \ + $(use_enable pulseaudio pulse) \ + $(use_enable vorbis) \ + $(use_enable sox) \ + $(use_enable X x11) +}