Package Details: freqtweak-git r15.d420533-3

Git Clone URL: https://aur.archlinux.org/freqtweak-git.git (read-only, click to copy)
Package Base: freqtweak-git
Description: Audio Effect Processor and Spectrum Analyzer
Upstream URL: https://github.com/essej/freqtweak
Conflicts: freqtweak
Provides: freqtweak
Submitter: Terence
Maintainer: Terence
Last Packager: Terence
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-22 13:06 (UTC)
Last Updated: 2024-08-25 14:50 (UTC)

Latest Comments

Terence commented on 2024-08-28 19:44 (UTC)

Hello, thanks for your detailed comment. It should be fixed now.

FabioLolix commented on 2024-08-24 20:32 (UTC)

Hello,

  • provides=(freqtweak) is missing
  • git is missing as makedepends
==> Validating source files with sha256sums...
    freqtweak-git ... Skipped
==> ERROR: Cannot find the git package needed to handle git sources.
checking for wxgtk2-2.5-config... no
checking for wxgtk2-2.4-config... no
checking for wxgtk-2.4-config... no
checking for wx-config... no
configure: error: "Could not find any wx-config scripts: is wxWindows installed?"
==> ERROR: A failure occurred in build().

Then it fails to build with 2 errors

FTactiveBarGraph.cpp:1174:9: error: 'wxRasterOperationMode' was not declared in this scope
 1174 |         wxRasterOperationMode origfunc = dc.GetLogicalFunction();
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/wx-2.8/wx/gtk/window.h: In member function 'void wxArrayGdkWindows::Remove(_wxArraywxArrayGdkWindows)':

[...]

FTactiveBarGraph.cpp:1188:31: error: 'origfunc' was not declared in this scope
 1188 |         dc.SetLogicalFunction(origfunc);
      |                               ^~~~~~~~

Terence commented on 2020-08-02 20:47 (UTC)

Thanks @peterfab9845, done.

peterfab9845 commented on 2020-08-02 04:06 (UTC)

Pretty minor, but you might want to add conflicts=('freqtweak') to the PKGBUILD.