2011-03-12 16:07:09 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/03/12 21:07:09 jakemsr Exp $
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2008-07-22 16:24:04 -04:00
|
|
|
COMMENT= free H264/AVC encoder
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2011-03-12 16:07:09 -05:00
|
|
|
V= 20110225
|
2007-04-08 13:31:01 -04:00
|
|
|
DISTNAME= x264-snapshot-${V}-2245
|
2009-04-14 15:50:47 -04:00
|
|
|
PKGNAME= x264-${V}
|
2007-04-08 13:31:01 -04:00
|
|
|
CATEGORIES= multimedia
|
2008-07-22 16:24:04 -04:00
|
|
|
MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
|
2007-04-08 13:31:01 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2011-03-12 16:07:09 -05:00
|
|
|
SHARED_LIBS= x264 6.0
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2008-07-22 16:24:04 -04:00
|
|
|
HOMEPAGE= http://www.videolan.org/developers/x264.html
|
|
|
|
|
2009-04-14 15:50:47 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
|
2008-07-22 16:24:04 -04:00
|
|
|
# GPLv2+
|
2007-04-08 13:31:01 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m pthread
|
|
|
|
|
2010-06-15 06:07:41 -04:00
|
|
|
MODULES= gcc3
|
|
|
|
MODGCC3_ARCHES= sparc
|
|
|
|
|
2007-04-08 13:31:01 -04:00
|
|
|
USE_GMAKE= Yes
|
2008-08-22 08:43:33 -04:00
|
|
|
CONFIGURE_STYLE= simple
|
2007-04-08 13:31:01 -04:00
|
|
|
CONFIGURE_ENV= API=${LIBx264_VERSION}
|
2010-05-26 17:18:17 -04:00
|
|
|
CONFIGURE_ARGS+=--disable-asm \
|
2010-11-06 19:05:48 -04:00
|
|
|
--disable-ffms \
|
|
|
|
--disable-gpac \
|
|
|
|
--disable-lavf \
|
|
|
|
--disable-swscale \
|
2009-04-14 15:50:47 -04:00
|
|
|
--prefix=${PREFIX}
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2008-07-22 16:24:04 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2007-04-08 13:31:01 -04:00
|
|
|
.include <bsd.port.mk>
|
2008-08-22 08:43:33 -04:00
|
|
|
|
|
|
|
.if ${NO_SHARED_LIBS:L} == "no"
|
2010-11-06 19:05:48 -04:00
|
|
|
CONFIGURE_ARGS+=--enable-shared
|
2008-08-22 08:43:33 -04:00
|
|
|
.endif
|