Package Details: sfxr-qt 1.5.1-2

Git Clone URL: https://aur.archlinux.org/sfxr-qt.git (read-only, click to copy)
Package Base: sfxr-qt
Description: Qt port of SFXR, a sound effect generator, to generate retro-gaming like sound effects
Upstream URL: https://github.com/agateau/sfxr-qt
Keywords: game music retro sfx sound-effects
Licenses: MIT
Submitter: clove3am
Maintainer: Mailaender
Last Packager: Mailaender
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-04 23:03 (UTC)
Last Updated: 2025-05-01 10:41 (UTC)

Latest Comments

cprn commented on 2025-04-28 00:02 (UTC) (edited on 2025-04-28 00:04 (UTC) by cprn)

It installs correctly, but:

❯ sfxr-qt
QQmlApplicationEngine failed to load component
qrc:/main.qml:4:1: module "QtQuick.Dialogs" is not installed

A quick search suggests it's an issue with how modules are loaded. The same happens with sfxr-qt-bin.

denilsonsa commented on 2023-06-07 00:28 (UTC)

Please add extra-cmake-modules to makedepends, otherwise it fails with:

CMake Error at CMakeLists.txt:23 (find_package):
  Could not find a package configuration file provided by "ECM" with any of
  the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.