Re: [proaudio] New ebuild: media-sound/kmidimon-0.5.0 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Hi
I get the following error.
CMake Error: Error in cmake code at
/usr/share/cmake/Modules/FindKDE3.cmake:201:
MESSAGE Could NOT find everything required for compiling KDE 3 programs
Current CMake
stack: /var/tmp/portage/kmidimon-0.5.0/work/kmidimon-0.5.0/CMakeLists.txt;/usr/share/cmake/Modules/CMakeCInformation.cmake;/usr/share/cmake/Modules/CMakeCXXInformation.cmake;/usr/share/cmake/Modules/FindKDE3.cmake
-- Configuring done
make: *** No targets specified and no makefile found. Stop.
!!! ERROR: media-sound/kmidimon-0.5.0 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
kmidimon-0.5.0.ebuild, line 26: Called die
!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.
!!! This ebuild is from an overlay:
'/usr/portage/local/layman/pro-audio'
On Fri, 2007-01-12 at 18:12 +0200, Jouni Rinne wrote:
> Kmidimon (http://kmetronome.sourceforge.net/kmidimon/) is a MIDI monitor for
> Linux using ALSA sequencer and KDE user interface.
>
> Excellent tool for debugging MIDI stuff, if you ask me...
>
> JR
>
> plain text document attachment (kmidimon-0.5.0.ebuild)
> # Copyright 1999-2006 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> # $Header: $
>
> IUSE=""
>
> DESCRIPTION="MIDI monitor using ALSA sequencer and KDE user interface."
> HOMEPAGE="http://kmetronome.sourceforge.net/kmidimon/"
> SRC_URI="mirror://sourceforge/kmetronome/${P}.tar.bz2"
>
> LICENSE="GPL-2"
> KEYWORDS="~x86"
> SLOT="0"
> RESTRICT="nomirror"
>
> RDEPEND=">=media-libs/alsa-lib-1.0
> kde-base/kdelibs"
>
> DEPEND="${RDEPEND}
> >=dev-util/cmake-2.4.2
> sys-devel/gettext
> dev-util/pkgconfig"
>
> src_compile() {
> cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`
> emake || die
> }
>
> src_install() {
> make DESTDIR="${D}" install || die
> dodoc AUTHORS ChangeLog
> }