Package Details: kmetronome 1.4.0-1

Git Clone URL: https://aur.archlinux.org/kmetronome.git (read-only, click to copy)
Package Base: kmetronome
Description: MIDI metronome with KDE interface and based on the ALSA sequencer
Upstream URL: http://sourceforge.net/projects/kmetronome/
Licenses: GPL
Submitter: None
Maintainer: t.sefzick
Last Packager: t.sefzick
Votes: 13
Popularity: 0.000000
First Submitted: 2008-05-17 17:26 (UTC)
Last Updated: 2023-12-26 14:44 (UTC)

Latest Comments

1 2 Next › Last »

dreieck commented on 2023-08-20 16:55 (UTC)

As explained here, please add
-DUSE_QT=6
to the cmake command line.

Otherwise kmetronome crashes with a segmentation fault (for me).

Regards and thanks for maintaining!

plcl commented on 2023-08-18 08:21 (UTC) (edited on 2023-08-20 08:05 (UTC) by plcl)

dreieck commented on 2023-08-16 18:50 (CEST) Fails to cmake for me with CMake Error ...

This happens because Drumstick was compiled with Qt6, and you are trying to build kmetronome with Qt5. You should add -DUSE_QT=6 to the cmake command arguments to avoid this kind of errors. There will be a better error message in drumstick 2.8.1 trying to detect this problem earlier in the build process.

But anyway, even if you also compile Drumstick with Qt5, you are probably getting a similar error from cmake, because you installed a package qt5-pbfimageplugin that is broken, and breaks every Qt5 build, because this CMake module is not compatible with Qt >= 5.14

dreieck commented on 2023-08-16 16:50 (UTC)

Fails to cmake for me with CMake Error at /usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake:4 (_populate_Gui_plugin_properties)::

==> Starting build()...
-- The CXX compiler identification is GNU 13.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Qt version: 5.15.10
CMake Error at /usr/lib/cmake/Qt5Gui/Qt5Gui_QPbfPlugin.cmake:4 (_populate_Gui_plugin_properties):
  _populate_Gui_plugin_properties Macro invoked with incorrect arguments for
  macro named: _populate_Gui_plugin_properties
Call Stack (most recent call first):
  /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake:240 (include)
  /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package)
  CMakeLists.txt:54 (find_package)


-- Found ALSA: /usr/lib/libasound.so (found version "1.2.9") 
-- Found Drumstick version: 2.8.0
-- kmetronome v1.3.1
    install prefix: /usr
    Build configuration: Release
    Processor: x86_64
    Qt: 5.15.10
    Drumstick: 2.8.0
    Embed translations: OFF
    Build docs: ON
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

Regards!

tolumak commented on 2023-01-24 19:24 (UTC)

hello, please add qt6-tools as build dependency (for QT6 Linguist Tool). Thanks

zoe commented on 2018-09-18 10:02 (UTC)

I removed kdelibs and phonon-qt4 as dependencies. And I disowned this package, as I do not need it anymore.

salinasv commented on 2018-09-09 06:14 (UTC)

With 1.0.0 you can remove kdelibs and phonon-qt4 from the dependency list.

They are not needed anymore and kdelibs depends on polkit-qt4 which doesn't exist on AUR anymore.

<deleted-account> commented on 2017-06-25 00:03 (UTC)

Please add makedepends=('cmake')

zoe commented on 2014-05-25 08:33 (UTC)

Adopted package. Updated package from 0.10.0 to 0.10.1

mrbit commented on 2012-08-20 13:46 (UTC)

strange, now works..

elvisfox commented on 2012-08-20 13:11 (UTC)

Compiles and installs flawlessly for me.