polynomial-c 15/07/27 14:46:51 Modified: ChangeLog Added: amsynth-1.5.1.ebuild Removed: amsynth-1.2.3-r1.ebuild Log: Version bump. Removed old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.49 media-sound/amsynth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 10 Aug 2014 21:03:44 -0000 1.48 +++ ChangeLog 27 Jul 2015 14:46:51 -0000 1.49 @@ -1,6 +1,12 @@ # ChangeLog for media-sound/amsynth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.48 2014/08/10 21:03:44 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.49 2015/07/27 14:46:51 polynomial-c Exp $ + +*amsynth-1.5.1 (27 Jul 2015) + + 27 Jul 2015; Lars Wendler <[email protected]> -amsynth-1.2.3-r1.ebuild, + +amsynth-1.5.1.ebuild: + Version bump. Removed old. 10 Aug 2014; Sergei Trofimovich <[email protected]> amsynth-1.2.3-r1.ebuild, amsynth-1.3.2.ebuild: 1.1 media-sound/amsynth/amsynth-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild?rev=1.1&content-type=text/plain Index: amsynth-1.5.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.5.1.ebuild,v 1.1 2015/07/27 14:46:51 polynomial-c Exp $ EAPI=5 inherit autotools 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() { econf \ CFLAGS="" \ CXXFLAGS="${CXXFLAGS}" \ $(use_with oss) \ $(use_with alsa) \ $(use_with jack) \ $(use_with lash) \ $(use_with sndfile) \ $(use_with dssi) }
