radhermit 14/10/09 03:31:01 Modified: ChangeLog Added: yoshimi-1.2.4.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.16 media-sound/yoshimi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 20 Jun 2014 07:14:10 -0000 1.15 +++ ChangeLog 9 Oct 2014 03:31:01 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/yoshimi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.15 2014/06/20 07:14:10 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.16 2014/10/09 03:31:01 radhermit Exp $ + +*yoshimi-1.2.4 (09 Oct 2014) + + 09 Oct 2014; Tim Harder <[email protected]> +yoshimi-1.2.4.ebuild: + Version bump. *yoshimi-1.2.1 (20 Jun 2014) 1.1 media-sound/yoshimi/yoshimi-1.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.4.ebuild?rev=1.1&content-type=text/plain Index: yoshimi-1.2.4.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.4.ebuild,v 1.1 2014/10/09 03:31:01 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="../Changelog" 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 }
