Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123390 - Oreka-0.5 VoIP call recorder ebuilds
Summary: Oreka-0.5 VoIP call recorder ebuilds
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://oreka.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-19 07:26 UTC by Mike Auty (RETIRED)
Modified: 2013-07-06 13:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---
dastergon: Bugday+


Attachments
oreka-0.5.ebuild (oreka-0.5.ebuild,903 bytes, text/plain)
2006-02-19 07:27 UTC, Mike Auty (RETIRED)
Details
oreka-0.5-orkaudioconf-location.patch (oreka-0.5-orkaudioconf-location.patch,757 bytes, patch)
2006-02-19 07:29 UTC, Mike Auty (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Auty (RETIRED) gentoo-dev 2006-02-19 07:26:54 UTC
Hi

I recently discoverd oreka, a VoIP call recording program, for large call systems using asterisk (or any SIP/RTP based VoIP system) that allows for the recording and management of all calls.

I've developed some ebuilds for it.  The dependencies are based on the author's recommendations and all appear to work.  The ebuilds only create the base system, not the java/web front-ends.  Also, some autotools jiggery-pokery, and some horrible use of LDFLAGS in the middle of the ebuild were used to get it all to compile, which may need fixing up.

The author is very approachable and seems keen on getting oreka into gentoo, so if you have any questions, or helpful comments (for instance on autotools usage, etc) please do contact him.

I'll try to post updated ebuilds when they appear, but I do not propose to maintain this package full time, unfortunately...

Let me know if there's anything else I should mention/add, or can do to make things easier.  Thanks, attachments to follow...

Mike  5:)
Comment 1 Mike Auty (RETIRED) gentoo-dev 2006-02-19 07:27:55 UTC
Created attachment 80180 [details]
oreka-0.5.ebuild

Initial attempt at an ebuild for oreka-0.5.
Comment 2 Mike Auty (RETIRED) gentoo-dev 2006-02-19 07:29:07 UTC
Created attachment 80181 [details, diff]
oreka-0.5-orkaudioconf-location.patch

Patch to ensure that files aren't written to /etc/orkaudio during Install phase.  Autotools ought to ensure they're installed in the right place, but using ${DESTDIR} rather than just a direct write to the fixed location.