Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lmms: ChangeLog lmms-0.4.10.ebuild
Date: Sun, 03 Apr 2011 15:14:49
Message-Id: 20110403151432.8623C20057@flycatcher.gentoo.org
1 aballier 11/04/03 15:14:32
2
3 Modified: ChangeLog
4 Added: lmms-0.4.10.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 media-sound/lmms/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 20 Mar 2011 20:10:10 -0000 1.19
24 +++ ChangeLog 3 Apr 2011 15:14:32 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/lmms
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.19 2011/03/20 20:10:10 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.20 2011/04/03 15:14:32 aballier Exp $
30 +
31 +*lmms-0.4.10 (03 Apr 2011)
32 +
33 + 03 Apr 2011; Alexis Ballier <aballier@g.o> +lmms-0.4.10.ebuild,
34 + +files/lmms-0.4.10-unembedfltk.patch:
35 + version bump
36
37 20 Mar 2011; Justin Lecher <jlec@g.o> lmms-0.4.9.ebuild,
38 lmms-0.4.9-r1.ebuild, lmms-0.4.9-r2.ebuild, lmms-0.4.9-r3.ebuild:
39
40
41
42 1.1 media-sound/lmms/lmms-0.4.10.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/lmms-0.4.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lmms/lmms-0.4.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lmms-0.4.10.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.10.ebuild,v 1.1 2011/04/03 15:14:32 aballier Exp $
52
53 EAPI="2"
54
55 inherit eutils cmake-utils
56
57 DESCRIPTION="Free alternative to popular programs such as Fruityloops, Cubase and Logic"
58 HOMEPAGE="http://lmms.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 IUSE="alsa debug fftw fluidsynth jack ogg portaudio pulseaudio sdl stk vst"
66
67 RDEPEND="x11-libs/qt-core:4
68 x11-libs/qt-gui:4[accessibility]
69 >=media-libs/libsndfile-1.0.11
70 >=media-libs/libsamplerate-0.1.7
71 x11-libs/libXinerama
72 alsa? ( media-libs/alsa-lib )
73 fftw? ( sci-libs/fftw:3.0 >=x11-libs/fltk-1.3.0_rc3:1 )
74 jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 )
75 ogg? ( media-libs/libvorbis
76 media-libs/libogg )
77 fluidsynth? ( media-sound/fluidsynth )
78 portaudio? ( >=media-libs/portaudio-19_pre )
79 pulseaudio? ( media-sound/pulseaudio )
80 sdl? ( media-libs/libsdl
81 >=media-libs/sdl-sound-1.0.1 )
82 stk? ( media-libs/stk )
83 vst? ( app-emulation/wine )"
84 DEPEND="${RDEPEND}
85 >=dev-util/cmake-2.4.5"
86 RDEPEND="${RDEPEND}
87 media-plugins/swh-plugins
88 media-plugins/caps-plugins
89 media-plugins/tap-plugins
90 media-libs/ladspa-cmt"
91
92 DOCS="README AUTHORS TODO"
93
94 PATCHES=( "${FILESDIR}/${P}-unembedfltk.patch" )
95
96 src_configure() {
97 mycmakeargs="${mycmakeargs}
98 -DWANT_SYSTEM_SR=TRUE
99 -DWANT_CAPS=FALSE
100 -DWANT_TAP=FALSE
101 -DWANT_SWH=FALSE
102 -DWANT_CMT=FALSE
103 -DWANT_CALF=TRUE
104 $(cmake-utils_use_want alsa ALSA)
105 $(cmake-utils_use_want fftw FFTW3F)
106 $(cmake-utils_use_want jack JACK)
107 $(cmake-utils_use_want ogg OGGVORBIS)
108 $(cmake-utils_use_want portaudio PORTAUDIO)
109 $(cmake-utils_use_want pulseaudio PULSEAUDIO)
110 $(cmake-utils_use_want sdl SDL)
111 $(cmake-utils_use_want stk STK)
112 $(cmake-utils_use_want vst VST)
113 $(cmake-utils_use_want fluidsynth SF2)"
114 cmake-utils_src_configure
115 }