freebsd-ports/multimedia/x265/Makefile
Mikhail Teterin 7677b52b1f Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.

Bump PORTREVISION of the two other ports, which depend on x265 by default.

PR:		206864
2016-02-10 20:08:39 +00:00

29 lines
653 B
Makefile

# Created by: adamw
# $FreeBSD$
PORTNAME= x265
PORTVERSION= 1.9
CATEGORIES= multimedia
MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
COMMENT= H.265/High Efficiency Video Coding (HEVC) format
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
USES= cmake pathfix tar:bz2
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md
EXTRACT_AFTER_ARGS+= --exclude "md5*"
WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source
do-test:
${WRKSRC}/test/TestBench
.include <bsd.port.mk>