1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update multimedia/mlt, multimedia/shotcut and graphics/movit

- multimedia/mlt:       6.12.0
- multimedia/shotcut:   18.11.18
- graphics/movit:       1.6.2

To reduce the bumps, all in one.

PR:		229068
PR:		229071
Approved by:	multimedia (kwm)
This commit is contained in:
Tobias C. Berner 2018-12-11 22:30:12 +00:00
parent e307b0063c
commit 96332a3c09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487262
16 changed files with 104 additions and 54 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= synfig
PORTVERSION= 1.2.1
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= devel graphics multimedia
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= movit
PORTVERSION= 1.4.0
PORTREVISION= 2
PORTVERSION= 1.6.2
CATEGORIES= graphics
MASTER_SITES= http://${PORTNAME}.sesse.net/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1482449930
SHA256 (movit-1.4.0.tar.gz) = cc6bbcd0c907f47cfa7bb3401a30bda849e6a0de2a3ed5c895badbc116d51512
SIZE (movit-1.4.0.tar.gz) = 578195
TIMESTAMP = 1529162218
SHA256 (movit-1.6.2.tar.gz) = 7428d56c23a38224c9333b8bb4a0c4f6b171ba64d4799c16516d40b30d0230e1
SIZE (movit-1.6.2.tar.gz) = 878822

View File

@ -1,11 +1,11 @@
--- configure.ac.orig 2016-11-05 10:46:12 UTC
--- configure.ac.orig 2018-03-18 15:23:37 UTC
+++ configure.ac
@@ -17,7 +17,7 @@ PKG_CHECK_MODULES([FFTW3], [fftw3])
with_SDL2=no
with_demo_app=yes
PKG_CHECK_MODULES([SDL2], [sdl2], [with_SDL2=yes], [
- PKG_CHECK_MODULES([SDL], [sdl])
+ PKG_CHECK_MODULES([SDL], [sdl], [], [x=x])
])
@@ -16,7 +16,7 @@ CXXFLAGS="$CXXFLAGS -std=gnu++11"
# These are only needed for the demo app.
# Needed for unit tests and the demo app.
with_demo_app=yes
-PKG_CHECK_MODULES([SDL2], [sdl2])
+PKG_CHECK_MODULES([SDL2], [sdl2], [], [x=x])
# This is only needed for the demo app.
PKG_CHECK_MODULES([SDL2_image], [SDL2_image], [], [with_demo_app=no; AC_MSG_WARN([SDL2_image not found, demo program will not be built])])

View File

@ -46,8 +46,8 @@ include/movit/ycbcr_conversion_effect.h
include/movit/ycbcr_input.h
lib/libmovit.a
lib/libmovit.so
lib/libmovit.so.5
lib/libmovit.so.5.0.0
lib/libmovit.so.8
lib/libmovit.so.8.0.2
libdata/pkgconfig/movit.pc
%%DATADIR%%/alpha_division_effect.frag
%%DATADIR%%/alpha_multiplication_effect.frag
@ -55,16 +55,19 @@ libdata/pkgconfig/movit.pc
%%DATADIR%%/colorspace_conversion_effect.frag
%%DATADIR%%/complex_modulate_effect.frag
%%DATADIR%%/deconvolution_sharpen_effect.frag
%%DATADIR%%/deinterlace_effect.comp
%%DATADIR%%/deinterlace_effect.frag
%%DATADIR%%/dither_effect.frag
%%DATADIR%%/fft_pass_effect.frag
%%DATADIR%%/flat_input.frag
%%DATADIR%%/footer.comp
%%DATADIR%%/footer.frag
%%DATADIR%%/gamma_compression_effect.frag
%%DATADIR%%/gamma_expansion_effect.frag
%%DATADIR%%/header.130.frag
%%DATADIR%%/header.150.frag
%%DATADIR%%/header.300es.frag
%%DATADIR%%/header.comp
%%DATADIR%%/highlight_cutoff_effect.frag
%%DATADIR%%/identity.frag
%%DATADIR%%/lift_gamma_gain_effect.frag

View File

@ -3,7 +3,7 @@
PORTNAME= synfigstudio
PORTVERSION= 1.2.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics multimedia
MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source

View File

@ -2,7 +2,7 @@
PORTNAME= kdenlive
PORTVERSION= 0.9.10
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src/
PKGNAMESUFFIX= -kde4

