2015-07-22 18:32:05 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libde265
|
|
|
|
PORTVERSION= 1.0.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02:00
|
|
|
PORTREVISION= 2
|
2015-07-22 18:32:05 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2017-02-26 13:56:41 +01:00
|
|
|
CATEGORIES= multimedia
|
2015-07-22 18:32:05 +02:00
|
|
|
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
|
|
COMMENT= Open source h.265 video codec
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= strukturag
|
|
|
|
|
|
|
|
USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265
|
|
|
|
|
2017-02-26 13:56:41 +01:00
|
|
|
BROKEN_armv6= fails to compile: invokes x86 assembler
|
2017-11-30 07:13:34 +01:00
|
|
|
BROKEN_armv7= fails to compile: invokes x86 assembler
|
2017-02-26 13:56:41 +01:00
|
|
|
|
2015-07-22 18:32:05 +02:00
|
|
|
.include <bsd.port.mk>
|