mgorny      14/05/03 09:44:12

  Modified:             ChangeLog
  Added:                fluidsynth-1.1.6-r1.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.78                 media-sound/fluidsynth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   27 Dec 2012 08:17:26 -0000      1.77
+++ ChangeLog   3 May 2014 09:44:11 -0000       1.78
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/fluidsynth
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.77 
2012/12/27 08:17:26 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.78 
2014/05/03 09:44:11 mgorny Exp $
+
+*fluidsynth-1.1.6-r1 (03 May 2014)
+
+  03 May 2014; Michał Górny <mgo...@gentoo.org> +fluidsynth-1.1.6-r1.ebuild:
+  Enable multilib support.
 
   27 Dec 2012; Raúl Porcel <armi...@gentoo.org> fluidsynth-1.1.6.ebuild:
   alpha/sparc stable wrt #444388



1.1                  media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild

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

Index: fluidsynth-1.1.6-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.1 
2014/05/03 09:44:11 mgorny Exp $

EAPI=5
inherit cmake-multilib flag-o-matic

DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the 
Soundfont 2 specifications."
HOMEPAGE="http://www.fluidsynth.org/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline 
sndfile"

RDEPEND=">=dev-libs/glib-2.6.5:2[${MULTILIB_USEDEP}]
        alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}]
                lash? ( >=media-sound/lash-0.5[${MULTILIB_USEDEP}] ) )
        dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )
        jack? ( media-sound/jack-audio-connection-kit[${MULTILIB_USEDEP}] )
        ladspa? ( >=media-libs/ladspa-sdk-1.12[${MULTILIB_USEDEP}]
                >=media-libs/ladspa-cmt-1.15[${MULTILIB_USEDEP}] )
        pulseaudio? ( >=media-sound/pulseaudio-0.9.8[${MULTILIB_USEDEP}] )
        portaudio? ( >=media-libs/portaudio-19_pre[${MULTILIB_USEDEP}] )
        readline? ( sys-libs/readline[${MULTILIB_USEDEP}] )
        sndfile? ( >=media-libs/libsndfile-1.0.18[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
        virtual/pkgconfig[${MULTILIB_USEDEP}]"

src_configure() {
        # autotools based build system has AC_CHECK_LIB(pthread, 
pthread_create) wrt
        # bug #436762
        append-flags -pthread

        mycmakeargs=(
                $(cmake-utils_use alsa enable-alsa)
                $(cmake-utils_use dbus enable-dbus)
                $(cmake-utils_use debug enable-debug)
                $(cmake-utils_use jack enable-jack)
                -Denable-ladcca=OFF
                $(cmake-utils_use ladspa enable-ladspa)
                $(cmake-utils_use sndfile enable-libsndfile)
                $(cmake-utils_use portaudio enable-portaudio)
                $(cmake-utils_use pulseaudio enable-pulseaudio)
                $(cmake-utils_use readline enable-readline)
                )

        if use alsa; then
                mycmakeargs+=( $(cmake-utils_use lash enable-lash) )
        else
                mycmakeargs+=( -Denable-lash=OFF )
        fi

        cmake-multilib_src_configure
}

src_install() {
        cmake-multilib_src_install

        dodoc AUTHORS NEWS README THANKS TODO doc/*.txt

        docinto pdf
        dodoc doc/*.pdf

        if use examples; then
                docinto examples
                dodoc doc/*.c
        fi
}




Reply via email to