f63a59f5c1
performance oriented, with heavy improvements for AVX2 capable platforms (Haswell and later Intel CPUs) and work efficiency improvements for multiple-socket machines.
22 lines
560 B
Makefile
22 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/04/06 20:58:35 adam Exp $
|
|
|
|
DISTNAME= x265_1.6
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/ \
|
|
http://download.videolan.org/videolan/x265/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.x265.org/
|
|
COMMENT= High Efficiency Video Coding (HEVC)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/source
|
|
BUILD_DEPENDS+= yasm>=1.0.0:../../devel/yasm
|
|
|
|
CMAKE_ARGS+= -DENABLE_PIC=ON
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|