mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00

Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries)
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# Created by: Charlie Kester <corky1951@comcast.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openshot
|
|
PORTVERSION= 1.4.3
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
|
frei0r-plugins>=0:graphics/frei0r-plugins \
|
|
${PYTHON_PKGNAMEPREFIX}goocanvas>=0:graphics/py-goocanvas \
|
|
${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2 \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \
|
|
${PYTHON_PKGNAMEPREFIX}mlt>=0:multimedia/py-mlt \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg \
|
|
scrollkeeper-install:textproc/rarian \
|
|
sox:audio/sox
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= distutils
|
|
USES= desktop-file-utils gettext python:2 shared-mime-info
|
|
INSTALLS_OMF= 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})
|
|
|
|
.include <bsd.port.mk>
|