1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add a port of Skype call recorder, version 8.0.

WWW: http://atdot.ch/scr/
This commit is contained in:
Alexey Dokuchaev 2015-04-23 03:48:24 +00:00
parent cac5774b73
commit 43538931c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384548
4 changed files with 46 additions and 0 deletions

View File

@ -681,6 +681,7 @@
SUBDIR += sidplayer
SUBDIR += simplemod
SUBDIR += siren
SUBDIR += skype-call-recorder
SUBDIR += slv2
SUBDIR += smasher
SUBDIR += snack

View File

@ -0,0 +1,32 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= skype-call-recorder
PORTVERSION= 0.8
CATEGORIES= audio
MASTER_SITES= http://atdot.ch/scr/files/${PORTVERSION}/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Skype call recorder
LICENSE= GPLv2
LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame \
libid3.so:${PORTSDIR}/audio/id3lib \
libvorbisenc.so:${PORTSDIR}/audio/libvorbis
USES= cmake
USE_QT4= corelib dbus gui network \
qmake_build moc_build rcc_build uic_build
PLIST_FILES= bin/skype-call-recorder \
share/applications/skype-call-recorder.desktop \
share/icons/hicolor/128x128/apps/skype-call-recorder.png
post-patch:
@${REINPLACE_CMD} -e 's,VORBISENC_LIBRARY},& -logg -lvorbis,' \
-e '/CMAKE_CXX_FLAGS_RELEASE/d' ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e 's,date --utc,TZ=UTC date,' \
${WRKSRC}/makeversion
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (skype-call-recorder-0.8.tar.gz) = b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6
SIZE (skype-call-recorder-0.8.tar.gz) = 83842

View File

@ -0,0 +1,11 @@
Skype Call Recorder is an open source tool that allows you to record your
Skype calls on Unix-like operating systems. Current features include:
- Record calls to MP3, Ogg Vorbis, or WAV files
- Automatic and manual recording
- Configure automatic recording on per-caller basis
- Split stereo recording
- Completely free (free as in free beer)
- Completely free (free as in freedom), released under the GNU GPLv2
WWW: http://atdot.ch/scr/