diff options
author | avilla <avilla@FreeBSD.org> | 2017-02-02 18:27:15 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2017-02-02 18:27:15 +0800 |
commit | 60bd264472448dfb7d0931524153501ebcbbab3b (patch) | |
tree | 33c2153e9b3a1ec1c4f46337c1cfc1801ddfdfea | |
parent | 5452f7ff00a928703942df2e42eddbbfd51fa5cc (diff) | |
download | freebsd-ports-gnome-60bd264472448dfb7d0931524153501ebcbbab3b.tar.gz freebsd-ports-gnome-60bd264472448dfb7d0931524153501ebcbbab3b.tar.zst freebsd-ports-gnome-60bd264472448dfb7d0931524153501ebcbbab3b.zip |
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.
-rw-r--r-- | multimedia/shotcut/Makefile | 2 | ||||
-rw-r--r-- | multimedia/shotcut/distinfo | 6 | ||||
-rw-r--r-- | multimedia/shotcut/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile index 15ea3f66806b..4b66c1d06f65 100644 --- a/multimedia/shotcut/Makefile +++ b/multimedia/shotcut/Makefile @@ -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 \ diff --git a/multimedia/shotcut/distinfo b/multimedia/shotcut/distinfo index 30e142f8868c..2629c8396ff5 100644 --- a/multimedia/shotcut/distinfo +++ b/multimedia/shotcut/distinfo @@ -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 diff --git a/multimedia/shotcut/pkg-plist b/multimedia/shotcut/pkg-plist index 7552338c3856..6c4c2aebf154 100644 --- a/multimedia/shotcut/pkg-plist +++ b/multimedia/shotcut/pkg-plist @@ -223,6 +223,7 @@ share/icons/hicolor/64x64/apps/shotcut.png %%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 |