View File

@ -2,7 +2,7 @@
PORTNAME= kdenlive
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= multimedia kde kde-applications
MAINTAINER= kde@FreeBSD.org

View File

@ -2,8 +2,8 @@
PORTNAME= mlt
DISTVERSIONPREFIX= v
DISTVERSION= 6.10.0
PORTREVISION?= 2
DISTVERSION= 6.12.0
PORTREVISION?= 0
CATEGORIES?= multimedia
MAINTAINER= kde@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1533369840
SHA256 (mltframework-mlt-v6.10.0_GH0.tar.gz) = e794f12b00d1b90009a1574237823a03ce0b3625638306d1369888375e90edff
SIZE (mltframework-mlt-v6.10.0_GH0.tar.gz) = 1384632
TIMESTAMP = 1544556603
SHA256 (mltframework-mlt-v6.12.0_GH0.tar.gz) = a4af6245f0d78f9b5d4bfdfd632d7f6a8a81e47c6eb7184fb1c040db747607ac
SIZE (mltframework-mlt-v6.12.0_GH0.tar.gz) = 1395646

View File

@ -1,6 +1,7 @@
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
@ -23,7 +24,6 @@ include/mlt++/MltService.h
include/mlt++/MltTokeniser.h
include/mlt++/MltTractor.h
include/mlt++/MltTransition.h
include/mlt++/MltConfig.h
include/mlt/framework/mlt.h
include/mlt/framework/mlt_animation.h
include/mlt/framework/mlt_cache.h
@ -53,11 +53,11 @@ include/mlt/framework/mlt_transition.h
include/mlt/framework/mlt_types.h
include/mlt/framework/mlt_version.h
lib/libmlt++.so
lib/libmlt++.so.%%PORTVERSION%%
lib/libmlt++.so.3
lib/libmlt++.so.%%PORTVERSION%%
lib/libmlt.so
lib/libmlt.so.%%PORTVERSION%%
lib/libmlt.so.6
lib/libmlt.so.%%PORTVERSION%%
%%FFMPEG%%lib/mlt/libmltavformat.so
lib/mlt/libmltcore.so
lib/mlt/libmltdecklink.so
@ -76,8 +76,8 @@ lib/mlt/libmltplusgpl.so
lib/mlt/libmltsdl.so
%%SOX%%lib/mlt/libmltsox.so
%%SWFDEC%%lib/mlt/libmltswfdec.so
%%VIDSTAB%%lib/mlt/libmltvidstab.so
lib/mlt/libmltvideostab.so
%%VIDSTAB%%lib/mlt/libmltvidstab.so
lib/mlt/libmltvmfx.so
lib/mlt/libmltxine.so
lib/mlt/libmltxml.so
@ -237,8 +237,8 @@ man/man1/melt.1.gz
%%DATADIR%%/plus/filter_affine.yml
%%DATADIR%%/plus/filter_charcoal.yml
%%DATADIR%%/plus/filter_dance.yml
%%DATADIR%%/plus/filter_dynamictext.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
@ -247,6 +247,9 @@ man/man1/melt.1.gz
%%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
@ -269,6 +272,10 @@ man/man1/melt.1.gz
%%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
@ -315,6 +322,7 @@ man/man1/melt.1.gz
%%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
@ -341,6 +349,7 @@ man/man1/melt.1.gz
%%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
@ -395,6 +404,8 @@ man/man1/melt.1.gz
%%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

View File

@ -3,7 +3,7 @@
PORTNAME= openshot
PORTVERSION= 1.4.3
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= multimedia
MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/

View File

