[proaudio] [2988] amsynth : add version 1.6.3

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 2988
Author:   palo
Date:     2016-01-19 18:03:23 +0100 (Tue, 19 Jan 2016)
Log Message:
-----------
amsynth : add version 1.6.3

Added Paths:
-----------
    trunk/overlays/proaudio/media-sound/amsynth/
    trunk/overlays/proaudio/media-sound/amsynth/Manifest
    trunk/overlays/proaudio/media-sound/amsynth/amsynth-1.6.3.ebuild
    trunk/overlays/proaudio/media-sound/amsynth/metadata.xml

Added: trunk/overlays/proaudio/media-sound/amsynth/Manifest
===================================================================
--- trunk/overlays/proaudio/media-sound/amsynth/Manifest	                        (rev 0)
+++ trunk/overlays/proaudio/media-sound/amsynth/Manifest	2016-01-19 17:03:23 UTC (rev 2988)
@@ -0,0 +1,3 @@
+DIST amsynth-1.6.3.tar.gz 1351029 SHA256 95c0a9a4ba75ebdebc620b72b012b7bc962830a6fff294fdf6e2b1e739ece9b3 SHA512 ab24f032fa95d2a100e6946a7c09329c31aecbb6c0c52650b5cefcee5f22fc97f9a02ae6ce9d2850356f13667f6ceef18d46e1776c5255a894c4bd19b8ae8c93 WHIRLPOOL e45b19c2e0571530c091c13d8fbd74fb786b7934ad1ad4181a7e0f13ab004301fe189d9968741a669e936966eff2dfcb4cc72c121fcc2197f720ea4f6b961668
+EBUILD amsynth-1.6.3.ebuild 1099 SHA256 f78ae598c537993199dd5b88e565cbc981886307343993d7a556359388f331a1 SHA512 e6eac8b415744d52af56debf50b630f78be7f27126640d81aad6175e910e01741dc05f0532ccfde53c6fdf4087d8f121eaedbe047cf31c2970bc9738dd602d32 WHIRLPOOL 0b68c6a1716f3f4b030ff17cb2b3ae24fb635c36a3aa2a93b4d142f328057dffe6997732f91bf6c79a8090de192796aa604df6bfe56c29191c69e862cc044515
+MISC metadata.xml 246 SHA256 f32f31abe9dcc1f9a5dc9b6a36996d773abd006d92c13c4df48f8d7d1061060f SHA512 327022589c637a14219eb603a62050fbb93b980f4693960c0ac4117b6b483d9f0d9fe1366d8e18227b34373a399aef339f49c16df8ca57b9ec870568a4d394f4 WHIRLPOOL e55381a9a9fd1d0efbe87da1c3aa302efdcf4734827f56273faeb55b17361c529518fcf16ac0946102e26165e8eedba81ab0cd07c7b08ce6bad001e944e43a0f

Added: trunk/overlays/proaudio/media-sound/amsynth/amsynth-1.6.3.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/amsynth/amsynth-1.6.3.ebuild	                        (rev 0)
+++ trunk/overlays/proaudio/media-sound/amsynth/amsynth-1.6.3.ebuild	2016-01-19 17:03:23 UTC (rev 2988)
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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 )"
+
+DOCS="AUTHORS README"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_prepare() {
+	eautoreconf
+}
+
+src_configure() {
+	append-cxxflags -std=c++11
+	econf \
+		CFLAGS="" \
+		CXXFLAGS="${CXXFLAGS}" \
+		$(use_with oss) \
+		$(use_with alsa) \
+		$(use_with jack) \
+		$(use_with lash) \
+		$(use_with sndfile) \
+		$(use_with dssi)
+}

Added: trunk/overlays/proaudio/media-sound/amsynth/metadata.xml
===================================================================
--- trunk/overlays/proaudio/media-sound/amsynth/metadata.xml	                        (rev 0)
+++ trunk/overlays/proaudio/media-sound/amsynth/metadata.xml	2016-01-19 17:03:23 UTC (rev 2988)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+	<maintainer>
+		<email>proaudio@xxxxxxxxxxxxx</email>
+		<name>pro-audio overlay team</name>
+	</maintainer>
+</pkgmetadata>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/