skype-call-recorder-0.8

Published: 26.12.2009

Tool for recording Skype calls to MP3/Ogg/WAV files.

Project homepage: Skype Call Recorder

This is ebuild for a simple skype call recording program. You can record skype call to MP3, Ogg or Wave file. The needed converters are pulled as dependencies.

The ebuild is taken from this bug report.

To use this ebuild run following commands in terminal:

echo "=media-sound/skype-call-recorder-0.8" >> /etc/portage/package.keywords
emerge -av =media-sound/skype-call-recorder-0.8

View the source of the ebuild
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. EAPI="2"
  6.  
  7. inherit cmake-utils
  8.  
  9. DESCRIPTION="Records Skype calls to MP3/Ogg/WAV files"
  10. HOMEPAGE="http://atdot.ch/scr/"
  11. SRC_URI="http://atdot.ch/scr/files/${PV}/${P}.tar.gz"
  12.  
  13. LICENSE="|| ( GPL-2 GPL-3 )"
  14. KEYWORDS="~amd64 ~x86"
  15. SLOT="0"
  16. IUSE="debug"
  17.  
  18. RESTRICT="strip"
  19.  
  20. DEPEND="
  21. media-sound/lame
  22. media-libs/id3lib
  23. >=media-libs/libvorbis-1.2.0
  24. >=x11-libs/qt-gui-4.4:4[dbus]
  25. >=x11-libs/qt-dbus-4.4:4
  26. "
  27. RDEPEND="${DEPEND}"

Here is the list of all the skype-call-recorder ebuild versions that are available in my overlay:



Comments

If you have found something wrong with the information provided above or maybe you just want to speak your mind about it, feel free to leave a comment.
All comments will show up on page after being approved. Sorry for such policy but I want to make sure that my site will be free of abusive or vulgar content. I don't mind being criticized just do it using right words.

Leave a comment