Date: Mon, 10 Apr 2017 15:45:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438178 - head/multimedia/lives Message-ID: <201704101545.v3AFjC29008657@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Apr 10 15:45:12 2017 New Revision: 438178 URL: https://svnweb.freebsd.org/changeset/ports/438178 Log: - Fix LICENSE - Add LICENSE_FILE - Fix shebangs Modified: head/multimedia/lives/Makefile Modified: head/multimedia/lives/Makefile ============================================================================== --- head/multimedia/lives/Makefile Mon Apr 10 15:44:31 2017 (r438177) +++ head/multimedia/lives/Makefile Mon Apr 10 15:45:12 2017 (r438178) @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} @@ -11,7 +11,8 @@ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat \ ${LOCALBASE}/bin/analyseplugin:audio/ladspa @@ -95,6 +96,8 @@ post-patch: ${WRKSRC}/lives-plugins/weed-plugins/Makefile.in @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp + @${REINPLACE_CMD} 's|/usr/bin/perl|${perl_CMD}|' \ + ${WRKSRC}/build-lives-rfx-plugin pre-build-NLS-on: @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704101545.v3AFjC29008657>