2016-12-29 16:20:17 +01:00
|
|
|
PORTNAME= shotcut
|
2022-03-21 02:19:58 +01:00
|
|
|
DISTVERSION= 22.06.23
|
2016-12-29 16:20:17 +01:00
|
|
|
CATEGORIES= multimedia
|
2022-03-21 02:19:58 +01:00
|
|
|
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
|
|
DISTNAME= ${PORTNAME}-src-${DISTVERSION:C/\.//g}
|
2016-12-29 16:20:17 +01:00
|
|
|
|
2021-07-07 06:43:00 +02:00
|
|
|
MAINTAINER= vishwin@FreeBSD.org
|
2016-12-29 16:20:17 +01:00
|
|
|
COMMENT= Free, open source, cross-platform video editor
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://shotcut.org/
|
2016-12-29 16:20:17 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2022-03-21 02:19:58 +01:00
|
|
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
2016-12-29 16:20:17 +01:00
|
|
|
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
2020-07-03 03:14:51 +02:00
|
|
|
${LOCALBASE}/lib/libjack.so:audio/jack
|
2016-12-29 16:20:17 +01:00
|
|
|
|
2022-03-21 02:19:58 +01:00
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gl mlt:7 pkgconfig \
|
|
|
|
qmake:no_env qt:5 sdl shared-mime-info tar:txz xorg
|
2021-10-19 13:14:38 +02:00
|
|
|
CPE_VENDOR= meltytech
|
2019-06-22 17:51:34 +02:00
|
|
|
|
2016-12-29 16:20:17 +01:00
|
|
|
GH_ACCOUNT= mltframework
|
2019-06-22 17:51:34 +02:00
|
|
|
|
2022-03-21 02:19:58 +01:00
|
|
|
USE_GL= gl
|
|
|
|
USE_QT= core declarative gui multimedia network opengl quickcontrols2 sql \
|
2022-09-11 12:20:14 +02:00
|
|
|
websockets widgets xml buildtools:build concurrent:build linguisttools:build
|
2018-12-11 23:30:12 +01:00
|
|
|
USE_SDL= sdl2
|
2016-12-29 16:20:17 +01:00
|
|
|
USE_XORG= x11
|
2022-03-21 02:19:58 +01:00
|
|
|
# Needed to be able to correctly check for updates in-app.
|
|
|
|
CMAKE_ARGS= -D${PORTNAME:tu}_VERSION="${DISTVERSION}"
|
2016-12-29 16:20:17 +01:00
|
|
|
|
2022-03-21 02:19:58 +01:00
|
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
2016-12-29 16:20:17 +01:00
|
|
|
|
2022-03-21 02:19:58 +01:00
|
|
|
OPTIONS_DEFINE= FREI0R LADSPA NLS
|
|
|
|
OPTIONS_DEFAULT=FREI0R LADSPA
|
|
|
|
OPTIONS_SUB= yes
|
2016-12-29 16:20:17 +01:00
|
|
|
|
|
|
|
FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins
|
|
|
|
|
|
|
|
LADSPA_RUN_DEPENDS= swhplugins>=0:audio/swhplugins
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|