svn commit: r384548 - in head/audio: . skype-call-recorder
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Apr 23 03:48:26 UTC 2015
Author: danfe
Date: Thu Apr 23 03:48:24 2015
New Revision: 384548
URL: https://svnweb.freebsd.org/changeset/ports/384548
Log:
Add a port of Skype call recorder, version 8.0.
WWW: http://atdot.ch/scr/
Added:
head/audio/skype-call-recorder/
head/audio/skype-call-recorder/Makefile (contents, props changed)
head/audio/skype-call-recorder/distinfo (contents, props changed)
head/audio/skype-call-recorder/pkg-descr (contents, props changed)
Modified:
head/audio/Makefile
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Thu Apr 23 03:36:53 2015 (r384547)
+++ head/audio/Makefile Thu Apr 23 03:48:24 2015 (r384548)
@@ -681,6 +681,7 @@
SUBDIR += sidplayer
SUBDIR += simplemod
SUBDIR += siren
+ SUBDIR += skype-call-recorder
SUBDIR += slv2
SUBDIR += smasher
SUBDIR += snack
Added: head/audio/skype-call-recorder/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/skype-call-recorder/Makefile Thu Apr 23 03:48:24 2015 (r384548)
@@ -0,0 +1,32 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= skype-call-recorder
+PORTVERSION= 0.8
+CATEGORIES= audio
+MASTER_SITES= http://atdot.ch/scr/files/${PORTVERSION}/
+
+MAINTAINER= danfe at 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>
Added: head/audio/skype-call-recorder/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/skype-call-recorder/distinfo Thu Apr 23 03:48:24 2015 (r384548)
@@ -0,0 +1,2 @@
+SHA256 (skype-call-recorder-0.8.tar.gz) = b115f728e09602cca7aa51479faa868de1f9b7cf887ed3d7c82f4935309c32c6
+SIZE (skype-call-recorder-0.8.tar.gz) = 83842
Added: head/audio/skype-call-recorder/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/skype-call-recorder/pkg-descr Thu Apr 23 03:48:24 2015 (r384548)
@@ -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/
More information about the svn-ports-head
mailing list