2007-07-18 10:25:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= recordmydesktop
|
2009-03-09 09:05:49 +01:00
|
|
|
DISTVERSION= 0.3.8.1
|
2012-11-05 06:57:37 +01:00
|
|
|
PORTREVISION= 5
|
2007-07-18 10:25:47 +02:00
|
|
|
CATEGORIES= multimedia
|
2008-02-15 06:05:14 +01:00
|
|
|
MASTER_SITES= SF
|
2007-07-18 10:25:47 +02:00
|
|
|
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
|
|
COMMENT= Record desktop sessions to an Ogg-Theora-Vorbis file
|
|
|
|
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora \
|
|
|
|
libjack.so:${PORTSDIR}/audio/jack
|
2007-07-18 10:25:47 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-oss=yes \
|
2007-07-24 17:10:14 +02:00
|
|
|
--enable-jack=yes
|
2007-07-18 10:25:47 +02:00
|
|
|
|
2010-05-02 12:42:42 +02:00
|
|
|
USE_XORG= ice sm x11 xext xextproto xfixes xdamage
|
2013-11-15 06:52:28 +01:00
|
|
|
PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
|
2007-07-18 10:25:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|