aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/kino/Makefile
blob: 7769540af203c7f88e71999d557750ffcabe6459 (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
61
# New ports collection makefile for:   kino
# Date created:        10 April 2004
# Whom:                pb@FreeBSD.org
#
# $FreeBSD$
#

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

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

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

OPTIONS_DEFINE= QUICKTIME FFMPEG_KINO
QUICKTIME_DESC= With Quicktime support
FFMPEG_KINO_DESC=   With ffmpeg-kino

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.options.mk>

.if ${PORT_OPTIONS:MFFMPEG_KINO}
MAN1+=  ffmpeg-kino.1
.endif

.if ${PORT_OPTIONS:MQUICKTIME}
LIB_DEPENDS+=   quicktime.0:${PORTSDIR}/multimedia/libquicktime
CONFIGURE_ARGS+=    --enable-quicktime
.endif

.if ${PORT_OPTIONS:MFFMPEG_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.mk>