Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 15:20:17 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429922 - in head/multimedia: . shotcut
Message-ID:  <201612291520.uBTFKHwr059431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Thu Dec 29 15:20:17 2016
New Revision: 429922
URL: https://svnweb.freebsd.org/changeset/ports/429922

Log:
  Shotcut is a free, open source, cross-platform video editor for
  Windows, Mac and Linux. Major features include support for a wide
  range of formats; no import required meaning native timeline editing;
  Blackmagic Design support for input and preview monitoring; and
  resolution support to 4k.
  
  WWW: https://shotcutapp.com

Added:
  head/multimedia/shotcut/
  head/multimedia/shotcut/Makefile   (contents, props changed)
  head/multimedia/shotcut/distinfo   (contents, props changed)
  head/multimedia/shotcut/pkg-descr   (contents, props changed)
  head/multimedia/shotcut/pkg-plist   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Thu Dec 29 14:58:28 2016	(r429921)
+++ head/multimedia/Makefile	Thu Dec 29 15:20:17 2016	(r429922)
@@ -370,6 +370,7 @@
     SUBDIR += rubygem-gstreamer
     SUBDIR += sabbu
     SUBDIR += schroedinger
+    SUBDIR += shotcut
     SUBDIR += smpeg
     SUBDIR += smpeg2
     SUBDIR += smplayer

