Index: head/devel/synfig/Makefile =================================================================== --- head/devel/synfig/Makefile (revision 518307) +++ head/devel/synfig/Makefile (revision 518308) @@ -1,60 +1,60 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= synfig PORTVERSION= 1.2.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source MAINTAINER= woodsb02@FreeBSD.org COMMENT= Vector based 2D animation package LICENSE= GPLv2+ BUILD_DEPENDS= etl>=1.2.1:devel/etl \ gsed:textproc/gsed LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ libMagickWand-6.so:graphics/ImageMagick6 \ libavcodec.so:multimedia/ffmpeg \ libboost_program_options.so:devel/boost-libs \ libdv.so:multimedia/libdv \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libltdl.so:devel/libltdl \ libmlt.so:multimedia/mlt \ libmng.so:graphics/libmng \ libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= compiler:c++11-lang gmake gnome iconv jpeg libtool localbase \ pathfix pkgconfig USE_CXXSTD= c++11 USE_GNOME= cairo glibmm intltool libxml++26 pango GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} CONFIGURE_ENV+= ac_cv_path_SED=${LOCALBASE}/bin/gsed INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=|' \ ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO (cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${STAGEDIR}${DOCSDIR}) .endfor .include Index: head/graphics/synfigstudio/Makefile =================================================================== --- head/graphics/synfigstudio/Makefile (revision 518307) +++ head/graphics/synfigstudio/Makefile (revision 518308) @@ -1,57 +1,57 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= synfigstudio PORTVERSION= 1.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics multimedia MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source MAINTAINER= woodsb02@FreeBSD.org COMMENT= Vector-based 2D animation software package LICENSE= GPLv2+ BUILD_DEPENDS= etl>=0.04.19_1:devel/etl LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libIlmImf.so:graphics/openexr \ libMagick++-6.so:graphics/ImageMagick6 \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libmlt.so:multimedia/mlt \ libsynfig.so:devel/synfig RUN_DEPENDS= xdg-open:devel/xdg-utils USES= compiler:c++11-lang desktop-file-utils gmake gnome libtool \ localbase pathfix pkgconfig shared-mime-info USE_CXXSTD= c++11 USE_GNOME= gtkmm30 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS JACK NLS OPTIONS_SUB= yes JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CONFIGURE_ENABLE= jack NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=|' \ ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO (cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${STAGEDIR}${DOCSDIR}) .endfor .include Index: head/multimedia/kdenlive/Makefile =================================================================== --- head/multimedia/kdenlive/Makefile (revision 518307) +++ head/multimedia/kdenlive/Makefile (revision 518308) @@ -1,73 +1,74 @@ # $FreeBSD$ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE professional quality non-linear video editing suite LICENSE= GPLv2 LIB_DEPENDS= libmlt.so:multimedia/mlt \ librttr_core.so:devel/rttr BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \ ${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5 USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ gl pkgconfig qt:5 shared-mime-info kde:5 tar:xz xorg USE_GL= gl glu USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons ecm filemetadata \ guiaddons i18n iconthemes kio itemviews jobwidgets \ kdeclarative newstuff notifications notifyconfig package \ service solid sonnet textwidgets widgetsaddons xmlgui \ init_run USE_QT= concurrent core dbus declarative gui multimedia network xml \ buildtools_build qmake_build \ quickcontrols_run script svg webkit widgets USE_XORG= x11 CFLAGS+= -I${LOCALBASE}/include # linux/input.h CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" # Keep in sync with multimedia/mlt, possibly. FFMPEG_SUFX= # Currently empty. OPTIONS_DEFINE= DVDWIZARD FILESHARE FREI0R LADSPA SCREENCAST V4L XINE DOCS OPTIONS_DEFAULT=DVDWIZARD FILESHARE FREI0R SCREENCAST V4L XINE # As long as LADSPA -> audio/swhplugins is i386/amd64-only OPTIONS_DEFAULT_amd64= LADSPA OPTIONS_DEFAULT_i386= LADSPA OPTIONS_SUB= yes DVDWIZARD_DESC= DVD authoring via DVDAuthor and cdrtools FILESHARE_DESC= Common KF5 filesharing support SCREENCAST_DESC=Screen capture support via recordMyDesktop V4L_DESC= Webcam support via Video4Linux XINE_DESC= DVD preview support via xine DVDWIZARD_RUN_DEPENDS= dvdauthor:multimedia/dvdauthor \ cdrecord:sysutils/cdrtools FILESHARE_USE= KDE=purpose FILESHARE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins LADSPA_RUN_DEPENDS= swhplugins>=0:audio/swhplugins SCREENCAST_RUN_DEPENDS= recordmydesktop:multimedia/recordmydesktop V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l V4L_CMAKE_OFF= -DWITH_LibV4L2:BOOL=FALSE XINE_RUN_DEPENDS= xine:multimedia/xine post-patch: @${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ -e '/SharedMimeInfo/ d' \ ${PATCH_WRKSRC}/data/CMakeLists.txt .include Index: head/multimedia/mlt/Makefile =================================================================== --- head/multimedia/mlt/Makefile (revision 518307) +++ head/multimedia/mlt/Makefile (revision 518308) @@ -1,191 +1,190 @@ # $FreeBSD$ PORTNAME= mlt DISTVERSIONPREFIX= v -DISTVERSION= 6.16.0 -PORTREVISION?= 2 +DISTVERSION= 6.18.0 CATEGORIES?= multimedia MAINTAINER= kde@FreeBSD.org COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi USES+= alias compiler:c++11-lang eigen:3 gmake gnome localbase \ pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD USE_GITHUB= yes GH_ACCOUNT= mltframework .ifndef(WITH_DEBUG) CONFIGURE_ARGS+=--disable-debug .else CONFIGURE_ARGS+=--enable-debug .endif .ifndef(SLAVEPORT) # Master port. # They both install bin/melt. CONFLICTS_INSTALL= freeze-[0-9]* LIB_DEPENDS= libfftw3.so:math/fftw3 BROKEN_sparc64= does not compile on sparc64 (invokes i386 asm) USE_GL= gl USE_GNOME= libxml2 USE_SDL= image2 USE_XORG= x11 USES+= gl iconv pathfix sdl xorg PATHFIX_MAKEFILEIN= Makefile CONFIGURE_ARGS+=--disable-qt --swig-languages=none USE_LDCONFIG= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" PORTDOCS= AUTHORS ChangeLog NEWS README docs PORTEXAMPLES= demo OPTIONS_DEFINE= DOCS EXAMPLES FFMPEG FREI0R GTK2 JACK OPENGL \ SAMPLERATE SOX SWFDEC VIDSTAB # OPENCV VDPAU OPTIONS_DEFAULT=FFMPEG FREI0R GTK2 OPENGL SAMPLERATE SOX SWFDEC VIDSTAB OPTIONS_SUB= yes GTK2_DESC= Images and text rendering via GTK+ 2 SOX_DESC= SoX audio effects support VIDSTAB_DESC= Video stabilization support via Vid.Stab FFMPEG_SUFX= # Currently empty. FFMPEG_LIB_DEPENDS= libavformat${FFMPEG_SUFX}.so:multimedia/ffmpeg${FFMPEG_SUFX} FFMPEG_CONFIGURE_ENABLE=avformat FFMPEG_CONFIGURE_ON= --avformat-suffix="${FFMPEG_SUFX}" FREI0R_BUILD_DEPENDS= ${LOCALBASE}/include/frei0r.h:graphics/frei0r FREI0R_CONFIGURE_ENABLE=frei0r GTK2_LIB_DEPENDS= libexif.so:graphics/libexif \ libfontconfig.so:x11-fonts/fontconfig GTK2_USE= GNOME=gdkpixbuf2,gtk20,pango GTK2_CONFIGURE_ENABLE= gtk2 JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa JACK_CONFIGURE_ENABLE= jackrack JACK_USE= GNOME=glib20 # Prepare for OpenCV 3 port. CONFIGURE_ARGS+= --disable-opencv OPENCV_CONFIGURE_ENABLE=opencv OPENGL_LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libmovit.so:graphics/movit OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE=opengl SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate SAMPLERATE_CONFIGURE_ENABLE=resample SOX_LIB_DEPENDS= libsox.so:audio/sox SOX_CONFIGURE_ENABLE= sox SWFDEC_LIB_DEPENDS= libswfdec-0.8.so:graphics/swfdec SWFDEC_CONFIGURE_ENABLE=swfdec SWFDEC_USE= GNOME=glib20,cairo # https://sourceforge.net/p/mlt/bugs/240/ CONFIGURE_ARGS+= ${VDPAU_CONFIGURE_OFF} VDPAU_CONFIGURE_ON= --avformat-vdpau VDPAU_CONFIGURE_OFF= --avformat-no-vdpau VIDSTAB_LIB_DEPENDS= libvidstab.so:multimedia/vid.stab VIDSTAB_CONFIGURE_ENABLE=vid.stab pre-configure: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ ${WRKSRC}/src/modules/avformat/vdpau.c \ ${WRKSRC}/src/modules/frei0r/factory.c \ ${WRKSRC}/src/modules/jackrack/plugin_mgr.c @${REINPLACE_CMD} -e 's,-lpthread,-pthread,' \ -e 's,-liconv,${ICONV_LIB},' \ ${WRKSRC}/src/framework/Makefile \ ${WRKSRC}/src/melt/Makefile \ ${WRKSRC}/src/modules/*/Makefile common-post-install: ${INSTALL_MAN} ${WRKSRC}/docs/melt.1 ${STAGEDIR}${MANPREFIX}/man/man1/melt.1 @${RM} ${WRKSRC}/docs/melt.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/melt ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmlt.so.${PORTVERSION} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmlt++.so.${PORTVERSION} post-install-DOCS-on: .for f in ${PORTDOCS} cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR} .endfor post-install-EXAMPLES-on: .for f in ${PORTEXAMPLES} cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .else # Slave port. PORTSCOUT= ignore:1 LIB_DEPENDS+= libmlt.so:${MASTER_PORT} PLIST?= ${.CURDIR}/pkg-plist . if ${SLAVEPORT:Mqt*} # Qt slave port. PKGNAMESUFFIX= -${SLAVEPORT} COMMENT= Qt ${SLAVEPORT:C/[^0-9]//g} plugin for the MLT multimedia framework LICENSE= GPLv2 GPLv3 LICENSE_COMB= multi LIB_DEPENDS+= libexif.so:graphics/libexif CONFIGURE_ARGS+=--enable-qt \ --qt-libdir="${QT_LIBDIR}" \ --qt-includedir="${QT_INCDIR}" BUILD_WRKSRC= ${WRKSRC}/src/modules/qt . elif ${SLAVEPORT:Mswig} # SWIG slave port. LANGUAGE= ${SLAVEPORT:Nswig} COMMENT= ${LANGUAGE} bindings for the MLT multimedia framework LICENSE= LGPL21 LICENSE_COMB= single BUILD_DEPENDS+= swig3.0:devel/swig30 BINARY_ALIAS= swig=swig3.0 _CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib CFLAGS+= ${_CFLAGS} CXXFLAGS+= ${_CFLAGS} CONFIGURE_ARGS+=--swig-languages=${LANGUAGE:tl} BUILD_WRKSRC= ${WRKSRC}/src/swig INSTALL_WRKSRC= ${BUILD_WRKSRC}/${LANGUAGE:tl} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/${LANGUAGE:tl} . endif INSTALL_WRKSRC?=${BUILD_WRKSRC} pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} # Dummy placeholder target. common-post-install: @${TRUE} .endif post-install: common-post-install ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/* 2>/dev/null || ${TRUE} @${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/${PORTNAME} 2>/dev/null || ${TRUE} .include Index: head/multimedia/mlt/distinfo =================================================================== --- head/multimedia/mlt/distinfo (revision 518307) +++ head/multimedia/mlt/distinfo (revision 518308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557564684 -SHA256 (mltframework-mlt-v6.16.0_GH0.tar.gz) = 9c28e54cd3ae1d43f8d0d4a24f9cee4f4b161255a3cd2aa29061fce5d46158e6 -SIZE (mltframework-mlt-v6.16.0_GH0.tar.gz) = 1414374 +TIMESTAMP = 1573549554 +SHA256 (mltframework-mlt-v6.18.0_GH0.tar.gz) = 9ea6775300b9f997460f5d6adde1ea41e525ecfd30a70b987e13800e4c387ddb +SIZE (mltframework-mlt-v6.18.0_GH0.tar.gz) = 1430398 Index: head/multimedia/mlt/pkg-plist =================================================================== --- head/multimedia/mlt/pkg-plist (revision 518307) +++ head/multimedia/mlt/pkg-plist (revision 518308) @@ -1,517 +1,410 @@ bin/melt include/mlt++/Mlt.h include/mlt++/MltAnimation.h include/mlt++/MltConfig.h include/mlt++/MltConsumer.h include/mlt++/MltDeque.h include/mlt++/MltEvent.h include/mlt++/MltFactory.h include/mlt++/MltField.h include/mlt++/MltFilter.h include/mlt++/MltFilteredConsumer.h include/mlt++/MltFilteredProducer.h include/mlt++/MltFrame.h include/mlt++/MltGeometry.h include/mlt++/MltMultitrack.h include/mlt++/MltParser.h include/mlt++/MltPlaylist.h include/mlt++/MltProducer.h include/mlt++/MltProfile.h include/mlt++/MltProperties.h include/mlt++/MltPushConsumer.h include/mlt++/MltRepository.h include/mlt++/MltService.h include/mlt++/MltTokeniser.h include/mlt++/MltTractor.h include/mlt++/MltTransition.h include/mlt/framework/mlt.h include/mlt/framework/mlt_animation.h include/mlt/framework/mlt_cache.h include/mlt/framework/mlt_consumer.h include/mlt/framework/mlt_deque.h include/mlt/framework/mlt_events.h include/mlt/framework/mlt_factory.h include/mlt/framework/mlt_field.h include/mlt/framework/mlt_filter.h include/mlt/framework/mlt_frame.h include/mlt/framework/mlt_geometry.h include/mlt/framework/mlt_log.h +include/mlt/framework/mlt_luma_map.h include/mlt/framework/mlt_multitrack.h include/mlt/framework/mlt_parser.h include/mlt/framework/mlt_playlist.h include/mlt/framework/mlt_pool.h include/mlt/framework/mlt_producer.h include/mlt/framework/mlt_profile.h include/mlt/framework/mlt_properties.h include/mlt/framework/mlt_property.h include/mlt/framework/mlt_repository.h include/mlt/framework/mlt_service.h include/mlt/framework/mlt_slices.h include/mlt/framework/mlt_tokeniser.h include/mlt/framework/mlt_tractor.h include/mlt/framework/mlt_transition.h include/mlt/framework/mlt_types.h include/mlt/framework/mlt_version.h lib/libmlt++.so lib/libmlt++.so.3 lib/libmlt++.so.%%PORTVERSION%% lib/libmlt.so lib/libmlt.so.6 lib/libmlt.so.%%PORTVERSION%% %%FFMPEG%%lib/mlt/libmltavformat.so lib/mlt/libmltcore.so lib/mlt/libmltdecklink.so %%FREI0R%%lib/mlt/libmltfrei0r.so %%GTK2%%lib/mlt/libmltgtk2.so %%JACK%%lib/mlt/libmltjackrack.so lib/mlt/libmltkdenlive.so lib/mlt/libmltlinsys.so lib/mlt/libmltmotion_est.so lib/mlt/libmltnormalize.so lib/mlt/libmltoldfilm.so %%OPENGL%%lib/mlt/libmltopengl.so lib/mlt/libmltplus.so lib/mlt/libmltplusgpl.so %%SAMPLERATE%%lib/mlt/libmltresample.so lib/mlt/libmltsdl2.so %%SOX%%lib/mlt/libmltsox.so %%SWFDEC%%lib/mlt/libmltswfdec.so lib/mlt/libmltvideostab.so %%VIDSTAB%%lib/mlt/libmltvidstab.so lib/mlt/libmltvmfx.so lib/mlt/libmltxine.so lib/mlt/libmltxml.so libdata/pkgconfig/mlt++.pc libdata/pkgconfig/mlt-framework.pc man/man1/melt.1.gz %%FFMPEG%%%%DATADIR%%/avformat/blacklist.txt %%FFMPEG%%%%DATADIR%%/avformat/consumer_avformat.yml %%FFMPEG%%%%DATADIR%%/avformat/producer_avformat.yml %%DATADIR%%/core/consumer_multi.yml %%DATADIR%%/core/data_fx.properties %%DATADIR%%/core/filter_audiomap.yml %%DATADIR%%/core/filter_audiowave.yml %%DATADIR%%/core/filter_brightness.yml %%DATADIR%%/core/filter_channelcopy.yml %%DATADIR%%/core/filter_crop.yml %%DATADIR%%/core/filter_data_show.yml %%DATADIR%%/core/filter_fieldorder.yml %%DATADIR%%/core/filter_gamma.yml %%DATADIR%%/core/filter_greyscale.yml %%DATADIR%%/core/filter_luma.yml %%DATADIR%%/core/filter_mask_apply.yml %%DATADIR%%/core/filter_mask_start.yml %%DATADIR%%/core/filter_mirror.yml %%DATADIR%%/core/filter_mono.yml %%DATADIR%%/core/filter_obscure.yml %%DATADIR%%/core/filter_panner.yml %%DATADIR%%/core/filter_region.yml %%DATADIR%%/core/filter_rescale.yml %%DATADIR%%/core/filter_resize.yml %%DATADIR%%/core/filter_transition.yml %%DATADIR%%/core/filter_watermark.yml %%DATADIR%%/core/loader.dict %%DATADIR%%/core/loader.ini %%DATADIR%%/core/producer_colour.yml %%DATADIR%%/core/producer_consumer.yml %%DATADIR%%/core/producer_hold.yml %%DATADIR%%/core/producer_loader.yml %%DATADIR%%/core/producer_melt.yml %%DATADIR%%/core/producer_melt_file.yml %%DATADIR%%/core/producer_noise.yml %%DATADIR%%/core/producer_timewarp.yml %%DATADIR%%/core/producer_tone.yml %%DATADIR%%/core/transition_composite.yml %%DATADIR%%/core/transition_luma.yml %%DATADIR%%/core/transition_matte.yml %%DATADIR%%/core/transition_mix.yml %%DATADIR%%/core/transition_region.yml %%DATADIR%%/decklink/consumer_decklink.yml %%DATADIR%%/decklink/producer_decklink.yml %%DATADIR%%/feeds/NTSC/data_fx.properties %%DATADIR%%/feeds/NTSC/etv.properties %%DATADIR%%/feeds/NTSC/obscure.properties %%DATADIR%%/feeds/PAL/border.properties %%DATADIR%%/feeds/PAL/data_fx.properties %%DATADIR%%/feeds/PAL/etv.properties %%DATADIR%%/feeds/PAL/example.properties %%DATADIR%%/feeds/PAL/obscure.properties %%FREI0R%%%%DATADIR%%/frei0r/blacklist.txt +%%FREI0R%%%%DATADIR%%/frei0r/filter_cairoblend_mode.yml %%FREI0R%%%%DATADIR%%/frei0r/not_thread_safe.txt %%FREI0R%%%%DATADIR%%/frei0r/param_name_map.yaml %%GTK2%%%%DATADIR%%/gtk2/consumer_gtk2_preview.yml %%GTK2%%%%DATADIR%%/gtk2/filter_rescale.yml %%GTK2%%%%DATADIR%%/gtk2/producer_pango.yml %%GTK2%%%%DATADIR%%/gtk2/producer_pixbuf.yml %%JACK%%%%DATADIR%%/jackrack/blacklist.txt %%JACK%%%%DATADIR%%/jackrack/consumer_jack.yml %%JACK%%%%DATADIR%%/jackrack/filter_jack.yml %%JACK%%%%DATADIR%%/jackrack/filter_jackrack.yml %%JACK%%%%DATADIR%%/jackrack/filter_ladspa.yml %%JACK%%%%DATADIR%%/jackrack/producer_ladspa.yml %%DATADIR%%/kdenlive/filter_boxblur.yml %%DATADIR%%/kdenlive/filter_freeze.yml %%DATADIR%%/kdenlive/filter_wave.yml %%DATADIR%%/kdenlive/producer_framebuffer.yml %%DATADIR%%/linsys/consumer_sdi.yml -%%DATADIR%%/lumas/16_9/luma01.pgm -%%DATADIR%%/lumas/16_9/luma02.pgm -%%DATADIR%%/lumas/16_9/luma03.pgm -%%DATADIR%%/lumas/16_9/luma04.pgm -%%DATADIR%%/lumas/16_9/luma05.pgm -%%DATADIR%%/lumas/16_9/luma06.pgm -%%DATADIR%%/lumas/16_9/luma07.pgm -%%DATADIR%%/lumas/16_9/luma08.pgm -%%DATADIR%%/lumas/16_9/luma09.pgm -%%DATADIR%%/lumas/16_9/luma10.pgm -%%DATADIR%%/lumas/16_9/luma11.pgm -%%DATADIR%%/lumas/16_9/luma12.pgm -%%DATADIR%%/lumas/16_9/luma13.pgm -%%DATADIR%%/lumas/16_9/luma14.pgm -%%DATADIR%%/lumas/16_9/luma15.pgm -%%DATADIR%%/lumas/16_9/luma16.pgm -%%DATADIR%%/lumas/16_9/luma17.pgm -%%DATADIR%%/lumas/16_9/luma18.pgm -%%DATADIR%%/lumas/16_9/luma19.pgm -%%DATADIR%%/lumas/16_9/luma20.pgm -%%DATADIR%%/lumas/16_9/luma21.pgm -%%DATADIR%%/lumas/16_9/luma22.pgm -%%DATADIR%%/lumas/9_16/luma01.pgm -%%DATADIR%%/lumas/9_16/luma02.pgm -%%DATADIR%%/lumas/9_16/luma03.pgm -%%DATADIR%%/lumas/9_16/luma04.pgm -%%DATADIR%%/lumas/9_16/luma05.pgm -%%DATADIR%%/lumas/9_16/luma06.pgm -%%DATADIR%%/lumas/9_16/luma07.pgm -%%DATADIR%%/lumas/9_16/luma08.pgm -%%DATADIR%%/lumas/9_16/luma09.pgm -%%DATADIR%%/lumas/9_16/luma10.pgm -%%DATADIR%%/lumas/9_16/luma11.pgm -%%DATADIR%%/lumas/9_16/luma12.pgm -%%DATADIR%%/lumas/9_16/luma13.pgm -%%DATADIR%%/lumas/9_16/luma14.pgm -%%DATADIR%%/lumas/9_16/luma15.pgm -%%DATADIR%%/lumas/9_16/luma16.pgm -%%DATADIR%%/lumas/9_16/luma17.pgm -%%DATADIR%%/lumas/9_16/luma18.pgm -%%DATADIR%%/lumas/9_16/luma19.pgm -%%DATADIR%%/lumas/9_16/luma20.pgm -%%DATADIR%%/lumas/9_16/luma21.pgm -%%DATADIR%%/lumas/9_16/luma22.pgm -%%DATADIR%%/lumas/NTSC/luma01.pgm -%%DATADIR%%/lumas/NTSC/luma02.pgm -%%DATADIR%%/lumas/NTSC/luma03.pgm -%%DATADIR%%/lumas/NTSC/luma04.pgm -%%DATADIR%%/lumas/NTSC/luma05.pgm -%%DATADIR%%/lumas/NTSC/luma06.pgm -%%DATADIR%%/lumas/NTSC/luma07.pgm -%%DATADIR%%/lumas/NTSC/luma08.pgm -%%DATADIR%%/lumas/NTSC/luma09.pgm -%%DATADIR%%/lumas/NTSC/luma10.pgm -%%DATADIR%%/lumas/NTSC/luma11.pgm -%%DATADIR%%/lumas/NTSC/luma12.pgm -%%DATADIR%%/lumas/NTSC/luma13.pgm -%%DATADIR%%/lumas/NTSC/luma14.pgm -%%DATADIR%%/lumas/NTSC/luma15.pgm -%%DATADIR%%/lumas/NTSC/luma16.pgm -%%DATADIR%%/lumas/NTSC/luma17.pgm -%%DATADIR%%/lumas/NTSC/luma18.pgm -%%DATADIR%%/lumas/NTSC/luma19.pgm -%%DATADIR%%/lumas/NTSC/luma20.pgm -%%DATADIR%%/lumas/NTSC/luma21.pgm -%%DATADIR%%/lumas/NTSC/luma22.pgm -%%DATADIR%%/lumas/PAL/luma01.pgm -%%DATADIR%%/lumas/PAL/luma02.pgm -%%DATADIR%%/lumas/PAL/luma03.pgm -%%DATADIR%%/lumas/PAL/luma04.pgm -%%DATADIR%%/lumas/PAL/luma05.pgm -%%DATADIR%%/lumas/PAL/luma06.pgm -%%DATADIR%%/lumas/PAL/luma07.pgm -%%DATADIR%%/lumas/PAL/luma08.pgm -%%DATADIR%%/lumas/PAL/luma09.pgm -%%DATADIR%%/lumas/PAL/luma10.pgm -%%DATADIR%%/lumas/PAL/luma11.pgm -%%DATADIR%%/lumas/PAL/luma12.pgm -%%DATADIR%%/lumas/PAL/luma13.pgm -%%DATADIR%%/lumas/PAL/luma14.pgm -%%DATADIR%%/lumas/PAL/luma15.pgm -%%DATADIR%%/lumas/PAL/luma16.pgm -%%DATADIR%%/lumas/PAL/luma17.pgm -%%DATADIR%%/lumas/PAL/luma18.pgm -%%DATADIR%%/lumas/PAL/luma19.pgm -%%DATADIR%%/lumas/PAL/luma20.pgm -%%DATADIR%%/lumas/PAL/luma21.pgm -%%DATADIR%%/lumas/PAL/luma22.pgm -%%DATADIR%%/lumas/square/luma01.pgm -%%DATADIR%%/lumas/square/luma02.pgm -%%DATADIR%%/lumas/square/luma03.pgm -%%DATADIR%%/lumas/square/luma04.pgm -%%DATADIR%%/lumas/square/luma05.pgm -%%DATADIR%%/lumas/square/luma06.pgm -%%DATADIR%%/lumas/square/luma07.pgm -%%DATADIR%%/lumas/square/luma08.pgm -%%DATADIR%%/lumas/square/luma09.pgm -%%DATADIR%%/lumas/square/luma10.pgm -%%DATADIR%%/lumas/square/luma11.pgm -%%DATADIR%%/lumas/square/luma12.pgm -%%DATADIR%%/lumas/square/luma13.pgm -%%DATADIR%%/lumas/square/luma14.pgm -%%DATADIR%%/lumas/square/luma15.pgm -%%DATADIR%%/lumas/square/luma16.pgm -%%DATADIR%%/lumas/square/luma17.pgm -%%DATADIR%%/lumas/square/luma18.pgm -%%DATADIR%%/lumas/square/luma19.pgm -%%DATADIR%%/lumas/square/luma20.pgm -%%DATADIR%%/lumas/square/luma21.pgm -%%DATADIR%%/lumas/square/luma22.pgm %%DATADIR%%/metaschema.yaml %%DATADIR%%/motion_est/filter_autotrack_rectangle.yml %%DATADIR%%/motion_est/filter_motion_est.yml %%DATADIR%%/motion_est/filter_vismv.yml %%DATADIR%%/motion_est/producer_slowmotion.yml %%DATADIR%%/normalize/filter_audiolevel.yml %%DATADIR%%/normalize/filter_volume.yml %%DATADIR%%/oldfilm/dust1.svg %%DATADIR%%/oldfilm/dust2.svg %%DATADIR%%/oldfilm/dust3.svg %%DATADIR%%/oldfilm/dust4.svg %%DATADIR%%/oldfilm/dust5.svg %%DATADIR%%/oldfilm/fdust.svg %%DATADIR%%/oldfilm/filter_dust.yml %%DATADIR%%/oldfilm/filter_grain.yml %%DATADIR%%/oldfilm/filter_lines.yml %%DATADIR%%/oldfilm/filter_oldfilm.yml %%DATADIR%%/oldfilm/filter_tcolor.yml %%DATADIR%%/oldfilm/filter_vignette.yml %%DATADIR%%/oldfilm/grain.svg %%DATADIR%%/oldfilm/lines.svg %%DATADIR%%/oldfilm/oldfilm.svg %%DATADIR%%/oldfilm/tcolor.svg %%DATADIR%%/oldfilm/vignette.svg %%OPENGL%%%%DATADIR%%/opengl/filter_movit_blur.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_deconvolution_sharpen.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_diffusion.yml +%%OPENGL%%%%DATADIR%%/opengl/filter_movit_flip.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_glow.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_lift_gamma_gain.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_mirror.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_opacity.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_rect.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_saturation.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_vignette.yml %%OPENGL%%%%DATADIR%%/opengl/filter_movit_white_balance.yml %%OPENGL%%%%DATADIR%%/opengl/transition_movit_luma.yml %%OPENGL%%%%DATADIR%%/opengl/transition_movit_mix.yml %%OPENGL%%%%DATADIR%%/opengl/transition_movit_overlay.yml %%DATADIR%%/plus/consumer_blipflash.yml %%DATADIR%%/plus/filter_affine.yml %%DATADIR%%/plus/filter_charcoal.yml %%DATADIR%%/plus/filter_dance.yml %%DATADIR%%/plus/filter_dynamic_loudness.yml %%DATADIR%%/plus/filter_dynamictext.yml %%DATADIR%%/plus/filter_fft.yml %%DATADIR%%/plus/filter_invert.yml %%DATADIR%%/plus/filter_lift_gamma_gain.yml %%DATADIR%%/plus/filter_loudness.yml %%DATADIR%%/plus/filter_loudness_meter.yml %%DATADIR%%/plus/filter_lumakey.yml %%DATADIR%%/plus/filter_rgblut.yml %%DATADIR%%/plus/filter_sepia.yml %%DATADIR%%/plus/filter_spot_remover.yml %%DATADIR%%/plus/filter_text.yml %%DATADIR%%/plus/filter_timer.yml %%DATADIR%%/plus/producer_blipflash.yml %%DATADIR%%/plus/producer_count.yml %%DATADIR%%/plus/transition_affine.yml %%DATADIR%%/plusgpl/consumer_cbrts.yml %%DATADIR%%/plusgpl/filter_burningtv.yml %%DATADIR%%/plusgpl/filter_lumaliftgaingamma.yml %%DATADIR%%/plusgpl/filter_rotoscoping.yml %%DATADIR%%/presets/consumer/avformat/AAC %%DATADIR%%/presets/consumer/avformat/Flash %%DATADIR%%/presets/consumer/avformat/GIF %%DATADIR%%/presets/consumer/avformat/MJPEG %%DATADIR%%/presets/consumer/avformat/MP3 %%DATADIR%%/presets/consumer/avformat/MPEG-2 %%DATADIR%%/presets/consumer/avformat/MPEG-4 %%DATADIR%%/presets/consumer/avformat/MPEG-4-ASP %%DATADIR%%/presets/consumer/avformat/Sony-PSP %%DATADIR%%/presets/consumer/avformat/Vorbis %%DATADIR%%/presets/consumer/avformat/WAV %%DATADIR%%/presets/consumer/avformat/WMA %%DATADIR%%/presets/consumer/avformat/WMV %%DATADIR%%/presets/consumer/avformat/XDCAM-HD422 %%DATADIR%%/presets/consumer/avformat/YouTube %%DATADIR%%/presets/consumer/avformat/alpha/Quicktime Animation %%DATADIR%%/presets/consumer/avformat/alpha/Ut Video %%DATADIR%%/presets/consumer/avformat/alpha/vp8 %%DATADIR%%/presets/consumer/avformat/alpha/vp9 %%DATADIR%%/presets/consumer/avformat/atsc_1080i_50/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080i_5994/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_2398/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_24/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_25/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_2997/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_30/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_50/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_5994/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_1080p_60/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_720p_2398/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_720p_50/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_720p_5994/DNxHD %%DATADIR%%/presets/consumer/avformat/atsc_720p_60/DNxHD %%DATADIR%%/presets/consumer/avformat/dv_ntsc/D10 %%DATADIR%%/presets/consumer/avformat/dv_ntsc/DV %%DATADIR%%/presets/consumer/avformat/dv_ntsc/DVCPRO50 %%DATADIR%%/presets/consumer/avformat/dv_ntsc/DVD %%DATADIR%%/presets/consumer/avformat/dv_ntsc_wide/D10 %%DATADIR%%/presets/consumer/avformat/dv_ntsc_wide/DV %%DATADIR%%/presets/consumer/avformat/dv_ntsc_wide/DVCPRO50 %%DATADIR%%/presets/consumer/avformat/dv_ntsc_wide/DVD %%DATADIR%%/presets/consumer/avformat/dv_pal/D10 %%DATADIR%%/presets/consumer/avformat/dv_pal/DV %%DATADIR%%/presets/consumer/avformat/dv_pal/DVCPRO50 %%DATADIR%%/presets/consumer/avformat/dv_pal/DVD %%DATADIR%%/presets/consumer/avformat/dv_pal_wide/D10 %%DATADIR%%/presets/consumer/avformat/dv_pal_wide/DV %%DATADIR%%/presets/consumer/avformat/dv_pal_wide/DVCPRO50 %%DATADIR%%/presets/consumer/avformat/dv_pal_wide/DVD %%DATADIR%%/presets/consumer/avformat/hdv_1080_25p/HDV %%DATADIR%%/presets/consumer/avformat/hdv_1080_30p/HDV %%DATADIR%%/presets/consumer/avformat/hdv_1080_50i/HDV %%DATADIR%%/presets/consumer/avformat/hdv_1080_60i/HDV %%DATADIR%%/presets/consumer/avformat/hdv_720_25p/HDV %%DATADIR%%/presets/consumer/avformat/hdv_720_30p/HDV %%DATADIR%%/presets/consumer/avformat/hdv_720_50p/HDV %%DATADIR%%/presets/consumer/avformat/hdv_720_60p/HDV %%DATADIR%%/presets/consumer/avformat/intermediate/MJPEG %%DATADIR%%/presets/consumer/avformat/intermediate/MPEG-2 %%DATADIR%%/presets/consumer/avformat/intermediate/MPEG-4 %%DATADIR%%/presets/consumer/avformat/intermediate/ProRes %%DATADIR%%/presets/consumer/avformat/intermediate/ProRes-Kostya %%DATADIR%%/presets/consumer/avformat/lossless/FFV1 %%DATADIR%%/presets/consumer/avformat/lossless/H.264 %%DATADIR%%/presets/consumer/avformat/lossless/HuffYUV %%DATADIR%%/presets/consumer/avformat/lossless/Ut Video %%DATADIR%%/presets/consumer/avformat/stills/BMP %%DATADIR%%/presets/consumer/avformat/stills/DPX %%DATADIR%%/presets/consumer/avformat/stills/JPEG %%DATADIR%%/presets/consumer/avformat/stills/PNG %%DATADIR%%/presets/consumer/avformat/stills/PPM %%DATADIR%%/presets/consumer/avformat/stills/TGA %%DATADIR%%/presets/consumer/avformat/stills/TIFF %%DATADIR%%/presets/consumer/avformat/vp9 %%DATADIR%%/presets/consumer/avformat/webm %%DATADIR%%/presets/consumer/avformat/webm-pass1 %%DATADIR%%/presets/consumer/avformat/x264-medium %%DATADIR%%/presets/consumer/avformat/x264-medium-baseline %%DATADIR%%/presets/consumer/avformat/x264-medium-main %%DATADIR%%/presets/consumer/avformat/x264-medium-pass1 %%DATADIR%%/presets/consumer/avformat/x265-medium %%DATADIR%%/presets/consumer/avformat/x265-medium-pass1 %%DATADIR%%/presets/filter/brightness/from_black %%DATADIR%%/presets/filter/brightness/to_black %%DATADIR%%/presets/filter/movit.blur/blur_in %%DATADIR%%/presets/filter/movit.blur/blur_in_out %%DATADIR%%/presets/filter/movit.blur/blur_out %%DATADIR%%/presets/filter/movit.opacity/fade_in %%DATADIR%%/presets/filter/movit.opacity/fade_in_out %%DATADIR%%/presets/filter/movit.opacity/fade_out %%DATADIR%%/presets/filter/volume/fade_in %%DATADIR%%/presets/filter/volume/fade_out %%DATADIR%%/profiles/Makefile.bak %%DATADIR%%/profiles/atsc_1080i_50 %%DATADIR%%/profiles/atsc_1080i_5994 %%DATADIR%%/profiles/atsc_1080i_60 %%DATADIR%%/profiles/atsc_1080p_2398 %%DATADIR%%/profiles/atsc_1080p_24 %%DATADIR%%/profiles/atsc_1080p_25 %%DATADIR%%/profiles/atsc_1080p_2997 %%DATADIR%%/profiles/atsc_1080p_30 %%DATADIR%%/profiles/atsc_1080p_50 %%DATADIR%%/profiles/atsc_1080p_5994 %%DATADIR%%/profiles/atsc_1080p_60 %%DATADIR%%/profiles/atsc_720p_2398 %%DATADIR%%/profiles/atsc_720p_24 %%DATADIR%%/profiles/atsc_720p_25 %%DATADIR%%/profiles/atsc_720p_2997 %%DATADIR%%/profiles/atsc_720p_30 %%DATADIR%%/profiles/atsc_720p_50 %%DATADIR%%/profiles/atsc_720p_5994 %%DATADIR%%/profiles/atsc_720p_60 %%DATADIR%%/profiles/cif_15 %%DATADIR%%/profiles/cif_ntsc %%DATADIR%%/profiles/cif_pal %%DATADIR%%/profiles/cvd_ntsc %%DATADIR%%/profiles/cvd_pal %%DATADIR%%/profiles/dv_ntsc %%DATADIR%%/profiles/dv_ntsc_wide %%DATADIR%%/profiles/dv_pal %%DATADIR%%/profiles/dv_pal_wide %%DATADIR%%/profiles/hdv_1080_25p %%DATADIR%%/profiles/hdv_1080_30p %%DATADIR%%/profiles/hdv_1080_50i %%DATADIR%%/profiles/hdv_1080_60i %%DATADIR%%/profiles/hdv_720_25p %%DATADIR%%/profiles/hdv_720_30p %%DATADIR%%/profiles/hdv_720_50p %%DATADIR%%/profiles/hdv_720_60p %%DATADIR%%/profiles/qcif_15 %%DATADIR%%/profiles/qcif_ntsc %%DATADIR%%/profiles/qcif_pal %%DATADIR%%/profiles/qhd_1440p_2398 %%DATADIR%%/profiles/qhd_1440p_24 %%DATADIR%%/profiles/qhd_1440p_25 %%DATADIR%%/profiles/qhd_1440p_2997 %%DATADIR%%/profiles/qhd_1440p_30 %%DATADIR%%/profiles/qhd_1440p_50 %%DATADIR%%/profiles/qhd_1440p_5994 %%DATADIR%%/profiles/qhd_1440p_60 %%DATADIR%%/profiles/quarter_15 %%DATADIR%%/profiles/quarter_ntsc %%DATADIR%%/profiles/quarter_ntsc_wide %%DATADIR%%/profiles/quarter_pal %%DATADIR%%/profiles/quarter_pal_wide %%DATADIR%%/profiles/sdi_486i_5994 %%DATADIR%%/profiles/sdi_486p_2398 %%DATADIR%%/profiles/square_1080p_30 %%DATADIR%%/profiles/square_1080p_60 %%DATADIR%%/profiles/square_ntsc %%DATADIR%%/profiles/square_ntsc_wide %%DATADIR%%/profiles/square_pal %%DATADIR%%/profiles/square_pal_wide %%DATADIR%%/profiles/svcd_ntsc %%DATADIR%%/profiles/svcd_ntsc_wide %%DATADIR%%/profiles/svcd_pal %%DATADIR%%/profiles/svcd_pal_wide %%DATADIR%%/profiles/uhd_2160p_2398 %%DATADIR%%/profiles/uhd_2160p_24 %%DATADIR%%/profiles/uhd_2160p_25 %%DATADIR%%/profiles/uhd_2160p_2997 %%DATADIR%%/profiles/uhd_2160p_30 %%DATADIR%%/profiles/uhd_2160p_50 %%DATADIR%%/profiles/uhd_2160p_5994 %%DATADIR%%/profiles/uhd_2160p_60 %%DATADIR%%/profiles/vcd_ntsc %%DATADIR%%/profiles/vcd_pal %%DATADIR%%/profiles/vertical_hd_30 %%DATADIR%%/profiles/vertical_hd_60 %%SAMPLERATE%%%%DATADIR%%/resample/filter_resample.yml %%DATADIR%%/sdl2/consumer_sdl2.yml %%DATADIR%%/sdl2/consumer_sdl2_audio.yml %%SOX%%%%DATADIR%%/sox/filter_sox.yml %%SOX%%%%DATADIR%%/sox/filter_sox_effect.yml %%SWFDEC%%%%DATADIR%%/swfdec/producer_swfdec.yml %%VIDSTAB%%%%DATADIR%%/vid.stab/filter_deshake.yml %%VIDSTAB%%%%DATADIR%%/vid.stab/filter_vidstab.yml %%DATADIR%%/videostab/filter_videostab.yml %%DATADIR%%/videostab/filter_videostab2.yml %%DATADIR%%/vmfx/filter_chroma.yml %%DATADIR%%/vmfx/filter_chroma_hold.yml %%DATADIR%%/vmfx/filter_mono.yml %%DATADIR%%/vmfx/filter_shape.yml %%DATADIR%%/vmfx/producer_pgm.yml %%DATADIR%%/xml/consumer_xml.yml %%DATADIR%%/xml/mlt-xml.dtd %%DATADIR%%/xml/producer_xml-nogl.yml %%DATADIR%%/xml/producer_xml-string.yml %%DATADIR%%/xml/producer_xml.yml Index: head/multimedia/shotcut/Makefile =================================================================== --- head/multimedia/shotcut/Makefile (revision 518307) +++ head/multimedia/shotcut/Makefile (revision 518308) @@ -1,74 +1,75 @@ # $FreeBSD$ PORTNAME= shotcut DISTVERSIONPREFIX= v DISTVERSION= ${FULLVERSION} +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Free, open source, cross-platform video editor LICENSE= GPLv3 LIB_DEPENDS= libmlt.so:multimedia/mlt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${LOCALBASE}/lib/libjack.so:audio/jack \ ${LOCALBASE}/lib/libSDL.so:devel/sdl12 USES= desktop-file-utils gl pkgconfig \ qmake qt:5 sdl shared-mime-info \ xorg USE_GITHUB= yes GH_ACCOUNT= mltframework # Needed to be able to correctly check for updates in-app. FULLVERSION= 19.10.20 USE_GL+= gl USE_QT= buildtools_build concurrent_build core declarative \ graphicaleffects_run gui multimedia network opengl \ printsupport quickcontrols_run sql \ sql-sqlite3_run webkit websockets widgets x11extras xml USE_SDL= sdl2 USE_XORG= x11 QMAKE_ARGS= ${PORTNAME:tu}_VERSION="${FULLVERSION}" DESKTOP_ENTRIES="Shotcut" \ "Video Editor" \ "${PORTNAME}" \ "${PORTNAME}" \ "AudioVideo;Video;AudioVideoEditing;" \ "" OPTIONS_DEFINE= FREI0R LADSPA NLS WEBVFX OPTIONS_DEFAULT=FREI0R LADSPA WEBVFX OPTIONS_SUB= yes WEBVFX_DESC= HTML/QML-based video effects support FREI0R_RUN_DEPENDS= frei0r-plugins>=0:graphics/frei0r-plugins LADSPA_RUN_DEPENDS= swhplugins>=0:audio/swhplugins NLS_USES= qt:5 NLS_USE= QT=linguisttools_build WEBVFX_RUN_DEPENDS= ${LOCALBASE}/lib/mlt/libmltwebvfx.so:multimedia/webvfx-qt5 post-patch: ${REINPLACE_CMD} -e 's/"qmelt"/"melt"/' \ ${WRKSRC}/src/jobs/meltjob.cpp ${REINPLACE_CMD} -e 's|/share/man/man1|/man/man1|' ${WRKSRC}/src/src.pro pre-build: @${FIND} ${WRKSRC} -name '.depend' -delete post-build-NLS-on: cd ${BUILD_WRKSRC}/translations && ${LRELEASE} *.ts post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}-logo-64.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png .include Index: head/multimedia/webvfx-qt5/Makefile =================================================================== --- head/multimedia/webvfx-qt5/Makefile (revision 518307) +++ head/multimedia/webvfx-qt5/Makefile (revision 518308) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= webvfx DISTVERSION= 0.4.4-20160823 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia PKGNAMESUFFIX= -qt5 MAINTAINER= ports@FreeBSD.org 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 USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_QT= 3d buildtools_build declarative opengl webkit 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