From owner-svn-ports-all@freebsd.org Tue Nov 3 08:38:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F422450CB9; Tue, 3 Nov 2020 08:38:46 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CQNVG043Nz4n6M; Tue, 3 Nov 2020 08:38:46 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D583D17F80; Tue, 3 Nov 2020 08:38:45 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A38cjMK015029; Tue, 3 Nov 2020 08:38:45 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A38cj5w015007; Tue, 3 Nov 2020 08:38:45 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011030838.0A38cj5w015007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Tue, 3 Nov 2020 08:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553964 - in branches/2020Q4/multimedia/shotcut: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in branches/2020Q4/multimedia/shotcut: . files X-SVN-Commit-Revision: 553964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2020 08:38:46 -0000 Author: fernape Date: Tue Nov 3 08:38:45 2020 New Revision: 553964 URL: https://svnweb.freebsd.org/changeset/ports/553964 Log: MFH: r553961 multimedia/shotcut: update to 20.10.31 ChangeLog: https://shotcut.org/blog/new-release-201031/ This fixes some regression in 20.09 Reported by: portscout Approved by: ports-secteam (blanket, runtime fixes) Deleted: branches/2020Q4/multimedia/shotcut/files/ Modified: branches/2020Q4/multimedia/shotcut/Makefile branches/2020Q4/multimedia/shotcut/distinfo branches/2020Q4/multimedia/shotcut/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/shotcut/Makefile ============================================================================== --- branches/2020Q4/multimedia/shotcut/Makefile Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/Makefile Tue Nov 3 08:38:45 2020 (r553964) @@ -22,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= mltframework # Needed to be able to correctly check for updates in-app. -FULLVERSION= 20.09.27 +FULLVERSION= 20.10.31 USE_GL+= gl USE_QT= buildtools_build concurrent_build core declarative \ Modified: branches/2020Q4/multimedia/shotcut/distinfo ============================================================================== --- branches/2020Q4/multimedia/shotcut/distinfo Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/distinfo Tue Nov 3 08:38:45 2020 (r553964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601317296 -SHA256 (mltframework-shotcut-v20.09.27_GH0.tar.gz) = ab6591a3930c2d401f0b07c26fc12316899b241a5adfc4804ef170d451dbbe84 -SIZE (mltframework-shotcut-v20.09.27_GH0.tar.gz) = 5901180 +TIMESTAMP = 1604318101 +SHA256 (mltframework-shotcut-v20.10.31_GH0.tar.gz) = f18580f1bd725a55c285c622982d9c947e295c9fc81911697f3cce69f806c0dc +SIZE (mltframework-shotcut-v20.10.31_GH0.tar.gz) = 5735908 Modified: branches/2020Q4/multimedia/shotcut/pkg-plist ============================================================================== --- branches/2020Q4/multimedia/shotcut/pkg-plist Tue Nov 3 08:38:44 2020 (r553963) +++ branches/2020Q4/multimedia/shotcut/pkg-plist Tue Nov 3 08:38:45 2020 (r553964) @@ -37,6 +37,7 @@ share/mime/packages/org.shotcut.Shotcut.xml %%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_invert/meta.qml %%DATADIR%%/qml/filters/audio_limiter/meta.qml %%DATADIR%%/qml/filters/audio_limiter/ui.qml %%DATADIR%%/qml/filters/audio_lowpass/meta.qml @@ -275,20 +276,6 @@ share/mime/packages/org.shotcut.Shotcut.xml %%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/templates/plain/Basic/Blank HTML/blank.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Blue Middle Bar/blue_middle_bar.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Blue Middle Bar/blue_middle_bar.svg -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 1/creative_commons_music_1.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 1/creative_commons_music_1.svg -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 2/creative_commons_music_2.html -%%DATADIR%%/qml/filters/webvfx/templates/plain/OpenShot/Creative Commons Music 2/creative_commons_music_2.svg -%%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 %%DATADIR%%/qml/filters/webvfx_choppy/ui.qml @@ -326,8 +313,6 @@ 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/htmleditor/text_outline.qml -%%DATADIR%%/qml/htmleditor/text_shadow.qml %%DATADIR%%/qml/modules/Shotcut/Controls/ColorPicker.qml %%DATADIR%%/qml/modules/Shotcut/Controls/GradientControl.qml %%DATADIR%%/qml/modules/Shotcut/Controls/KeyframableFilter.qml