@ -1,14 +1,10 @@
# $FreeBSD$
PORTNAME= shotcut
PORTVERSION= ${FULLVERSION:R}
DISTVERSIONPREFIX= v
PORTREVISION= 8
DISTVERSION= ${FULLVERSION}
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= f304b7403cc7.patch:-p1
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Free, open source, cross-platform video editor
@ -22,13 +18,14 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
USE_GITHUB= yes
GH_ACCOUNT= mltframework
# Needed to be able to correctly check for updates in-app.
FULLVERSION= 17.02.01
FULLVERSION= 18.11.18
USES= pkgconfig qmake qt:5
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" \
@ -68,9 +65,4 @@ post-install:
${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>

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1535711386
SHA256 (mltframework-shotcut-v17.02_GH0.tar.gz) = 19e2812c72c34d87317f56f0e1ad07de1e19b295865dfcc67078bbd4c37fde26
SIZE (mltframework-shotcut-v17.02_GH0.tar.gz) = 3729420
SHA256 (f304b7403cc7.patch) = b825b672fbcff49eefbf945f1bf30e8bff69b8e09da84a6d82f4f04c11b94a05
SIZE (f304b7403cc7.patch) = 938
TIMESTAMP = 1544559530
SHA256 (mltframework-shotcut-v18.11.18_GH0.tar.gz) = d28c7aa114ac2e9c5678826884d01f9ce7546e87546fe40bf8dfa974f1c3cf1c
SIZE (mltframework-shotcut-v18.11.18_GH0.tar.gz) = 4774152

View File

@ -1,5 +1,9 @@
bin/shotcut
share/applications/org.shotcut.Shotcut.desktop
share/icons/hicolor/64x64/apps/org.shotcut.Shotcut.png
share/icons/hicolor/64x64/apps/shotcut.png
share/metainfo/org.shotcut.Shotcut.appdata.xml
share/mime/packages/org.shotcut.Shotcut.xml
%%DATADIR%%/qml/export-edl/export-edl.js
%%DATADIR%%/qml/export-edl/main.js
%%DATADIR%%/qml/export-edl/mlt2edl.js
@ -91,6 +95,8 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%DATADIR%%/qml/filters/glow/ui_movit.qml
%%DATADIR%%/qml/filters/grain/meta.qml
%%DATADIR%%/qml/filters/grain/ui.qml
%%DATADIR%%/qml/filters/hue_lightness_saturation/meta.qml
%%DATADIR%%/qml/filters/hue_lightness_saturation/ui.qml
%%DATADIR%%/qml/filters/invert/meta.qml
%%DATADIR%%/qml/filters/invert/ui.qml
%%DATADIR%%/qml/filters/keyspillm0pup/meta.qml
@ -101,9 +107,13 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%DATADIR%%/qml/filters/lines/ui.qml
%%DATADIR%%/qml/filters/lut3d/meta.qml
%%DATADIR%%/qml/filters/lut3d/ui.qml
%%DATADIR%%/qml/filters/mask/meta.qml
%%DATADIR%%/qml/filters/mask/ui.qml
%%DATADIR%%/qml/filters/mirror/meta.qml
%%DATADIR%%/qml/filters/mirror/meta_movit.qml
%%DATADIR%%/qml/filters/mirror/ui.qml
%%DATADIR%%/qml/filters/mosaic/meta.qml
%%DATADIR%%/qml/filters/mosaic/ui.qml
%%DATADIR%%/qml/filters/movit_diffusion/meta.qml
%%DATADIR%%/qml/filters/movit_diffusion/ui.qml
%%DATADIR%%/qml/filters/oldfilm/meta.qml
@ -133,20 +143,37 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%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/sketch/meta.qml
%%DATADIR%%/qml/filters/sketch/ui.qml
%%DATADIR%%/qml/filters/smartblur/meta.qml
%%DATADIR%%/qml/filters/smartblur/ui.qml
%%DATADIR%%/qml/filters/spectrum/meta_spectrum.qml
%%DATADIR%%/qml/filters/spectrum/ui_spectrum.qml
%%DATADIR%%/qml/filters/spectrum/vui_spectrum.qml
%%DATADIR%%/qml/filters/spillsuppress/meta.qml
%%DATADIR%%/qml/filters/spillsuppress/ui.qml
%%DATADIR%%/qml/filters/spot_remover/meta.qml
%%DATADIR%%/qml/filters/spot_remover/ui.qml
%%DATADIR%%/qml/filters/spot_remover/vui.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/timer/ClockSpinner.qml
%%DATADIR%%/qml/filters/timer/meta.qml
%%DATADIR%%/qml/filters/timer/ui.qml
%%DATADIR%%/qml/filters/timer/vui.qml
%%DATADIR%%/qml/filters/unpremultiply/meta.qml
%%DATADIR%%/qml/filters/unpremultiply/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/waveform/meta.qml
%%DATADIR%%/qml/filters/waveform/ui.qml
%%DATADIR%%/qml/filters/waveform/vui.qml
%%DATADIR%%/qml/filters/webvfx/meta.qml
%%DATADIR%%/qml/filters/webvfx/ui.qml
%%DATADIR%%/qml/filters/webvfx_circular_frame/filter-demo.html
@ -158,14 +185,14 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%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/liberation_sans_bold.js
%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/liberation_sans_regular.js
%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/liberation_serif_bold.js
%%DATADIR%%/qml/filters/webvfx_threejs_text/fonts/liberation_serif_regular.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
@ -178,14 +205,19 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%DATADIR%%/qml/htmleditor/text_outline.qml
%%DATADIR%%/qml/htmleditor/text_shadow.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/ColorPicker.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/KeyframesButton.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/TextFilterUi.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/TextFilterVui.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/TimeSpinner.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/ToggleButton.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/ToolTip.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/UndoButton.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/VuiBase.qml
%%DATADIR%%/qml/modules/Shotcut/Controls/qmldir
%%DATADIR%%/qml/scopes/audioloudness/audioloudnessscope.qml
%%DATADIR%%/qml/timeline/Clip.qml
@ -194,7 +226,6 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%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
@ -205,7 +236,16 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%DATADIR%%/qml/views/filter/FilterMenu.qml
%%DATADIR%%/qml/views/filter/FilterMenuDelegate.qml
%%DATADIR%%/qml/views/filter/filterview.qml
%%DATADIR%%/qml/vui_droparea.qml
%%DATADIR%%/qml/views/keyframes/Clip.qml
%%DATADIR%%/qml/views/keyframes/Keyframe.qml
%%DATADIR%%/qml/views/keyframes/Keyframes.js
%%DATADIR%%/qml/views/keyframes/KeyframesToolbar.qml
%%DATADIR%%/qml/views/keyframes/Parameter.qml
%%DATADIR%%/qml/views/keyframes/ParameterHead.qml
%%DATADIR%%/qml/views/keyframes/Ruler.qml
%%DATADIR%%/qml/views/keyframes/ToggleButton.qml
%%DATADIR%%/qml/views/keyframes/ZoomSlider.qml
%%DATADIR%%/qml/views/keyframes/keyframes.qml
%%NLS%%%%DATADIR%%/translations/shotcut_ca.qm
%%NLS%%%%DATADIR%%/translations/shotcut_cs.qm
%%NLS%%%%DATADIR%%/translations/shotcut_da.qm
@ -213,9 +253,15 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%NLS%%%%DATADIR%%/translations/shotcut_el.qm
%%NLS%%%%DATADIR%%/translations/shotcut_en.qm
%%NLS%%%%DATADIR%%/translations/shotcut_es.qm
%%NLS%%%%DATADIR%%/translations/shotcut_et.qm
%%NLS%%%%DATADIR%%/translations/shotcut_fi.qm
%%NLS%%%%DATADIR%%/translations/shotcut_fr.qm
%%NLS%%%%DATADIR%%/translations/shotcut_gd.qm
%%NLS%%%%DATADIR%%/translations/shotcut_hu.qm
%%NLS%%%%DATADIR%%/translations/shotcut_it.qm
%%NLS%%%%DATADIR%%/translations/shotcut_ja.qm
%%NLS%%%%DATADIR%%/translations/shotcut_nb.qm
%%NLS%%%%DATADIR%%/translations/shotcut_ne.qm
%%NLS%%%%DATADIR%%/translations/shotcut_nl.qm
%%NLS%%%%DATADIR%%/translations/shotcut_oc.qm
%%NLS%%%%DATADIR%%/translations/shotcut_pl.qm
@ -224,6 +270,7 @@ share/icons/hicolor/64x64/apps/shotcut.png
%%NLS%%%%DATADIR%%/translations/shotcut_ru.qm
%%NLS%%%%DATADIR%%/translations/shotcut_sk.qm
%%NLS%%%%DATADIR%%/translations/shotcut_sl.qm
%%NLS%%%%DATADIR%%/translations/shotcut_tr.qm
%%NLS%%%%DATADIR%%/translations/shotcut_uk.qm
%%NLS%%%%DATADIR%%/translations/shotcut_zh_CN.qm
%%NLS%%%%DATADIR%%/translations/shotcut_zh_TW.qm

View File

@ -2,7 +2,7 @@
PORTNAME= webvfx
DISTVERSION= 0.4.4-20160823
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= multimedia
PKGNAMESUFFIX= -qt5