Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Alexis Ballier (aballier)" <aballier@g.o>
Subject: gentoo-x86 commit in media-sound/lmms: ChangeLog lmms-0.4.0_rc2.ebuild
Date: Tue, 23 Sep 2008 21:00:59 +0000
aballier    08/09/23 21:00:59

  Modified:             ChangeLog
  Added:                lmms-0.4.0_rc2.ebuild
  Log:
  Version bump by Paul Giblock <drfaygo@...>, bug #238247.
  (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.2                  media-sound/lmms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	17 Sep 2008 07:39:44 -0000	1.1
+++ ChangeLog	23 Sep 2008 21:00:59 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lmms
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.1 2008/09/17 07:39:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.2 2008/09/23 21:00:59 aballier Exp $
+
+*lmms-0.4.0_rc2 (23 Sep 2008)
+
+  23 Sep 2008; Alexis Ballier <aballier@g.o> +lmms-0.4.0_rc2.ebuild:
+  Version bump by Paul Giblock <drfaygo@...>, bug #238247.
 
 *lmms-0.4.0_beta2 (17 Sep 2008)
 



1.1                  media-sound/lmms/lmms-0.4.0_rc2.ebuild

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

Index: lmms-0.4.0_rc2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild,v 1.1 2008/09/23 21:00:59 aballier Exp $

EAPI="1"

inherit eutils cmake-utils

MY_P="${P/_/-}"

DESCRIPTION="free alternative to popular programs such as Fruityloops, Cubase and Logic"
HOMEPAGE="http://lmms.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"

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

IUSE="alsa debug fftw fluidsynth jack ogg pch portaudio pulseaudio sdl stk vst"

RDEPEND="|| ( (
				x11-libs/qt-core
				x11-libs/qt-gui
			) >=x11-libs/qt-4.3.0:4 )
	>=media-libs/libsndfile-1.0.11
	media-libs/libsamplerate
	alsa? ( media-libs/alsa-lib )
	fftw? ( =sci-libs/fftw-3* )
	jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 )
	ogg? ( media-libs/libvorbis
			media-libs/libogg )
	fluidsynth? ( media-sound/fluidsynth )
	portaudio? ( media-libs/portaudio )
	pulseaudio? ( media-sound/pulseaudio )
	sdl? ( media-libs/libsdl
			>=media-libs/sdl-sound-1.0.1 )
	stk? ( media-libs/stk )
	vst? ( app-emulation/wine )"
DEPEND="${RDEPEND}
	>=dev-util/cmake-2.4.5"

S="${WORKDIR}/${MY_P}"

DOCS="README AUTHORS ChangeLog TODO"

src_compile() {
	mycmakeargs="${mycmakeargs}
		-DWANT_SYSTEM_SR=TRUE
		-DWANT_CAPS=TRUE
		-DWANT_TAP=TRUE
		$(cmake-utils_use_want alsa ALSA)
		$(cmake-utils_use_want fftw FFTW3F)
		$(cmake-utils_use_want jack JACK)
		$(cmake-utils_use_want ogg OGGVORBIS)
		$(cmake-utils_use_want portaudio PORTAUDIO)
		$(cmake-utils_use_want pulseaudio PULSEAUDIO)
		$(cmake-utils_use_want sdl SDL)
		$(cmake-utils_use_want stk STK)
		$(cmake-utils_use_want vst VST)
		$(cmake-utils_use_want fluidsynth SF2)
		$(cmake-utils_use_want pch PCH)"

	cmake-utils_src_compile
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-21.4-r17.ebuild emacs-21.4-r15.ebuild emacs-22.3.ebuild emacs-22.2-r3.ebuild
Next by thread:
gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.9999.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in dev-tex/dvi2tty: dvi2tty-5.3.1.ebuild ChangeLog
Next by date:
gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.9999.ebuild ChangeLog


Updated Oct 21, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.