summaryrefslogtreecommitdiff
path: root/multimedia/kino/Makefile
blob: ee0c5d7247066f85ea2dd66bc93ee46f9446acfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# New ports collection makefile for:   kino
# Date created:        10 April 2004
# Whom:                pb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	kino
PORTVERSION=	1.3.4
PORTREVISION=	9
CATEGORIES=	multimedia
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A DV non-linear video editor

LIB_DEPENDS=	dv.4:${PORTSDIR}/multimedia/libdv	\
		MagickWand.4:${PORTSDIR}/graphics/ImageMagick	\
		samplerate.1:${PORTSDIR}/audio/libsamplerate
RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder	\
		mplex:${PORTSDIR}/multimedia/mjpegtools

OPTIONS=	QUICKTIME "With Quicktime support" off	\
		FFMPEG_KINO "With ffmpeg-kino" off

USE_XORG=	x11 xv ice
USE_AUTOTOOLS=	autoconf
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomehack gnomeprefix libglade2 libxml2
USE_ICONV=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
CPPFLAGS+=	-I${LOCALBASE}/include/lqt		\
		-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib/libquicktime	\
		-L${LOCALBASE}/lib
CONFIGURE_ARGS=	--with-dv1394
MAN1=	kino.1 kino2raw.1

.include <bsd.port.pre.mk>

.if defined(WITH_FFMPEG_KINO)
MAN1+=	ffmpeg-kino.1
.endif

.if defined(WITH_QUICKTIME)
LIB_DEPENDS+=	quicktime.0:${PORTSDIR}/multimedia/libquicktime
CONFIGURE_ARGS+=	--enable-quicktime
.endif

.if defined(WITH_FFMPEG_KINO)
PLIST_SUB+=	FFMPEG_KINO=""
.else
CONFIGURE_ARGS+=	--disable-local-ffmpeg
PLIST_SUB+=	FFMPEG_KINO="@comment "
LIB_DEPENDS+=	avcodec.1:${PORTSDIR}/multimedia/ffmpeg
.endif

.include <bsd.port.post.mk>