svn commit: r433136 - head/multimedia/shotcut

Alberto Villa avilla at FreeBSD.org
Thu Feb 2 10:27:17 UTC 2017


Author: avilla
Date: Thu Feb  2 10:27:15 2017
New Revision: 433136
URL: https://svnweb.freebsd.org/changeset/ports/433136

Log:
  multimedia/shotcut: update to 17.02
  
  - Fixed drag-n-drop from other than C: drive on Windows.
  - Fixed ‘/’ getting added to front of file paths on Windows.
  - Fixed the MLT XML repair tool not correctly handling decimal point
    in some configurations.
  - Fixed opening a network stream.
  - Improved support for image sequences.
  - Improved device capture.
  - Added Slovenian translation.
  
  All device capture now occurs in the background. This makes it
  possible to record voice overs while playing the project.

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

Modified: head/multimedia/shotcut/Makefile
==============================================================================
--- head/multimedia/shotcut/Makefile	Thu Feb  2 10:20:28 2017	(r433135)
+++ head/multimedia/shotcut/Makefile	Thu Feb  2 10:27:15 2017	(r433136)
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework
 GH_TAGNAME=	v${PORTVERSION}
 # Needed to be able to correctly check for updates in-app.
-FULLVERSION=	17.01.02
+FULLVERSION=	17.02.01
 
 USES=		pkgconfig qmake
 USE_QT5=	buildtools_build concurrent_build core \

Modified: head/multimedia/shotcut/distinfo
==============================================================================
--- head/multimedia/shotcut/distinfo	Thu Feb  2 10:20:28 2017	(r433135)
+++ head/multimedia/shotcut/distinfo	Thu Feb  2 10:27:15 2017	(r433136)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483443218
-SHA256 (mltframework-shotcut-17.01-v17.01_GH0.tar.gz) = ef5a2a4e18fcab7febd30248432b1fa6bb94f6f8a95ad7f30a7c6754b03962b8
-SIZE (mltframework-shotcut-17.01-v17.01_GH0.tar.gz) = 3708940
+TIMESTAMP = 1486028770
+SHA256 (mltframework-shotcut-17.02-v17.02_GH0.tar.gz) = 19e2812c72c34d87317f56f0e1ad07de1e19b295865dfcc67078bbd4c37fde26
+SIZE (mltframework-shotcut-17.02-v17.02_GH0.tar.gz) = 3729420

Modified: head/multimedia/shotcut/pkg-plist
==============================================================================
--- head/multimedia/shotcut/pkg-plist	Thu Feb  2 10:20:28 2017	(r433135)
+++ head/multimedia/shotcut/pkg-plist	Thu Feb  2 10:27:15 2017	(r433136)
@@ -223,6 +223,7 @@ share/icons/hicolor/64x64/apps/shotcut.p
 %%NLS%%%%DATADIR%%/translations/shotcut_pt_PT.qm
 %%NLS%%%%DATADIR%%/translations/shotcut_ru.qm
 %%NLS%%%%DATADIR%%/translations/shotcut_sk.qm
+%%NLS%%%%DATADIR%%/translations/shotcut_sl.qm
 %%NLS%%%%DATADIR%%/translations/shotcut_uk.qm
 %%NLS%%%%DATADIR%%/translations/shotcut_zh_CN.qm
 %%NLS%%%%DATADIR%%/translations/shotcut_zh_TW.qm


More information about the svn-ports-all mailing list