2016-12-29 02:47:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= webvfx
|
|
|
|
DISTVERSION= 0.4.4-20160823
|
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= 10
|
2016-12-29 02:47:00 +01:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
|
2019-02-20 15:28:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2016-12-29 02:47:00 +01:00
|
|
|
COMMENT= Video effects library based on HTML/QML
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libmlt.so:multimedia/mlt
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= mltframework
|
|
|
|
GH_TAGNAME= e918ce4
|
|
|
|
|
2018-12-22 04:00:11 +01:00
|
|
|
USES= compiler:c++11-lang pkgconfig qmake qt:5
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= 3d buildtools_build declarative opengl webkit
|
2016-12-29 02:47:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOXYGEN EXAMPLES
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
|
|
|
|
|
|
|
post-patch-EXAMPLES-on:
|
|
|
|
@${REINPLACE_CMD} -i '' -e 's,examples/,,g' ${WRKSRC}/demo/mlt/*
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
# Fix make jobs and speed up build.
|
|
|
|
@${REINPLACE_CMD} -e 's/debug_and_release//' ${WRKSRC}/common.pri
|
|
|
|
|
|
|
|
post-build-DOXYGEN-on:
|
|
|
|
cd ${WRKSRC} && ${MAKE} doxydoc
|
|
|
|
|
|
|
|
post-install-DOXYGEN-on:
|
|
|
|
cd ${WRKSRC}/doxydoc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
|
|
|
cd ${WRKSRC}/demo/examples && \
|
|
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC}/demo && \
|
|
|
|
${COPYTREE_SHARE} mlt ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|