From 43538931c9ba74be3e227cd980f771c2281ad820 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 23 Apr 2015 03:48:24 +0000 Subject: [PATCH] Add a port of Skype call recorder, version 8.0. WWW: http://atdot.ch/scr/ --- audio/Makefile | 1 + audio/skype-call-recorder/Makefile | 32 +++++++++++++++++++++++++++++ audio/skype-call-recorder/distinfo | 2 ++ audio/skype-call-recorder/pkg-descr | 11 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 audio/skype-call-recorder/Makefile create mode 100644 audio/skype-call-recorder/distinfo create mode 100644 audio/skype-call-recorder/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index cfe94adcf0e7..46af44dd6037 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -681,6 +681,7 @@ SUBDIR += sidplayer SUBDIR += simplemod SUBDIR += siren + SUBDIR += skype-call-recorder SUBDIR += slv2 SUBDIR += smasher SUBDIR += snack diff --git a/audio/skype-call-recorder/Makefile b/audio/skype-call-recorder/Makefile new file mode 100644 index 000000000000..3d0f7ac1efa8 --- /dev/null +++ b/audio/skype-call-recorder/Makefile @@ -0,0 +1,32 @@ +# Created by: Alexey Dokuchaev +# $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 diff --git a/audio/skype-call-recorder/distinfo b/audio/skype-call-recorder/distinfo new file mode 100644 index 000000000000..cd477545228c --- /dev/null +++ b/audio/skype-call-recorder/distinfo @@ -0,0 +1,2 @@ +SHA256 (skype-call-recorder-0.8.tar.gz) = b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6 +SIZE (skype-call-recorder-0.8.tar.gz) = 83842 diff --git a/audio/skype-call-recorder/pkg-descr b/audio/skype-call-recorder/pkg-descr new file mode 100644 index 000000000000..aeb0b69e6f33 --- /dev/null +++ b/audio/skype-call-recorder/pkg-descr @@ -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/