polynomial-c    15/07/28 16:13:32

  Modified:             ChangeLog
  Added:                linuxsampler-2.0.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  Changes    Path
1.19                 media-sound/linuxsampler/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   22 Mar 2015 15:17:44 -0000      1.18
+++ ChangeLog   28 Jul 2015 16:13:32 -0000      1.19
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/linuxsampler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v 1.18 
2015/03/22 15:17:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v 1.19 
2015/07/28 16:13:32 polynomial-c Exp $
+
+*linuxsampler-2.0.0 (28 Jul 2015)
+
+  28 Jul 2015; Lars Wendler <[email protected]>
+  +linuxsampler-2.0.0.ebuild:
+  Version bump.
 
   22 Mar 2015; Manuel RĂ¼ger <[email protected]> -linuxsampler-1.0.0.ebuild:
   Remove old revision.



1.1                  media-sound/linuxsampler/linuxsampler-2.0.0.ebuild

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

Index: linuxsampler-2.0.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/linuxsampler/linuxsampler-2.0.0.ebuild,v 
1.1 2015/07/28 16:13:32 polynomial-c Exp $

EAPI=5

inherit eutils

DESCRIPTION="LinuxSampler is a software audio sampler engine with professional 
grade features"
HOMEPAGE="http://www.linuxsampler.org/";
SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc jack sqlite static-libs"

RDEPEND="sqlite? ( >=dev-db/sqlite-3.3 )
        >=media-libs/libgig-4.0.0
        media-libs/alsa-lib
        jack? ( media-sound/jack-audio-connection-kit )"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( app-doc/doxygen )"

src_configure() {
        econf --enable-alsa-driver \
                --disable-arts-driver \
                $(use_enable jack jack-driver) \
                $(use_enable sqlite instruments-db) \
                $(use_enable static-libs static)
}

src_compile() {
        emake
        if use doc; then
                emake docs
        fi
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog NEWS README

        if use doc; then
                dohtml -r doc/html/*
        fi

        prune_libtool_files
}




Reply via email to