radhermit 14/11/24 02:34:19 Modified: ChangeLog Added: yoshimi-1.2.5.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.17 media-sound/yoshimi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 9 Oct 2014 03:31:01 -0000 1.16 +++ ChangeLog 24 Nov 2014 02:34:19 -0000 1.17 @@ -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.16 2014/10/09 03:31:01 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/yoshimi/ChangeLog,v 1.17 2014/11/24 02:34:19 radhermit Exp $ + +*yoshimi-1.2.5 (24 Nov 2014) + + 24 Nov 2014; Tim Harder <[email protected]> +yoshimi-1.2.5.ebuild: + Version bump. *yoshimi-1.2.4 (09 Oct 2014) 1.1 media-sound/yoshimi/yoshimi-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/yoshimi/yoshimi-1.2.5.ebuild?rev=1.1&content-type=text/plain Index: yoshimi-1.2.5.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.5.ebuild,v 1.1 2014/11/24 02:34:19 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 }