Added: head/multimedia/shotcut/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/shotcut/Makefile	Thu Dec 29 15:20:17 2016	(r429922)
@@ -0,0 +1,68 @@
+# $FreeBSD$
+
+PORTNAME=	shotcut
+PORTVERSION=	${FULLVERSION:R}
+CATEGORIES=	multimedia
+
+MAINTAINER=	avilla@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.0:audio/jack \
+		${LOCALBASE}/lib/libSDL-1.2.so.0:devel/sdl12
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mltframework
+GH_TAGNAME=	v${PORTVERSION}
+# Needed to be able to correctly check for updates in-app.
+FULLVERSION=	16.12.03
+
+USES=		pkgconfig qmake
+USE_QT5=	buildtools_build concurrent_build core \
+		graphicaleffects_run gui multimedia network opengl \
+		printsupport qml quick quickcontrols_run sql \
+		sql-sqlite3_run webkit websockets widgets x11extras xml
+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_USE=		QT5=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
+
+post-build-NLS-on:
+	${LRELEASE} ${WRKSRC}/src/src.pro
+
+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
+
+post-install-NLS-on:
+	${MKDIR} ${STAGEDIR}${DATADIR}/translations
+	${INSTALL_DATA} ${WRKSRC}/translations/*.qm \
+		${STAGEDIR}${DATADIR}/translations
+
+.include <bsd.port.mk>

Added: head/multimedia/shotcut/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/shotcut/distinfo	Thu Dec 29 15:20:17 2016	(r429922)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483007681
+SHA256 (mltframework-shotcut-16.12-v16.12_GH0.tar.gz) = a6d3610205a2a4a31d1685e3be2b9445051f47bf4ecb9ecb8e2ef6fa000f8d84
+SIZE (mltframework-shotcut-16.12-v16.12_GH0.tar.gz) = 3668121

Added: head/multimedia/shotcut/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/shotcut/pkg-descr	Thu Dec 29 15:20:17 2016	(r429922)
@@ -0,0 +1,7 @@
+Shotcut is a free, open source, cross-platform video editor for
+Windows, Mac and Linux. Major features include support for a wide
+range of formats; no import required meaning native timeline editing;
+Blackmagic Design support for input and preview monitoring; and
+resolution support to 4k.
+
+WWW: https://shotcutapp.com

Added: head/multimedia/shotcut/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/shotcut/pkg-plist	Thu Dec 29 15:20:17 2016	(r429922)
@@ -0,0 +1,227 @@
+bin/shotcut
+share/icons/hicolor/64x64/apps/shotcut.png
+%%DATADIR%%/qml/export-edl/export-edl.js
+%%DATADIR%%/qml/export-edl/main.js
+%%DATADIR%%/qml/export-edl/mlt2edl.js
+%%DATADIR%%/qml/export-edl/package.json
+%%DATADIR%%/qml/export-edl/rebuild.sh
+%%DATADIR%%/qml/export-edl/test-node.js
+%%DATADIR%%/qml/filters/alpha_adjust/meta.qml
+%%DATADIR%%/qml/filters/alpha_adjust/ui.qml
+%%DATADIR%%/qml/filters/alpha_view/meta.qml
+%%DATADIR%%/qml/filters/alpha_view/ui.qml
+%%DATADIR%%/qml/filters/audio_balance/meta.qml
+%%DATADIR%%/qml/filters/audio_balance/ui.qml
+%%DATADIR%%/qml/filters/audio_bandpass/meta.qml
+%%DATADIR%%/qml/filters/audio_bandpass/ui.qml
+%%DATADIR%%/qml/filters/audio_basstreble/meta.qml
+%%DATADIR%%/qml/filters/audio_basstreble/ui.qml
+%%DATADIR%%/qml/filters/audio_channelcopy/meta.qml
+%%DATADIR%%/qml/filters/audio_channelcopy/ui.qml
+%%DATADIR%%/qml/filters/audio_compressor/meta.qml
+%%DATADIR%%/qml/filters/audio_compressor/ui.qml
+%%DATADIR%%/qml/filters/audio_delay/meta.qml
+%%DATADIR%%/qml/filters/audio_delay/ui.qml
+%%DATADIR%%/qml/filters/audio_expander/meta.qml
+%%DATADIR%%/qml/filters/audio_expander/ui.qml
+%%DATADIR%%/qml/filters/audio_fadein/meta.qml
+%%DATADIR%%/qml/filters/audio_fadein/ui.qml
+%%DATADIR%%/qml/filters/audio_fadeout/meta.qml
+%%DATADIR%%/qml/filters/audio_fadeout/ui.qml
+%%DATADIR%%/qml/filters/audio_gain/meta.qml
+%%DATADIR%%/qml/filters/audio_gain/ui.qml
+%%DATADIR%%/qml/filters/audio_highpass/meta.qml
+%%DATADIR%%/qml/filters/audio_highpass/ui.qml
+%%DATADIR%%/qml/filters/audio_limiter/meta.qml
+%%DATADIR%%/qml/filters/audio_limiter/ui.qml
+%%DATADIR%%/qml/filters/audio_lowpass/meta.qml
+%%DATADIR%%/qml/filters/audio_lowpass/ui.qml
+%%DATADIR%%/qml/filters/audio_mono/meta.qml
+%%DATADIR%%/qml/filters/audio_mute/meta.qml
+%%DATADIR%%/qml/filters/audio_mute/ui.qml
+%%DATADIR%%/qml/filters/audio_normalize_1p/meta.qml
+%%DATADIR%%/qml/filters/audio_normalize_1p/ui.qml
+%%DATADIR%%/qml/filters/audio_normalize_2p/meta.qml
+%%DATADIR%%/qml/filters/audio_normalize_2p/ui.qml
+%%DATADIR%%/qml/filters/audio_notch/meta.qml
+%%DATADIR%%/qml/filters/audio_notch/ui.qml
+%%DATADIR%%/qml/filters/audio_pan/meta.qml
+%%DATADIR%%/qml/filters/audio_pan/ui.qml
+%%DATADIR%%/qml/filters/audio_reverb/meta.qml
+%%DATADIR%%/qml/filters/audio_reverb/ui.qml
+%%DATADIR%%/qml/filters/audio_swapchannels/meta.qml
+%%DATADIR%%/qml/filters/audio_swapchannels/ui.qml
+%%DATADIR%%/qml/filters/bluescreen0r/meta.qml
+%%DATADIR%%/qml/filters/bluescreen0r/ui.qml
+%%DATADIR%%/qml/filters/blur/meta_boxblur.qml
+%%DATADIR%%/qml/filters/blur/meta_movit.qml
+%%DATADIR%%/qml/filters/blur/ui_boxblur.qml
+%%DATADIR%%/qml/filters/blur/ui_movit.qml
+%%DATADIR%%/qml/filters/brightness/meta.qml
+%%DATADIR%%/qml/filters/brightness/meta_movit.qml
+%%DATADIR%%/qml/filters/brightness/ui.qml
+%%DATADIR%%/qml/filters/brightness/ui_movit.qml
+%%DATADIR%%/qml/filters/color/meta.qml
+%%DATADIR%%/qml/filters/color/meta_frei0r_coloradj.qml
+%%DATADIR%%/qml/filters/color/meta_movit.qml
+%%DATADIR%%/qml/filters/color/ui.qml
+%%DATADIR%%/qml/filters/color/ui_frei0r_coloradj.qml
+%%DATADIR%%/qml/filters/contrast/meta.qml
+%%DATADIR%%/qml/filters/contrast/meta_movit.qml
+%%DATADIR%%/qml/filters/contrast/ui.qml
+%%DATADIR%%/qml/filters/crop/meta.qml
+%%DATADIR%%/qml/filters/crop/meta_movit.qml
+%%DATADIR%%/qml/filters/crop/ui.qml
+%%DATADIR%%/qml/filters/dust/meta.qml
+%%DATADIR%%/qml/filters/dust/ui.qml
+%%DATADIR%%/qml/filters/dynamictext/meta.qml
+%%DATADIR%%/qml/filters/dynamictext/ui.qml
+%%DATADIR%%/qml/filters/dynamictext/vui.qml
+%%DATADIR%%/qml/filters/fadein_brightness/meta.qml
+%%DATADIR%%/qml/filters/fadein_brightness/ui.qml
+%%DATADIR%%/qml/filters/fadein_movit/meta.qml
+%%DATADIR%%/qml/filters/fadein_movit/ui.qml
+%%DATADIR%%/qml/filters/fadeout_brightness/meta.qml
+%%DATADIR%%/qml/filters/fadeout_brightness/ui.qml
+%%DATADIR%%/qml/filters/fadeout_movit/meta.qml
+%%DATADIR%%/qml/filters/fadeout_movit/ui.qml
+%%DATADIR%%/qml/filters/glow/meta_frei0r.qml
+%%DATADIR%%/qml/filters/glow/meta_movit.qml
+%%DATADIR%%/qml/filters/glow/ui_frei0r.qml
+%%DATADIR%%/qml/filters/glow/ui_movit.qml
+%%DATADIR%%/qml/filters/grain/meta.qml
+%%DATADIR%%/qml/filters/grain/ui.qml
+%%DATADIR%%/qml/filters/invert/meta.qml
+%%DATADIR%%/qml/filters/invert/ui.qml
+%%DATADIR%%/qml/filters/keyspillm0pup/meta.qml
+%%DATADIR%%/qml/filters/keyspillm0pup/ui.qml
+%%DATADIR%%/qml/filters/lenscorrection/meta.qml
+%%DATADIR%%/qml/filters/lenscorrection/ui.qml
+%%DATADIR%%/qml/filters/lines/meta.qml
+%%DATADIR%%/qml/filters/lines/ui.qml
+%%DATADIR%%/qml/filters/lut3d/meta.qml
+%%DATADIR%%/qml/filters/lut3d/ui.qml
+%%DATADIR%%/qml/filters/mirror/meta.qml
+%%DATADIR%%/qml/filters/mirror/meta_movit.qml
+%%DATADIR%%/qml/filters/mirror/ui.qml
+%%DATADIR%%/qml/filters/movit_diffusion/meta.qml
+%%DATADIR%%/qml/filters/movit_diffusion/ui.qml
+%%DATADIR%%/qml/filters/oldfilm/meta.qml
+%%DATADIR%%/qml/filters/oldfilm/ui.qml
+%%DATADIR%%/qml/filters/opacity/meta.qml
+%%DATADIR%%/qml/filters/opacity/meta_movit.qml
+%%DATADIR%%/qml/filters/opacity/ui.qml
+%%DATADIR%%/qml/filters/rotate/meta.qml
+%%DATADIR%%/qml/filters/rotate/ui.qml
+%%DATADIR%%/qml/filters/saturation/meta_frei0r.qml
+%%DATADIR%%/qml/filters/saturation/meta_movit.qml
+%%DATADIR%%/qml/filters/saturation/ui_frei0r.qml
+%%DATADIR%%/qml/filters/saturation/ui_movit.qml
+%%DATADIR%%/qml/filters/select0r/meta.qml
+%%DATADIR%%/qml/filters/select0r/ui.qml
+%%DATADIR%%/qml/filters/sepia/meta.qml
+%%DATADIR%%/qml/filters/sepia/ui.qml
+%%DATADIR%%/qml/filters/sharpen/meta_frei0r.qml
+%%DATADIR%%/qml/filters/sharpen/meta_movit.qml
+%%DATADIR%%/qml/filters/sharpen/ui_frei0r.qml
+%%DATADIR%%/qml/filters/sharpen/ui_movit.qml
+%%DATADIR%%/qml/filters/size_position/SizePositionUI.qml
+%%DATADIR%%/qml/filters/size_position/SizePositionVUI.qml
+%%DATADIR%%/qml/filters/size_position/meta_affine.qml
+%%DATADIR%%/qml/filters/size_position/meta_movit.qml
+%%DATADIR%%/qml/filters/size_position/ui_affine.qml
+%%DATADIR%%/qml/filters/size_position/ui_movit.qml
+%%DATADIR%%/qml/filters/size_position/vui_affine.qml
+%%DATADIR%%/qml/filters/size_position/vui_movit.qml
+%%DATADIR%%/qml/filters/smartblur/meta.qml
+%%DATADIR%%/qml/filters/smartblur/ui.qml
+%%DATADIR%%/qml/filters/spillsuppress/meta.qml
+%%DATADIR%%/qml/filters/spillsuppress/ui.qml
+%%DATADIR%%/qml/filters/stabilize/meta.qml
+%%DATADIR%%/qml/filters/stabilize/ui.qml
+%%DATADIR%%/qml/filters/tcolor/meta.qml
+%%DATADIR%%/qml/filters/tcolor/ui.qml
+%%DATADIR%%/qml/filters/vignette/meta_movit.qml
+%%DATADIR%%/qml/filters/vignette/meta_oldfilm.qml
+%%DATADIR%%/qml/filters/vignette/ui_movit.qml
+%%DATADIR%%/qml/filters/vignette/ui_oldfilm.qml
+%%DATADIR%%/qml/filters/wave/meta.qml
+%%DATADIR%%/qml/filters/wave/ui.qml
+%%DATADIR%%/qml/filters/webvfx/meta.qml
+%%DATADIR%%/qml/filters/webvfx/ui.qml
+%%DATADIR%%/qml/filters/webvfx_circular_frame/filter-demo.html
+%%DATADIR%%/qml/filters/webvfx_circular_frame/meta.qml
+%%DATADIR%%/qml/filters/webvfx_circular_frame/ui.qml
+%%DATADIR%%/qml/filters/webvfx_ruttetraizer/meta.qml
+%%DATADIR%%/qml/filters/webvfx_ruttetraizer/ruttetraizer.html
+%%DATADIR%%/qml/filters/webvfx_ruttetraizer/three.js
+%%DATADIR%%/qml/filters/webvfx_ruttetraizer/ui.qml
+%%DATADIR%%/qml/filters/webvfx_threejs_text/Detector.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/GeometryUtils.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/droid_sans_bold.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/droid_sans_regular.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/droid_serif_bold.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/droid_serif_regular.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/gentilis_bold.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/gentilis_regular.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/helvetiker_bold.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/helvetiker_regular.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/optimer_bold.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/optimer_regular.typeface.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/meta.qml
+%%DATADIR%%/qml/filters/webvfx_threejs_text/three.min.js
+%%DATADIR%%/qml/filters/webvfx_threejs_text/threejs_text.html
+%%DATADIR%%/qml/filters/webvfx_threejs_text/ui.qml
+%%DATADIR%%/qml/filters/white/meta_frei0r.qml
+%%DATADIR%%/qml/filters/white/meta_movit.qml
+%%DATADIR%%/qml/filters/white/ui.qml
+%%DATADIR%%/qml/htmleditor/text_outline.qml
+%%DATADIR%%/qml/htmleditor/text_shadow.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/ColorPicker.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/Preset.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/RectangleControl.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/SaveDefaultButton.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/SimplePropertyUI.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/SliderSpinner.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/TimeSpinner.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/ToolTip.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/UndoButton.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/qmldir
+%%DATADIR%%/qml/scopes/audioloudness/audioloudnessscope.qml
+%%DATADIR%%/qml/timeline/Clip.qml
+%%DATADIR%%/qml/timeline/CornerSelectionShadow.qml
+%%DATADIR%%/qml/timeline/PulsingAnimation.qml
+%%DATADIR%%/qml/timeline/Ruler.qml
+%%DATADIR%%/qml/timeline/Timeline.js
+%%DATADIR%%/qml/timeline/TimelineToolbar.qml
+%%DATADIR%%/qml/timeline/ToggleButton.qml
+%%DATADIR%%/qml/timeline/Track.js
+%%DATADIR%%/qml/timeline/Track.qml
+%%DATADIR%%/qml/timeline/TrackHead.qml
+%%DATADIR%%/qml/timeline/ZoomSlider.qml
+%%DATADIR%%/qml/timeline/timeline.qml
+%%DATADIR%%/qml/views/filter/AttachedFilters.qml
+%%DATADIR%%/qml/views/filter/FilterMenu.js
+%%DATADIR%%/qml/views/filter/FilterMenu.qml
+%%DATADIR%%/qml/views/filter/FilterMenuDelegate.qml
+%%DATADIR%%/qml/views/filter/filterview.qml
+%%DATADIR%%/qml/vui_droparea.qml
+%%NLS%%%%DATADIR%%/translations/shotcut_ca.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_cs.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_da.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_de.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_el.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_en.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_es.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_fr.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_gd.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_it.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_nl.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_oc.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_pl.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_pt_BR.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_pt_PT.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_ru.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_sk.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_uk.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_zh.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291520.uBTFKHwr059431>