diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-01-09 14:05:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-01-09 14:05:24 +0000 |
commit | 90fa49a1e5fc8fab2a70d9a36737de458b0841c9 (patch) | |
tree | 74c53ff60c46451f011bc589c1da5e4539baf6d2 /media-sound/lmms | |
parent | Thanks to few_ and xarthisius for reviewing, remove pdf use flag, add || die ... (diff) | |
download | gentoo-2-90fa49a1e5fc8fab2a70d9a36737de458b0841c9.tar.gz gentoo-2-90fa49a1e5fc8fab2a70d9a36737de458b0841c9.tar.bz2 gentoo-2-90fa49a1e5fc8fab2a70d9a36737de458b0841c9.zip |
remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lmms')
-rw-r--r-- | media-sound/lmms/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/lmms/lmms-0.4.10.ebuild | 67 |
2 files changed, 5 insertions, 69 deletions
diff --git a/media-sound/lmms/ChangeLog b/media-sound/lmms/ChangeLog index bc1b2949610d..301216e0530f 100644 --- a/media-sound/lmms/ChangeLog +++ b/media-sound/lmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lmms -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.22 2011/08/07 11:55:31 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.23 2012/01/09 14:05:24 aballier Exp $ + + 09 Jan 2012; Alexis Ballier <aballier@gentoo.org> -lmms-0.4.10.ebuild: + remove old *lmms-0.4.12 (07 Aug 2011) diff --git a/media-sound/lmms/lmms-0.4.10.ebuild b/media-sound/lmms/lmms-0.4.10.ebuild deleted file mode 100644 index 8c34ef11c27b..000000000000 --- a/media-sound/lmms/lmms-0.4.10.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.10.ebuild,v 1.1 2011/04/03 15:14:32 aballier Exp $ - -EAPI="2" - -inherit eutils cmake-utils - -DESCRIPTION="Free alternative to popular programs such as Fruityloops, Cubase and Logic" -HOMEPAGE="http://lmms.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="alsa debug fftw fluidsynth jack ogg portaudio pulseaudio sdl stk vst" - -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4[accessibility] - >=media-libs/libsndfile-1.0.11 - >=media-libs/libsamplerate-0.1.7 - x11-libs/libXinerama - alsa? ( media-libs/alsa-lib ) - fftw? ( sci-libs/fftw:3.0 >=x11-libs/fltk-1.3.0_rc3:1 ) - 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-19_pre ) - 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" -RDEPEND="${RDEPEND} - media-plugins/swh-plugins - media-plugins/caps-plugins - media-plugins/tap-plugins - media-libs/ladspa-cmt" - -DOCS="README AUTHORS TODO" - -PATCHES=( "${FILESDIR}/${P}-unembedfltk.patch" ) - -src_configure() { - mycmakeargs="${mycmakeargs} - -DWANT_SYSTEM_SR=TRUE - -DWANT_CAPS=FALSE - -DWANT_TAP=FALSE - -DWANT_SWH=FALSE - -DWANT_CMT=FALSE - -DWANT_CALF=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_src_configure -} |