2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:35:44 espie Exp $
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2013-03-09 04:31:12 -05:00
|
|
|
COMMENT= free H.264/MPEG-4 AVC encoder
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2013-03-09 04:31:12 -05:00
|
|
|
V= 20130302
|
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
|
2012-05-25 03:45:33 -04:00
|
|
|
MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/
|
2007-04-08 13:31:01 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2013-03-09 04:31:12 -05:00
|
|
|
SHARED_LIBS= x264 11.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+
|
2011-06-24 16:10:27 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= patents
|
2007-04-08 13:31:01 -04:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2011-09-14 05:23:49 -04:00
|
|
|
|
2007-04-08 13:31:01 -04:00
|
|
|
WANTLIB= c m pthread
|
|
|
|
|
|
|
|
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 \
|
2011-09-14 05:23:49 -04:00
|
|
|
--enable-static \
|
2009-04-14 15:50:47 -04:00
|
|
|
--prefix=${PREFIX}
|
2007-04-08 13:31:01 -04:00
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2008-07-22 16:24:04 -04:00
|
|
|
|
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"
|
2011-09-14 05:23:49 -04:00
|
|
|
CONFIGURE_ARGS+=--enable-shared \
|
|
|
|
--system-libx264
|
2008-08-22 08:43:33 -04:00
|
|
|
.endif
|