radhermit 14/05/03 09:10:38 Modified: ChangeLog Added: yoshimi-1.2.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.14 media-sound/yoshimi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 13 May 2013 07:30:17 -0000 1.13 +++ ChangeLog 3 May 2014 09:10:38 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/yoshimi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.13 2013/05/13 07:30:17 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.14 2014/05/03 09:10:38 radhermit Exp $ + +*yoshimi-1.2.0 (03 May 2014) + + 03 May 2014; Tim Harder <[email protected]> +yoshimi-1.2.0.ebuild: + Version bump. *yoshimi-1.1.0 (13 May 2013) 1.1 media-sound/yoshimi/yoshimi-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: yoshimi-1.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.0.ebuild,v 1.1 2014/05/03 09:10:38 radhermit Exp $ EAPI=5 inherit eutils cmake-utils DESCRIPTION="A software synthesizer based on ZynAddSubFX" HOMEPAGE="http://yoshimi.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-libs/mini-xml-2.5 >=media-libs/alsa-lib-1.0.17 media-libs/fontconfig media-libs/libsndfile >=media-sound/jack-audio-connection-kit-0.115.6 sci-libs/fftw:3.0 sys-libs/zlib x11-libs/cairo x11-libs/fltk:1[opengl]" DEPEND="${RDEPEND} dev-libs/boost virtual/pkgconfig" S=${WORKDIR}/${P}/src DOCS="../${PV}.notes" src_prepare() { sed -i \ -e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \ CMakeLists.txt || die EPATCH_OPTS="-d .." epatch "${FILESDIR}"/${PN}-1.1.0-desktop-version.patch }
