Package Details: rezound-qt-git 0.13.1beta.r46.g241d10f5-1

Git Clone URL: https://aur.archlinux.org/rezound-qt-git.git (read-only, click to copy)
Package Base: rezound-qt-git
Description: A graphical audio file editor (Qt git version)
Upstream URL: http://rezound.sourceforge.net/
Licenses: GPL
Conflicts: rezound, rezound-git, rezound-svn
Provides: rezound
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-08 12:15 (UTC)
Last Updated: 2026-01-28 09:05 (UTC)

Dependencies (30)

Required by (0)

Sources (3)

Latest Comments

Alister.Hood commented on 2026-01-28 07:00 (UTC) (edited on 2026-01-28 07:03 (UTC) by Alister.Hood)

==> Starting build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: rezound-qt-git-exit status 4

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

Please strip off the leading v from $pkgver, as required by the Arch Linux VCS/ Git packaging guidelines.

Regards and thanks for the package!

dreieck commented on 2023-08-16 18:07 (UTC)

A suggestion to make sure compilation options are set and not guessed:

  cmake -B $pkgname-build -S $_pkgname-qt \
    -DCMAKE_BUILD_TYPE='Release' \
    -DCMAKE_INSTALL_PREFIX='/usr' \
    -DBUILD_GMOCK=ON \
    -DENABLE_ALSA=ON \
    -DENABLE_JACK=ON \
    -DENABLE_LADSPA=ON \
    -DENABLE_OSS=ON \
    -DENABLE_PORTAUDIO=ON \
    -DENABLE_PULSE=ON \
    -DFETCHCONTENT_FULLY_DISCONNECTE=ON \
    -DFETCHCONTENT_QUIET=OFF \
    -DFETCHCONTENT_UPDATES_DISCONNECTED=ON \
    -DFETCHCONTENT_UPDATES_DISCONNECTED_GOOGLETEST=ON \
    -DINSTALL_GTEST=OFF

Regards!