Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6616 - new ebuild GWC, Gnome Wave Cleaner
Summary: new ebuild GWC, Gnome Wave Cleaner
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-16 19:55 UTC by Paul Thompson
Modified: 2007-05-18 02:29 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild media-sound/gwc/gwc-0.16.ebuild (gwc-0.16.ebuild,1.52 KB, text/plain)
2002-08-16 19:57 UTC, Paul Thompson
Details
gwc-0.16.ebuild (gwc-0.16.ebuild,1.54 KB, text/plain)
2002-09-17 07:32 UTC, Rigo
Details
gwc-0.19.10.ebuild (gwc-0.19.10.ebuild,1.30 KB, text/plain)
2003-12-18 12:32 UTC, Dirk Silkenbäumer
Details
gwc-0.20.09.ebuild (gwc-0.20.09.ebuild,1.64 KB, text/plain)
2005-01-10 22:03 UTC, Dean Baender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Thompson 2002-08-16 19:55:43 UTC
Gnome Wave Cleaner is supposed to remove hiss, pop, clicks, and the
like from audio wav's. Actually, if you give it a sample of a background
noise, it will try and remove it from the entire recording, using fft
techniques.

This ebuild was a pain, due to it not compiling the same in real life,
vs. in the emerge. (sandbox??) Hopefully I got it working right for
other people as well. Oh well, what have you got to lose?

Paul
Comment 1 Paul Thompson 2002-08-16 19:57:39 UTC
Created attachment 3146 [details]
new ebuild media-sound/gwc/gwc-0.16.ebuild
Comment 2 Paul Thompson 2002-08-16 20:05:23 UTC
Probably should change this line so:
( make part1 ; make part2 ; make part3 ) || die \
s/;/&&/g 
( make part1 && make part2 && make part3 ) || die \

Paul :(
Comment 3 Rigo 2002-09-17 07:32:51 UTC
Created attachment 3973 [details]
gwc-0.16.ebuild

Added dependency to fftw (configure complained about it ;-)


After that it worked for me:-D
Comment 4 foser (RETIRED) gentoo-dev 2003-05-16 12:48:49 UTC
hmm where is gwc to be found these days ? and is it still actively maintained ?
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-05-16 13:56:15 UTC
it is being actively maintained at gwc.sf.net. the latest release was just april 2003. the current ver is 0.19.3. 

Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-05-19 18:23:28 UTC
ok, i've tried the newest gwc 0.19.3 version and it just seg faults when i tried to fix a sample wave file. not very promising to me. i'm not too keen on putting this in until it stablises.
Comment 7 Mike Gardiner (RETIRED) gentoo-dev 2003-08-20 03:59:06 UTC
okay, things to fix on the ebuild please.

- Fix up URL/SRC_URI (sourceforge)
- Redundant deps are at least
audiofile
esound
imlib
glib
db
zlib
gtk+
xfree
(they're all depended on by gnome-libs)

- RDEPEND def is redundant
- S def is redundant
- missing IUSE def
- not 100% sure on your src_install( ) function, src_compile( ) looks ok
- fix up Copyright in header (copy skel.ebuild)

i think that's it
Comment 8 Paul Thompson 2003-08-20 21:13:31 UTC
please close or remove me from the CC of this bug, if possible.
I will not be persuing its inclusion.
Thanks;
Paul
Comment 9 Mike Gardiner (RETIRED) gentoo-dev 2003-08-20 21:55:00 UTC
okay, as of liquidx' reports on its (un)usability and the reporter wishing to ignore it, i'm going to close this. we're unlikely to seriously consider it at the moment. if it becomes a necessity later (unlikely), we can reopen.
Comment 10 Dirk Silkenbäumer 2003-12-18 12:32:57 UTC
Created attachment 22421 [details]
gwc-0.19.10.ebuild

I (re)wrote the ebuild for version 0.19-10.  The activity on Sourceforge is
rather high. Last development-version was released 27.09.2003. 
May be someone reopens this topic?

Dirk
Comment 11 José Romildo Malaquias 2004-03-07 04:28:12 UTC
I also would like to see this package in portage soon. The current version is already 0.20-02, released on 2004-03-06. According to James Tappin in http://www.tappin.me.uk/Linux/audio.html, gwc is the current "best-of-breed" for cleaning up sound files. And it is evolving quickly.

Please reopen this bug, and add the package to portage.
Comment 12 Dean Baender 2005-01-10 22:03:50 UTC
Created attachment 48163 [details]
gwc-0.20.09.ebuild

New ebuild for current version.
I tried to make this as easy to version-bump as possible, but it does still
muck with the underlying makefiles.
I should probably add comments to explain all the sed(1) junk.
Comment 13 Michael Kiermaier 2005-01-15 08:10:29 UTC
I did 2 slight changes to the ebuild. It works for me. I accidentaly attached the changed ebuild to bug 77544. The ebuild should go to portage as fast as possible.