2002-07-18 10:07:32 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libquicktime
|
|
|
|
# Date Created: Jul 17, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libquicktime
|
2004-07-22 06:19:47 +02:00
|
|
|
PORTVERSION= 0.9.3
|
2003-04-04 03:38:40 +02:00
|
|
|
CATEGORIES= multimedia
|
2002-07-18 10:07:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-07-22 06:19:47 +02:00
|
|
|
MAINTAINER= ahze@ahze.net
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A library for reading and writing quicktime files
|
2002-07-18 10:07:32 +02:00
|
|
|
|
2004-07-22 06:19:47 +02:00
|
|
|
LIB_DEPENDS= avcodec.0:${PORTSDIR}/multimedia/ffmpeg \
|
|
|
|
mp3lame.0:${PORTSDIR}/audio/lame \
|
|
|
|
vorbis.3:${PORTSDIR}/audio/libvorbis \
|
2002-08-10 19:08:46 +02:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2003-11-16 16:08:44 +01:00
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
2004-03-14 04:56:07 +01:00
|
|
|
dv.4:${PORTSDIR}/multimedia/libdv
|
2002-07-18 10:07:32 +02:00
|
|
|
|
2004-07-22 06:19:47 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-11-16 16:08:44 +01:00
|
|
|
USE_GL= yes
|
|
|
|
USE_GNOME= gnometarget gtk12
|
|
|
|
USE_GMAKE= yes
|
2004-07-22 06:19:47 +02:00
|
|
|
USE_INC_LIBTOOL_VER=15
|
2002-08-10 19:08:46 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2003-11-16 16:08:44 +01:00
|
|
|
CONFIGURE_ARGS= --disable-firewire
|
2004-02-10 16:43:43 +01:00
|
|
|
CFLAGS+= -fPIC
|
2002-07-18 10:07:32 +02:00
|
|
|
|
|
|
|
MAN1= lqtplay.1
|
|
|
|
|
2003-11-16 16:08:44 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2002-08-10 19:08:46 +02:00
|
|
|
|
2003-11-16 16:08:44 +01:00
|
|
|
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
|
|
|
CONFIGURE_ARGS+= --enable-mmx
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-mmx
|
|
|
|
.endif
|
2002-08-10 19:08:46 +02:00
|
|
|
|
2003-11-16 16:08:44 +01:00
|
|
|
.include <bsd.port.post.mk>
|