svn commit: r520447 - head/multimedia/shotcut

Fernando Apesteguía fernape at FreeBSD.org
Thu Dec 19 16:48:43 UTC 2019


Author: fernape
Date: Thu Dec 19 16:48:42 2019
New Revision: 520447
URL: https://svnweb.freebsd.org/changeset/ports/520447

Log:
  multimedia/shotcut: update to 19.12.16
  
  Too many changes to be listed here.
  
  ChangeLog: https://github.com/mltframework/shotcut/releases/tag/v19.12.16
  
  Reported by:	portscout

Modified:
  head/multimedia/shotcut/Makefile
  head/multimedia/shotcut/distinfo
  head/multimedia/shotcut/pkg-plist

Modified: head/multimedia/shotcut/Makefile
==============================================================================
--- head/multimedia/shotcut/Makefile	Thu Dec 19 16:14:48 2019	(r520446)
+++ head/multimedia/shotcut/Makefile	Thu Dec 19 16:48:42 2019	(r520447)
@@ -3,7 +3,6 @@
 PORTNAME=	shotcut
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${FULLVERSION}
-PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	ports at FreeBSD.org
@@ -24,7 +23,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework
 
 # Needed to be able to correctly check for updates in-app.
-FULLVERSION=	19.10.20
+FULLVERSION=	19.12.16
 
 USE_GL+=	gl
 USE_QT=		buildtools_build concurrent_build core declarative \

Modified: head/multimedia/shotcut/distinfo
==============================================================================
--- head/multimedia/shotcut/distinfo	Thu Dec 19 16:14:48 2019	(r520446)
+++ head/multimedia/shotcut/distinfo	Thu Dec 19 16:48:42 2019	(r520447)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571679775
-SHA256 (mltframework-shotcut-v19.10.20_GH0.tar.gz) = e4bc40ff2bf16b2aca82ca632e750a109fab9f51cd7ce35a4740f56a2cd2e0cd
-SIZE (mltframework-shotcut-v19.10.20_GH0.tar.gz) = 5323510
+TIMESTAMP = 1576623801
+SHA256 (mltframework-shotcut-v19.12.16_GH0.tar.gz) = 52d5f664e1d01db7db65b6bbff9873889cf9094fa45d1aa3df068018c0914418
+SIZE (mltframework-shotcut-v19.12.16_GH0.tar.gz) = 5469043

Modified: head/multimedia/shotcut/pkg-plist
==============================================================================
--- head/multimedia/shotcut/pkg-plist	Thu Dec 19 16:14:48 2019	(r520446)
+++ head/multimedia/shotcut/pkg-plist	Thu Dec 19 16:48:42 2019	(r520447)
@@ -44,6 +44,8 @@ share/mime/packages/org.shotcut.Shotcut.xml
 %%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_noisegate/meta.qml
+%%DATADIR%%/qml/filters/audio_noisegate/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
@@ -116,6 +118,9 @@ share/mime/packages/org.shotcut.Shotcut.xml
 %%DATADIR%%/qml/filters/glow/meta_movit.qml
 %%DATADIR%%/qml/filters/glow/ui_frei0r.qml
 %%DATADIR%%/qml/filters/glow/ui_movit.qml
+%%DATADIR%%/qml/filters/gradient/meta.qml
+%%DATADIR%%/qml/filters/gradient/ui.qml
+%%DATADIR%%/qml/filters/gradient/vui.qml
 %%DATADIR%%/qml/filters/grain/meta.qml
 %%DATADIR%%/qml/filters/grain/ui.qml
 %%DATADIR%%/qml/filters/grid/meta.qml
@@ -178,6 +183,7 @@ share/mime/packages/org.shotcut.Shotcut.xml
 %%DATADIR%%/qml/filters/saturation/meta_movit.qml
 %%DATADIR%%/qml/filters/saturation/ui_frei0r.qml
 %%DATADIR%%/qml/filters/saturation/ui_movit.qml
+%%DATADIR%%/qml/filters/scanlines/meta.qml
 %%DATADIR%%/qml/filters/select0r/meta.qml
 %%DATADIR%%/qml/filters/select0r/ui.qml
 %%DATADIR%%/qml/filters/sepia/meta.qml
@@ -242,6 +248,8 @@ share/mime/packages/org.shotcut.Shotcut.xml
 %%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Blank with Web Animations/web-animations.html
 %%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Simple Scroll/simple_scroll.html
 %%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Simple Scroll/simple_scroll_ui.qml
+%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Two Column Scroll/two_column_scroll.html
+%%DATADIR%%/qml/filters/webvfx/templates/webvfx/Basic/Two Column Scroll/two_column_scroll_ui.qml
 %%DATADIR%%/qml/filters/webvfx/ui.qml
 %%DATADIR%%/qml/filters/webvfx_choppy/choppy.html
 %%DATADIR%%/qml/filters/webvfx_choppy/meta.qml
@@ -280,6 +288,7 @@ share/mime/packages/org.shotcut.Shotcut.xml
 %%DATADIR%%/qml/filters/white/meta_frei0r.qml
 %%DATADIR%%/qml/filters/white/meta_movit.qml
 %%DATADIR%%/qml/filters/white/ui.qml
+%%DATADIR%%/qml/modules/Shotcut/Controls/GradientControl.qml
 %%DATADIR%%/translations/shotcut_th.qm
 %%DATADIR%%/qml/htmleditor/text_outline.qml
 %%DATADIR%%/qml/htmleditor/text_shadow.qml


More information about the svn-ports-all mailing list