From owner-svn-ports-all@freebsd.org Thu Dec 29 16:11:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D295C96B5C; Thu, 29 Dec 2016 16:11:37 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3BD9181E; Thu, 29 Dec 2016 16:11:36 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 7b294927 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 29 Dec 2016 09:11:29 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r429922 - in head/multimedia: . shotcut From: Adam Weinberger In-Reply-To: <201612291520.uBTFKHwr059431@repo.freebsd.org> Date: Thu, 29 Dec 2016 09:11:27 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201612291520.uBTFKHwr059431@repo.freebsd.org> To: Alberto Villa X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 29 Dec 2016 16:11:37 -0000 > On 29 Dec, 2016, at 8:20, Alberto Villa wrote: >=20 > Author: avilla > Date: Thu Dec 29 15:20:17 2016 > New Revision: 429922 > URL: https://svnweb.freebsd.org/changeset/ports/429922 >=20 > Log: > Shotcut is a free, open source, cross-platform video editor for > Windows, Mac and Linux. Major features include support for a wide > range of formats; no import required meaning native timeline editing; > Blackmagic Design support for input and preview monitoring; and > resolution support to 4k. >=20 > WWW: https://shotcutapp.com >=20 > Added: > head/multimedia/shotcut/ > head/multimedia/shotcut/Makefile (contents, props changed) > head/multimedia/shotcut/distinfo (contents, props changed) > head/multimedia/shotcut/pkg-descr (contents, props changed) > head/multimedia/shotcut/pkg-plist (contents, props changed) > Modified: > head/multimedia/Makefile >=20 > Modified: head/multimedia/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/multimedia/Makefile Thu Dec 29 14:58:28 2016 = (r429921) > +++ head/multimedia/Makefile Thu Dec 29 15:20:17 2016 = (r429922) > @@ -370,6 +370,7 @@ > SUBDIR +=3D rubygem-gstreamer > SUBDIR +=3D sabbu > SUBDIR +=3D schroedinger > + SUBDIR +=3D shotcut > SUBDIR +=3D smpeg > SUBDIR +=3D smpeg2 > SUBDIR +=3D smplayer >=20 > Added: head/multimedia/shotcut/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/multimedia/shotcut/Makefile Thu Dec 29 15:20:17 2016 = (r429922) > @@ -0,0 +1,68 @@ > +# $FreeBSD$ > + > +PORTNAME=3D shotcut > +PORTVERSION=3D ${FULLVERSION:R} > +CATEGORIES=3D multimedia > + > +MAINTAINER=3D avilla@FreeBSD.org > +COMMENT=3D Free, open source, cross-platform video editor > + > +LICENSE=3D GPLv3 > + > +LIB_DEPENDS=3D libmlt.so:multimedia/mlt > +RUN_DEPENDS=3D ffmpeg:multimedia/ffmpeg \ > + ${LOCALBASE}/lib/libjack.so.0:audio/jack \ > + ${LOCALBASE}/lib/libSDL-1.2.so.0:devel/sdl12 That seems potentially fragile, if those shlibs ever get bumped or = modified. Consider instead depending on the package itself = (sdl12>=3Dxyz:devel/sdl12), or the unversioned symlink like you have = here: > +WEBVFX_RUN_DEPENDS=3D = ${LOCALBASE}/lib/mlt/libmltwebvfx.so:multimedia/webvfx-qt5 # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org