From owner-svn-ports-all@freebsd.org Mon Jan 9 07:02:24 2017 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 3C5B0CA6BD6; Mon, 9 Jan 2017 07:02:24 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 074FF1FC8; Mon, 9 Jan 2017 07:02:23 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by mail-qk0-f175.google.com with SMTP id 11so33366136qkl.3; Sun, 08 Jan 2017 23:02:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4JNY0zUDclspfas8/J1dWJSgl1ksDnwSEphpNd6XGEQ=; b=KsCnPcIMoGS6IiHgPsV9GqzQzMq1ol6OpCfj2Nu7iDiJw8cEdwwZQYD3kk5N4XHIga zkdvhDyqHKivJWt+kxJIkhOeaKotsAGvihGb78xQsaMN6VT2MBQ5f6bN+Oxzvm0LRdV9 b71zYWHDzJUmOnR0G7xeEhEpQqAUOggvhzVv5Qz1QlSoaarIGMeNTl9HJkkzUYLGEVlU iwXhhNpkOaTGWjtDRwpyHiR3Ik6wGH0NahRxHtrpkwRWvGyN52xfe9wMe7a+uOgEu0NA WvU8pQSPXNELjB0FTESxu+NwwPZzr4Ip3YyrasbVF+a21MGUkASoVSxyf3EL4gIW3gZH CYKQ== X-Gm-Message-State: AIkVDXKf+llpS3xcqYsz7AmRT6jgleHxkl1xhjJbUe+BZ0iaMRtmGObGcBsNDp2fuzSgmpIArfbJthvtminVJg== X-Received: by 10.55.49.7 with SMTP id x7mr80149065qkx.141.1483945342635; Sun, 08 Jan 2017 23:02:22 -0800 (PST) MIME-Version: 1.0 References: <201612291520.uBTFKHwr059431@repo.freebsd.org> In-Reply-To: From: Alberto Villa Date: Mon, 09 Jan 2017 07:02:11 +0000 Message-ID: Subject: Re: svn commit: r429922 - in head/multimedia: . shotcut To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Mon, 09 Jan 2017 07:02:24 -0000 Those very soversions are required by the application, but i agree it's better to remove them. Thanks! Il giorno gio 29 dic 2016 alle ore 17:11 Adam Weinberger ha scritto: > > On 29 Dec, 2016, at 8:20, Alberto Villa wrote: > > > > Author: avilla > > Date: Thu Dec 29 15:20:17 2016 > > New Revision: 429922 > > URL: https://svnweb.freebsd.org/changeset/ports/429922 > > > > 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. > > > > WWW: https://shotcutapp.com > > > > 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 > > > > Modified: head/multimedia/Makefile > > > ============================================================================== > > --- 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 += rubygem-gstreamer > > SUBDIR += sabbu > > SUBDIR += schroedinger > > + SUBDIR += shotcut > > SUBDIR += smpeg > > SUBDIR += smpeg2 > > SUBDIR += smplayer > > > > Added: head/multimedia/shotcut/Makefile > > > ============================================================================== > > --- /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= shotcut > > +PORTVERSION= ${FULLVERSION:R} > > +CATEGORIES= multimedia > > + > > +MAINTAINER= avilla@FreeBSD.org > > +COMMENT= Free, open source, cross-platform video editor > > + > > +LICENSE= GPLv3 > > + > > +LIB_DEPENDS= libmlt.so:multimedia/mlt > > +RUN_DEPENDS= 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>=xyz:devel/sdl12), or the unversioned symlink like you have here: > > > +WEBVFX_RUN_DEPENDS= > ${LOCALBASE}/lib/mlt/libmltwebvfx.so:multimedia/webvfx-qt5 > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > https://www.adamw.org > >