From owner-svn-ports-all@freebsd.org Sat Apr 6 14:43:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B59DB155F225; Sat, 6 Apr 2019 14:43:07 +0000 (UTC) (envelope-from tcberner@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) server-signature RSA-PSS (4096 bits) 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 516988288B; Sat, 6 Apr 2019 14:43:07 +0000 (UTC) (envelope-from tcberner@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 A827026053; Sat, 6 Apr 2019 14:43:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x36Eh6IX007352; Sat, 6 Apr 2019 14:43:06 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x36Eh4ik007333; Sat, 6 Apr 2019 14:43:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201904061443.x36Eh4ik007333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 6 Apr 2019 14:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498105 - in head: devel/synfig graphics/synfigstudio multimedia/kdenlive multimedia/mlt multimedia/mlt-qt5 multimedia/openshot multimedia/py-mlt multimedia/shotcut multimedia/webvfx-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/synfig graphics/synfigstudio multimedia/kdenlive multimedia/mlt multimedia/mlt-qt5 multimedia/openshot multimedia/py-mlt multimedia/shotcut multimedia/webvfx-qt5 X-SVN-Commit-Revision: 498105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 516988288B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 06 Apr 2019 14:43:08 -0000 Author: tcberner Date: Sat Apr 6 14:43:03 2019 New Revision: 498105 URL: https://svnweb.freebsd.org/changeset/ports/498105 Log: multimedia/mlt: update to 6.14.0 Changelog: https://www.mltframework.org/blog/v6.14.0_released/ Modified: head/devel/synfig/Makefile head/graphics/synfigstudio/Makefile head/multimedia/kdenlive/Makefile head/multimedia/mlt-qt5/Makefile head/multimedia/mlt-qt5/pkg-plist head/multimedia/mlt/Makefile head/multimedia/mlt/distinfo head/multimedia/mlt/pkg-plist head/multimedia/openshot/Makefile head/multimedia/py-mlt/Makefile head/multimedia/shotcut/Makefile head/multimedia/webvfx-qt5/Makefile Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/devel/synfig/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.2.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source Modified: head/graphics/synfigstudio/Makefile ============================================================================== --- head/graphics/synfigstudio/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/graphics/synfigstudio/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -3,7 +3,7 @@ PORTNAME= synfigstudio PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics multimedia MASTER_SITES= SF/synfig/releases/${PORTVERSION}/source Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/kdenlive/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -2,6 +2,7 @@ PORTNAME= kdenlive DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/multimedia/mlt-qt5/Makefile ============================================================================== --- head/multimedia/mlt-qt5/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/mlt-qt5/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 CONFLICTS_INSTALL= ${PORTNAME}-qt4-* Modified: head/multimedia/mlt-qt5/pkg-plist ============================================================================== --- head/multimedia/mlt-qt5/pkg-plist Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/mlt-qt5/pkg-plist Sat Apr 6 14:43:03 2019 (r498105) @@ -3,6 +3,7 @@ lib/mlt/libmltqt.so %%DATADIR%%/qt/filter_audiowaveform.yml %%DATADIR%%/qt/filter_lightshow.yml %%DATADIR%%/qt/filter_qtblend.yml +%%DATADIR%%/qt/filter_qtext.yml %%DATADIR%%/qt/producer_kdenlivetitle.yml %%DATADIR%%/qt/producer_qimage.yml %%DATADIR%%/qt/producer_qtext.yml Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/mlt/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -2,8 +2,8 @@ PORTNAME= mlt DISTVERSIONPREFIX= v -DISTVERSION= 6.12.0 -PORTREVISION?= 2 +DISTVERSION= 6.14.0 +PORTREVISION?= 0 CATEGORIES?= multimedia MAINTAINER= kde@FreeBSD.org @@ -36,7 +36,7 @@ BROKEN_sparc64= does not compile on sparc64 (invokes USE_GL= gl USE_GNOME= libxml2 -USE_SDL= image +USE_SDL= image2 USE_XORG= x11 USES+= gl iconv pathfix PATHFIX_MAKEFILEIN= Makefile Modified: head/multimedia/mlt/distinfo ============================================================================== --- head/multimedia/mlt/distinfo Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/mlt/distinfo Sat Apr 6 14:43:03 2019 (r498105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544556603 -SHA256 (mltframework-mlt-v6.12.0_GH0.tar.gz) = a4af6245f0d78f9b5d4bfdfd632d7f6a8a81e47c6eb7184fb1c040db747607ac -SIZE (mltframework-mlt-v6.12.0_GH0.tar.gz) = 1395646 +TIMESTAMP = 1554030754 +SHA256 (mltframework-mlt-v6.14.0_GH0.tar.gz) = d387350f7bb7dd01efce3933c5ab7987b596e98bef7cc9c2349524d55a808b5e +SIZE (mltframework-mlt-v6.14.0_GH0.tar.gz) = 1413015 Modified: head/multimedia/mlt/pkg-plist ============================================================================== --- head/multimedia/mlt/pkg-plist Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/mlt/pkg-plist Sat Apr 6 14:43:03 2019 (r498105) @@ -73,7 +73,7 @@ lib/mlt/libmltoldfilm.so lib/mlt/libmltplus.so lib/mlt/libmltplusgpl.so %%SAMPLERATE%%lib/mlt/libmltresample.so -lib/mlt/libmltsdl.so +lib/mlt/libmltsdl2.so %%SOX%%lib/mlt/libmltsox.so %%SWFDEC%%lib/mlt/libmltswfdec.so lib/mlt/libmltvideostab.so @@ -99,6 +99,8 @@ man/man1/melt.1.gz %%DATADIR%%/core/filter_gamma.yml %%DATADIR%%/core/filter_greyscale.yml %%DATADIR%%/core/filter_luma.yml +%%DATADIR%%/core/filter_mask_apply.yml +%%DATADIR%%/core/filter_mask_start.yml %%DATADIR%%/core/filter_mirror.yml %%DATADIR%%/core/filter_mono.yml %%DATADIR%%/core/filter_obscure.yml @@ -143,6 +145,7 @@ man/man1/melt.1.gz %%GTK2%%%%DATADIR%%/gtk2/producer_pixbuf.yml %%JACK%%%%DATADIR%%/jackrack/blacklist.txt %%JACK%%%%DATADIR%%/jackrack/consumer_jack.yml +%%JACK%%%%DATADIR%%/jackrack/filter_jack.yml %%JACK%%%%DATADIR%%/jackrack/filter_jackrack.yml %%JACK%%%%DATADIR%%/jackrack/filter_ladspa.yml %%JACK%%%%DATADIR%%/jackrack/producer_ladspa.yml @@ -151,6 +154,50 @@ man/man1/melt.1.gz %%DATADIR%%/kdenlive/filter_wave.yml %%DATADIR%%/kdenlive/producer_framebuffer.yml %%DATADIR%%/linsys/consumer_sdi.yml +%%DATADIR%%/lumas/16_9/luma01.pgm +%%DATADIR%%/lumas/16_9/luma02.pgm +%%DATADIR%%/lumas/16_9/luma03.pgm +%%DATADIR%%/lumas/16_9/luma04.pgm +%%DATADIR%%/lumas/16_9/luma05.pgm +%%DATADIR%%/lumas/16_9/luma06.pgm +%%DATADIR%%/lumas/16_9/luma07.pgm +%%DATADIR%%/lumas/16_9/luma08.pgm +%%DATADIR%%/lumas/16_9/luma09.pgm +%%DATADIR%%/lumas/16_9/luma10.pgm +%%DATADIR%%/lumas/16_9/luma11.pgm +%%DATADIR%%/lumas/16_9/luma12.pgm +%%DATADIR%%/lumas/16_9/luma13.pgm +%%DATADIR%%/lumas/16_9/luma14.pgm +%%DATADIR%%/lumas/16_9/luma15.pgm +%%DATADIR%%/lumas/16_9/luma16.pgm +%%DATADIR%%/lumas/16_9/luma17.pgm +%%DATADIR%%/lumas/16_9/luma18.pgm +%%DATADIR%%/lumas/16_9/luma19.pgm +%%DATADIR%%/lumas/16_9/luma20.pgm +%%DATADIR%%/lumas/16_9/luma21.pgm +%%DATADIR%%/lumas/16_9/luma22.pgm +%%DATADIR%%/lumas/9_16/luma01.pgm +%%DATADIR%%/lumas/9_16/luma02.pgm +%%DATADIR%%/lumas/9_16/luma03.pgm +%%DATADIR%%/lumas/9_16/luma04.pgm +%%DATADIR%%/lumas/9_16/luma05.pgm +%%DATADIR%%/lumas/9_16/luma06.pgm +%%DATADIR%%/lumas/9_16/luma07.pgm +%%DATADIR%%/lumas/9_16/luma08.pgm +%%DATADIR%%/lumas/9_16/luma09.pgm +%%DATADIR%%/lumas/9_16/luma10.pgm +%%DATADIR%%/lumas/9_16/luma11.pgm +%%DATADIR%%/lumas/9_16/luma12.pgm +%%DATADIR%%/lumas/9_16/luma13.pgm +%%DATADIR%%/lumas/9_16/luma14.pgm +%%DATADIR%%/lumas/9_16/luma15.pgm +%%DATADIR%%/lumas/9_16/luma16.pgm +%%DATADIR%%/lumas/9_16/luma17.pgm +%%DATADIR%%/lumas/9_16/luma18.pgm +%%DATADIR%%/lumas/9_16/luma19.pgm +%%DATADIR%%/lumas/9_16/luma20.pgm +%%DATADIR%%/lumas/9_16/luma21.pgm +%%DATADIR%%/lumas/9_16/luma22.pgm %%DATADIR%%/lumas/NTSC/luma01.pgm %%DATADIR%%/lumas/NTSC/luma02.pgm %%DATADIR%%/lumas/NTSC/luma03.pgm @@ -195,6 +242,28 @@ man/man1/melt.1.gz %%DATADIR%%/lumas/PAL/luma20.pgm %%DATADIR%%/lumas/PAL/luma21.pgm %%DATADIR%%/lumas/PAL/luma22.pgm +%%DATADIR%%/lumas/square/luma01.pgm +%%DATADIR%%/lumas/square/luma02.pgm +%%DATADIR%%/lumas/square/luma03.pgm +%%DATADIR%%/lumas/square/luma04.pgm +%%DATADIR%%/lumas/square/luma05.pgm +%%DATADIR%%/lumas/square/luma06.pgm +%%DATADIR%%/lumas/square/luma07.pgm +%%DATADIR%%/lumas/square/luma08.pgm +%%DATADIR%%/lumas/square/luma09.pgm +%%DATADIR%%/lumas/square/luma10.pgm +%%DATADIR%%/lumas/square/luma11.pgm +%%DATADIR%%/lumas/square/luma12.pgm +%%DATADIR%%/lumas/square/luma13.pgm +%%DATADIR%%/lumas/square/luma14.pgm +%%DATADIR%%/lumas/square/luma15.pgm +%%DATADIR%%/lumas/square/luma16.pgm +%%DATADIR%%/lumas/square/luma17.pgm +%%DATADIR%%/lumas/square/luma18.pgm +%%DATADIR%%/lumas/square/luma19.pgm +%%DATADIR%%/lumas/square/luma20.pgm +%%DATADIR%%/lumas/square/luma21.pgm +%%DATADIR%%/lumas/square/luma22.pgm %%DATADIR%%/metaschema.yaml %%DATADIR%%/motion_est/filter_autotrack_rectangle.yml %%DATADIR%%/motion_est/filter_motion_est.yml @@ -424,12 +493,11 @@ man/man1/melt.1.gz %%DATADIR%%/profiles/uhd_2160p_60 %%DATADIR%%/profiles/vcd_ntsc %%DATADIR%%/profiles/vcd_pal +%%DATADIR%%/profiles/vertical_hd_30 +%%DATADIR%%/profiles/vertical_hd_60 %%SAMPLERATE%%%%DATADIR%%/resample/filter_resample.yml -%%DATADIR%%/sdl/consumer_sdl.yml -%%DATADIR%%/sdl/consumer_sdl_audio.yml -%%DATADIR%%/sdl/consumer_sdl_preview.yml -%%DATADIR%%/sdl/consumer_sdl_still.yml -%%DATADIR%%/sdl/producer_sdl_image.yml +%%DATADIR%%/sdl2/consumer_sdl2.yml +%%DATADIR%%/sdl2/consumer_sdl2_audio.yml %%SOX%%%%DATADIR%%/sox/filter_sox.yml %%SOX%%%%DATADIR%%/sox/filter_sox_effect.yml %%SWFDEC%%%%DATADIR%%/swfdec/producer_swfdec.yml Modified: head/multimedia/openshot/Makefile ============================================================================== --- head/multimedia/openshot/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/openshot/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -3,7 +3,7 @@ PORTNAME= openshot PORTVERSION= 1.4.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ Modified: head/multimedia/py-mlt/Makefile ============================================================================== --- head/multimedia/py-mlt/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/py-mlt/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -1,4 +1,5 @@ # Created by: Charlie Kester +PORTREVISION= 0 # $FreeBSD$ CATEGORIES= multimedia python Modified: head/multimedia/shotcut/Makefile ============================================================================== --- head/multimedia/shotcut/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/shotcut/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -3,6 +3,7 @@ PORTNAME= shotcut DISTVERSIONPREFIX= v DISTVERSION= ${FULLVERSION} +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org Modified: head/multimedia/webvfx-qt5/Makefile ============================================================================== --- head/multimedia/webvfx-qt5/Makefile Sat Apr 6 14:43:01 2019 (r498104) +++ head/multimedia/webvfx-qt5/Makefile Sat Apr 6 14:43:03 2019 (r498105) @@ -2,7 +2,7 @@ PORTNAME= webvfx DISTVERSION= 0.4.4-20160823 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia PKGNAMESUFFIX= -qt5