Date: Thu, 11 Oct 2018 09:38:40 +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: r481803 - head/multimedia/openshot Message-ID: <201810110938.w9B9ceb0066234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Oct 11 09:38:40 2018 New Revision: 481803 URL: https://svnweb.freebsd.org/changeset/ports/481803 Log: - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Add NO_ARCH - Simplify installation - Update WWW Modified: head/multimedia/openshot/Makefile head/multimedia/openshot/pkg-descr Modified: head/multimedia/openshot/Makefile ============================================================================== --- head/multimedia/openshot/Makefile Thu Oct 11 09:38:34 2018 (r481802) +++ head/multimedia/openshot/Makefile Thu Oct 11 09:38:40 2018 (r481803) @@ -10,7 +10,8 @@ MASTER_SITES= http://launchpad.net/openshot/${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Non-linear video editor -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ frei0r-plugins>=0:graphics/frei0r-plugins \ @@ -22,19 +23,20 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ scrollkeeper-install:textproc/rarian \ sox:audio/sox +USES= desktop-file-utils gettext python:2.7 shared-mime-info USE_GNOME= pygtk2 USE_PYTHON= distutils -USES= desktop-file-utils gettext python:2.7 shared-mime-info INSTALLS_OMF= yes +NO_ARCH= yes post-patch: @${FIND} ${WRKSRC}/docs/omf -name '*.omf' | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|g' pre-install: - (${MKDIR} ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} && \ - cd ${WRKSRC}/docs/omf && ${COPYTREE_SHARE} \*.omf ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME}) - (${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} && \ - cd ${WRKSRC}/docs/gnome && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME}) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/docs/omf/*.omf ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} + @cd ${WRKSRC}/docs/gnome && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} .include <bsd.port.mk> Modified: head/multimedia/openshot/pkg-descr ============================================================================== --- head/multimedia/openshot/pkg-descr Thu Oct 11 09:38:34 2018 (r481802) +++ head/multimedia/openshot/pkg-descr Thu Oct 11 09:38:40 2018 (r481803) @@ -9,4 +9,4 @@ be layered, mixed, and arranged in very creative ways. video clip edits (trimming, cutting, etc...) are non-destructive, meaning that the original video clips are never modified. -WWW: http://www.openshot.org/ +WWW: https://www.openshot.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110938.w9B9ceb0066234>