public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/linuxsampler: linuxsampler-1.0.0.ebuild ChangeLog
@ 2009-12-12 19:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-12-12 19:11 UTC (permalink / raw
  To: gentoo-commits

aballier    09/12/12 19:11:30

  Modified:             ChangeLog
  Added:                linuxsampler-1.0.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc58/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-sound/linuxsampler/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/linuxsampler/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/linuxsampler/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/linuxsampler/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	19 Dec 2008 14:32:27 -0000	1.13
+++ ChangeLog	12 Dec 2009 19:11:30 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/linuxsampler
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v 1.13 2008/12/19 14:32:27 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/ChangeLog,v 1.14 2009/12/12 19:11:30 aballier Exp $
+
+*linuxsampler-1.0.0 (12 Dec 2009)
+
+  12 Dec 2009; Alexis Ballier <aballier@gentoo.org>
+  +linuxsampler-1.0.0.ebuild:
+  version bump
 
   19 Dec 2008; Alexis Ballier <aballier@gentoo.org>
   linuxsampler-0.5.1.ebuild:



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

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

Index: linuxsampler-1.0.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/linuxsampler/linuxsampler-1.0.0.ebuild,v 1.1 2009/12/12 19:11:30 aballier Exp $

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"

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

src_compile() {
	econf --enable-alsa-driver \
		--disable-arts-driver \
		$(use_enable jack jack-driver) \
		$(use_enable sqlite instruments-db)
	emake || die "emake failed."

	if use doc; then
		emake docs || die "emake docs failed."
	fi
}

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

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-12 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-12 19:11 [gentoo-commits] gentoo-x86 commit in media-sound/linuxsampler: linuxsampler-1.0.0.ebuild ChangeLog Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox