Index: head/multimedia/openshot/Makefile =================================================================== --- head/multimedia/openshot/Makefile (revision 481802) +++ head/multimedia/openshot/Makefile (revision 481803) @@ -1,40 +1,42 @@ # Created by: Charlie Kester # $FreeBSD$ PORTNAME= openshot PORTVERSION= 1.4.3 PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ 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 \ ${PYTHON_PKGNAMEPREFIX}goocanvas>=0:graphics/py-goocanvas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mlt>=0:multimedia/py-mlt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \ 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 Index: head/multimedia/openshot/pkg-descr =================================================================== --- head/multimedia/openshot/pkg-descr (revision 481802) +++ head/multimedia/openshot/pkg-descr (revision 481803) @@ -1,12 +1,12 @@ OpenShot Video Editor is a program designed to create videos on Linux. It can easily combine multiple video clips, audio clips, and images into a single project, and then export the video into many common video formats. OpenShot is a non-linear video editor, which means any frame of video can be accessed at any time, and thus the video clips can be layered, mixed, and arranged in very creative ways. All 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/