| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/movit/ |
Upload File : |
PORTNAME= movit
PORTVERSION= 1.6.3
CATEGORIES= graphics
MASTER_SITES= http://${PORTNAME}.sesse.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= High-performance video filters for the GPU
WWW= https://movit.sesse.net
LICENSE= GPLv2+
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libfftw3.so:math/fftw3
USES= autoreconf compiler:c++11-lang gmake eigen:3,build,run libtool \
pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= NEWS README
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e '/AC_INIT/ s/git/${PORTVERSION}/' \
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e '/^all/ s/$$(TESTS)//' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/features\.h/ d' \
${WRKSRC}/demo.cpp
post-install:
.if ${PORT_OPTIONS:MDOCS}
. for f in ${PORTDOCS}
cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR}
. endfor
.endif
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.*
.include <bsd.port.mk>