Search Criteria
Package Details: gwc 0.22_06-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gwc.git (read-only, click to copy) |
---|---|
Package Base: | gwc |
Description: | Gtk Wave Cleaner is a digital audio editor to denoise, dehiss and amplify audio files |
Upstream URL: | http://gwc.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | gwc |
Provides: | gwc |
Submitter: | fenuks |
Maintainer: | fenuks |
Last Packager: | fenuks |
Votes: | 6 |
Popularity: | 0.075056 |
First Submitted: | 2016-01-04 17:34 (UTC) |
Last Updated: | 2023-02-17 21:39 (UTC) |
Dependencies (6)
- fftw
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libsndfile (libsndfile-gitAUR)
- make (make-gitAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – for mp3 export
- vorbis-tools (vorbis-tools-gitAUR) (optional) – for ogg export
Latest Comments
« First ‹ Previous 1 2
jlindgren commented on 2020-12-31 01:30 (UTC)
For GCC 10, add -fcommon to CFLAGS to get the build to succeed:
jazztickets commented on 2020-10-23 23:15 (UTC)
One problem with the PKGBUILD is it's referencing the wrong tarball. It should at least be coming from the release page on github, or from sourceforge. I'm not sure which one should be considered the source.
https://github.com/AlisterH/gwc/releases/download/0.22-04/gtk-wave-cleaner-0.22-04.tar.gz
OR
https://sourceforge.net/projects/gwc/files/gwc2/0.22-4/gtk-wave-cleaner-0.22-04.tar.gz/download
Then do the standard "./configure; make". However there are multiple problems with the code (mismatched preprocessor 'else', defining globals inside header files without 'extern', not using 'static' on variables inside c files)
After those are fixed, it works.
Tio commented on 2020-10-20 17:50 (UTC)
Error:
fenuks commented on 2020-07-13 20:00 (UTC) (edited on 2020-07-13 20:01 (UTC) by fenuks)
There is bug in gcc, or code is not compliant with newer standard. It builds for me with clang, you have to add CC=clang where make is invoked.
capoeira commented on 2020-07-12 23:12 (UTC)
error while constructing %!s(func() string=0x5583b2e29e80)
fenuks commented on 2019-02-05 22:49 (UTC)
@mwohah Could you please try new version?
machine.h
is part of gwc sources.Gert-dev commented on 2019-02-03 19:42 (UTC) (edited on 2019-02-03 19:42 (UTC) by Gert-dev)
I get an error pertaining to "machine.h" not being found.
I have no idea what package this header is supposed to belong to, but it should probably be listed as make dependency.
« First ‹ Previous 1 2