Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63554 - tcpsound-0.2.3.ebuild (New Package)
Summary: tcpsound-0.2.3.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.ioplex.com/~miallen/tcpsound/
Whiteboard:
Keywords: EBUILD
Depends on: 63546
Blocks:
  Show dependency tree
 
Reported: 2004-09-10 07:52 UTC by Daniel Willmann
Modified: 2006-10-08 09:10 UTC (History)
2 users (show)

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


Attachments
The tcpsound-0.2.3.ebuild (tcpsound-0.2.3.ebuild,680 bytes, text/plain)
2004-09-10 07:54 UTC, Daniel Willmann
Details
The patch to update the sound path to /usr/share/tcpsound (tcpsound_fix_sound_path.patch,1.44 KB, patch)
2004-09-10 07:55 UTC, Daniel Willmann
Details | Diff
New ebuild uses sed instead of patching the sources (tcpsound-0.2.3.ebuild,873 bytes, text/plain)
2004-10-14 04:46 UTC, Daniel Willmann
Details
New version 0.3.0 is out (tcpsound-0.3.0.ebuild,806 bytes, text/plain)
2005-06-28 05:45 UTC, Daniel Willmann
Details
ebuild for new version 0.3.1 (tcpsound-0.3.1.ebuild,827 bytes, text/plain)
2005-10-12 17:32 UTC, Daniel Willmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Willmann 2004-09-10 07:52:13 UTC
Hi!

Attached is the ebuild for tcpsound 0.2.3 and a patch that installst the soundfiles in /usr/shar/tcpsound instead of /usr/share/sounds. It just felt better that way but feel free to not include that patch if you disagree.

tcpsound lets you listen to your network playing different sounds for different protocols. It is configurable so you can add new sounds for new protocols if you want to.
It depends on libmba >=0.8.9 (ebuild already submitted) as well as tcpdump and libsdl. I just put my versions of tcpdump and libsdl as requirement since they work for me.

Greetings,
Daniel
Comment 1 Daniel Willmann 2004-09-10 07:54:39 UTC
Created attachment 39317 [details]
The tcpsound-0.2.3.ebuild

Oh and I would pick net-analyzer as group.
Comment 2 Daniel Willmann 2004-09-10 07:55:51 UTC
Created attachment 39318 [details, diff]
The patch to update the sound path to /usr/share/tcpsound
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2004-10-13 21:59:27 UTC
It's better to do a sed than a patch in this case.
Can you modify the ebuild to do that?
Comment 4 Daniel Willmann 2004-10-14 04:46:01 UTC
Created attachment 41797 [details]
New ebuild uses sed instead of patching the sources

I wasn't sure how to do this correctly. dosed only seems to work in ${S} and
sed -i was used in other ebuilds.
Comment 5 Daniel Willmann 2005-02-15 18:43:57 UTC
Anything else I have to do before this can get into portage?
Comment 6 Daniel Willmann 2005-06-28 05:45:40 UTC
Created attachment 62141 [details]
New version 0.3.0 is out
Comment 7 Daniel Willmann 2005-10-12 17:32:04 UTC
Created attachment 70517 [details]
ebuild for new version 0.3.1

Also removed dodoc LICENSE as stated in
http://dev.gentoo.org/~ciaranm/docs/mw-faq/docfiles.txt
Comment 8 Markus Ullmann (RETIRED) gentoo-dev 2006-10-08 09:10:20 UTC
Fixed in CVS now, thanks for providing an ebuild