aballier 15/03/18 11:58:28 Modified: ChangeLog Added: aeolus-0.9.0.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.10 media-sound/aeolus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aeolus/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 18 Mar 2015 10:01:28 -0000 1.9 +++ ChangeLog 18 Mar 2015 11:58:28 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/aeolus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.9 2015/03/18 10:01:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.10 2015/03/18 11:58:28 aballier Exp $ + +*aeolus-0.9.0 (18 Mar 2015) + + 18 Mar 2015; Alexis Ballier <[email protected]> +aeolus-0.9.0.ebuild: + version bump 18 Mar 2015; Alexis Ballier <[email protected]> -aeolus-0.8.2.ebuild: remove old 1.1 media-sound/aeolus/aeolus-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aeolus/aeolus-0.9.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/aeolus/aeolus-0.9.0.ebuild?rev=1.1&content-type=text/plain Index: aeolus-0.9.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/aeolus-0.9.0.ebuild,v 1.1 2015/03/18 11:58:28 aballier Exp $ EAPI=5 inherit versionator toolchain-funcs multilib flag-o-matic MY_P=${PN}-$(replace_version_separator 3 '-') DESCRIPTION="A synthesised pipe organ emulator" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=" media-libs/zita-alsa-pcmi >=media-libs/libclthreads-2.4.0 >=media-libs/libclxclient-3.6.1 x11-libs/libXft x11-libs/libX11 >=media-sound/jack-audio-connection-kit-0.109.2 media-libs/alsa-lib sys-libs/readline:0" RDEPEND="${DEPEND} media-libs/stops" S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)/source src_compile() { tc-export CXX append-cppflags $($(tc-getPKG_CONFIG) --cflags xft) sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS" sed -i -e "s:ldconfig:true:" Makefile || die "Failed to remove ldconfig call" sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler" sed -i -e "s/-lXft/`$(tc-getPKG_CONFIG) --libs xft`/" Makefile || die emake PREFIX="/usr" LIBDIR=$(get_libdir) } src_install() { emake PREFIX="${D}/usr" install dodoc ../README ../AUTHORS echo "-S /usr/share/stops" > "${T}/aeolus.conf" insinto /etc doins "${T}/aeolus.conf" }
