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

aballier    09/03/13 11:55:00

  Modified:             ChangeLog
  Added:                qtractor-0.4.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-sound/qtractor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Jan 2009 15:54:38 -0000	1.15
+++ ChangeLog	13 Mar 2009 11:55:00 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qtractor
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.15 2009/01/02 15:54:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.16 2009/03/13 11:55:00 aballier Exp $
+
+*qtractor-0.4.0 (13 Mar 2009)
+
+  13 Mar 2009; Alexis Ballier <aballier@gentoo.org> +qtractor-0.4.0.ebuild:
+  version bump
 
 *qtractor-0.3.0 (02 Jan 2009)
 



1.1                  media-sound/qtractor/qtractor-0.4.0.ebuild

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

Index: qtractor-0.4.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/qtractor/qtractor-0.4.0.ebuild,v 1.1 2009/03/13 11:55:00 aballier Exp $

EAPI=2

inherit eutils qt4

DESCRIPTION="Qtractor is an Audio/MIDI multi-track sequencer."
HOMEPAGE="http://qtractor.sourceforge.net/"
SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="debug dssi libsamplerate mad osc rubberband vorbis sse"

RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui )
			=x11-libs/qt-4.3*:4 )
	media-libs/alsa-lib[midi]
	media-libs/libsndfile
	media-sound/jack-audio-connection-kit
	media-libs/ladspa-sdk
	dssi? ( media-libs/dssi )
	mad? ( media-libs/libmad )
	libsamplerate? ( media-libs/libsamplerate )
	osc? ( media-libs/liblo )
	rubberband? ( media-libs/rubberband )
	vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}"

src_configure() {
	econf \
		$(use_enable mad libmad) \
		$(use_enable libsamplerate) \
		$(use_enable vorbis libvorbis) \
		$(use_enable osc liblo) \
		--enable-ladspa \
		$(use_enable dssi) \
		$(use_enable rubberband librubberband) \
		$(use_enable sse) \
		$(use_enable debug) \
		|| die "econf failed"
	eqmake4 qtractor.pro -o qtractor.mak
}

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






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

only message in thread, other threads:[~2009-03-13 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 11:55 [gentoo-commits] gentoo-x86 commit in media-sound/qtractor: ChangeLog qtractor-0.4.0.ebuild 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