forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/skype-call-recorder: Version bump 0.11, bug #577532
Package-Manager: portage-2.2.28
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST skype-call-recorder-0.11.tar.gz 88079 SHA256 284268dc9634b67eb2d991daa0e3954ecb93b383a20ac1e89586e0f35d6629c2 SHA512 b0de83bb9b6d3db953de3443db4ee79884df83cc0f03c606d932efe036f80f75232969e424df61e5b8c9d00cd748f3067d5209ff353b58440af711e9dff58e53 WHIRLPOOL 762fca3df340bffe3ba998a4aec66fd50000bc21b3a1f1844c90bc1f19f3865977d565c308ac7e1f0103d248d205d0e1948d6949551e3d106d093f6983e32a2c | ||
DIST skype-call-recorder-0.8.tar.gz 83842 SHA256 b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6 SHA512 f93b4aaf4f03b05bd74500485715b0ce97212f82ab9c9c1eeab57cc9589012ff4a96d81829f51605975328db27d0a6ab20c88e78c513ff61bb4e4b8038ca2b3c WHIRLPOOL 1f6fb8bce06bd98cca999fa86afaaa0bb0ba5970414d9fd90e247f95148d9afc7ba5a4a8d7292fc7064d624faa559636a0a5ddf79aa59a5eaeb04934166f81e0 |
33 changes: 33 additions & 0 deletions
33
media-sound/skype-call-recorder/skype-call-recorder-0.11.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI="6" | ||
|
||
inherit cmake-utils flag-o-matic | ||
|
||
DESCRIPTION="Records Skype calls to MP3/Ogg/WAV files" | ||
HOMEPAGE="http://atdot.ch/scr/" | ||
SRC_URI="http://atdot.ch/scr/files/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="|| ( GPL-2 GPL-3 )" | ||
KEYWORDS="~amd64 ~x86" | ||
SLOT="0" | ||
IUSE="debug" | ||
|
||
DEPEND=" | ||
media-libs/id3lib | ||
>=media-libs/libogg-1.2.0 | ||
>=media-libs/libvorbis-1.2.0 | ||
media-sound/lame | ||
>=dev-qt/qtcore-4.4:4 | ||
>=dev-qt/qtdbus-4.4:4 | ||
>=dev-qt/qtgui-4.4:4 | ||
" | ||
RDEPEND="${DEPEND} | ||
net-im/skype[-qt-static(-)] | ||
" | ||
|
||
PATCHES=( | ||
"${FILESDIR}/${PN}-0.8-cmake.patch" | ||
) |