2015-07-22 18:32:05 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= libde265
|
|
|
|
PORTVERSION= 1.0.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
|
2020-08-31 02:33:13 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2017-02-26 13:56:41 +01:00
|
|
|
|
2020-08-31 02:33:13 +02:00
|
|
|
.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
|
|
|
|
CONFIGURE_ENV+= CCASFLAGS="${CFLAGS} -B${LOCALBASE}/bin -no-integrated-as"
|
|
|
|
LLD_UNSAFE= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|