4b2680edc5
Also include some additional patches from debian. PR: 269382 Submitted by: diizzy@ Security: CVE-2020-21594 CVE-2020-21595 CVE-2020-21596 CVE-2020-21597 CVE-2020-21598 CVE-2020-21599 CVE-2020-21600 CVE-2020-21601 CVE-2020-21602 CVE-2020-21603 CVE-2020-21604 CVE-2020-21605 CVE-2020-21606 CVE-2022-1253 CVE-2022-43236 CVE-2022-43237 CVE-2022-43238 CVE-2022-43239 CVE-2022-43240 CVE-2022-43241 CVE-2022-43242 CVE-2022-43243 CVE-2022-43244 CVE-2022-43245 CVE-2022-43248 CVE-2022-43249 CVE-2022-43250 CVE-2022-43252 CVE-2022-43253 CVE-2022-47655 MFH: 2023Q1
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
PORTNAME= libde265
|
|
DISTVERSION= 1.0.11
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://github.com/strukturag/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
PATCH_SITES= https://github.com/strukturag/${PORTNAME}/commit/
|
|
PATCHFILES= 97dd15303085eae2695a511717bf3239e209df96.patch:-p1 \
|
|
36391cda3d4e4fb3269a2ce310e6e0f634729f0b.patch:-p1 \
|
|
51f07f132f29832e025a8b913b61cbd20257c5fc.patch:-p1
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Open source h.265 video codec
|
|
WWW= https://www.libde265.org
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= struktur
|
|
|
|
CONFIGURE_ARGS= --disable-static --disable-sherlock265
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libde265.so.0.1.4
|
|
${MV} ${STAGEDIR}${PREFIX}/bin/dec265 \
|
|
${STAGEDIR}${PREFIX}/bin/libde265-dec265
|
|
|
|
.include <bsd.port.post.mk>
|