aballier    15/07/20 08:50:29

  Modified:             ChangeLog
  Added:                zynaddsubfx-2.5.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.48                 media-sound/zynaddsubfx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   17 Mar 2015 11:29:36 -0000      1.47
+++ ChangeLog   20 Jul 2015 08:50:29 -0000      1.48
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/zynaddsubfx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.47 
2015/03/17 11:29:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.48 
2015/07/20 08:50:29 aballier Exp $
+
+*zynaddsubfx-2.5.1 (20 Jul 2015)
+
+  20 Jul 2015; Alexis Ballier <[email protected]> +zynaddsubfx-2.5.1.ebuild:
+  version bump
 
 *zynaddsubfx-2.5.0 (17 Mar 2015)
 



1.1                  media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.5.1.ebuild?rev=1.1&content-type=text/plain

Index: zynaddsubfx-2.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/zynaddsubfx/zynaddsubfx-2.5.1.ebuild,v 1.1 
2015/07/20 08:50:29 aballier Exp $

EAPI=5

inherit eutils cmake-utils flag-o-matic

DESCRIPTION="ZynAddSubFX is an opensource software synthesizer"
HOMEPAGE="http://zynaddsubfx.sourceforge.net/";
SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa +fltk jack lash"

RDEPEND=">=dev-libs/mini-xml-2.2.1
        sci-libs/fftw:3.0
        alsa? ( media-libs/alsa-lib )
        fltk? ( >=x11-libs/fltk-1.3:1 )
        jack? ( media-sound/jack-audio-connection-kit )
        lash? ( media-sound/lash )"
#       portaudio? ( media-libs/portaudio )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"
# Upstream uses the following preferences: alsa > jack > portaudio
# At least one of them must be enabled
# We do not support portaudio, so if alsa is disabled force jack.
REQUIRED_USE="!alsa? ( jack )"

PATCHES=(
        "${FILESDIR}"/${PN}-2.5.0-docs.patch
)

DOCS="ChangeLog FAQ.txt HISTORY.txt README.adoc bugs.txt"

src_configure() {
        append-cxxflags "-std=c++11"
        use lash || sed -i -e 's/lash-1.0/lash_disabled/' 
"${S}"/src/CMakeLists.txt
        mycmakeargs=(
                `use fltk && echo "-DGuiModule=fltk" || echo "-DGuiModule=off"`
                `use alsa && echo "-DOutputModule=alsa" || echo 
"-DOutputModule=jack"`
                `use alsa && echo "-DAlsaMidiOutput=TRUE" || echo 
"-DAlsaMidiOutput=FALSE"`
                `use jack && echo "-DJackOutput=TRUE" || echo 
"-DJackOutput=FALSE"`
        )
        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install
        insinto /usr/share/${PN}
        doins -r "${S}"/instruments/*
}




Reply via email to