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.073555 |
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
1 2 Next › Last »
catzero commented on 2025-01-14 05:02 (UTC)
I figured out a way to build this (dirty but it works): There are three patches for this package in the Fedora project, which can be snatched from the source rpm. The patches are credited to a "Yann Collette" These are the patches that have to be applied to the sources: gwc-0001-fix-implicite-declaration.patch gwc-0002-fix-makefile.patch gwc-0003-fix-initialization.patch
Also, configure needs CLFAGS="-Wno-incompatible-pointer-types"
catzero commented on 2025-01-13 01:27 (UTC)
Replying to Alister comments, I think I see the pull request you are referring to (three files in meschach). It still doesn't build. I'm just emailing the result to you.
Alister.Hood commented on 2025-01-12 21:17 (UTC) (edited on 2025-01-12 21:20 (UTC) by Alister.Hood)
Hi guys, I don't have an active Arch install at the moment, but I accepted a pull request last week that fixed build issues in the meschach source.
Not sure if it was from an Arch user, so before I make a new release, can someone confirm that it fixes the build on Arch? Thanks.
Also, re this:
make || make # fixes problem with missing generated machine.h
The alternative would have been to use
make -j1
catzero commented on 2025-01-12 01:32 (UTC)
This package does not build at this time, at least not on my current Arch system.
Alister.Hood commented on 2021-05-24 08:37 (UTC) (edited on 2021-05-24 08:38 (UTC) by Alister.Hood)
For the record, I see that jlindren's comment to add
CFLAGS=-fcommon
was an alternative toLDFLAGS = -Xlinker --allow-multiple-definition
, and another option might be--warn-common
. In any case, it is fixed in git, so I guess I should make a new release soon.fenuks commented on 2021-05-23 21:31 (UTC)
@Alister.Hood No problem, I forgot myself to make update I've promised.
LDFLAGS is needed to compile with gcc 11.1.0. There also seem to be an issue with machine.h file, it is missing at first attempt to build, as workaround I run make again after first failure.
Alister.Hood commented on 2021-05-21 08:25 (UTC)
Hi, sorry for the late reply, I mustn't have enabled notifications. It would be great if you could make those changes, thanks.
Unfortunately I don't have frequent access to Arch - I'd say someone who does is better-equipped to maintain. Development of gwc is very infrequent, so changes are most likely to be required if there are new compiler errors due to upgrades of other things in Arch.
I've just had a report of compile errors about multiple definitions with recent versions of gcc. Do you get these errors in Arch? The workaround is to use LDFLAGS = -Xlinker --allow-multiple-definition
fenuks commented on 2021-01-24 12:35 (UTC)
@Alister.Hood Thank you for your suggestions. I will update PKGBUILD, unless you want to carry over its maintenance? You are better-equipped to do so, since you are also an author of the program. ;)
Alister.Hood commented on 2021-01-24 05:46 (UTC)
Yes, then autoreconf shouldn't be required in the PKGBUILD. The files at both sources are identical. I'd say go with sourceforge since the website is still there.
In the OPTDEPENDS I'd suggest changing "ogg support" and "mp3 support" to "ogg export" and "mp3 export", so people don't feel let down when they find the support is only for export.
1 2 Next › Last »