aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/openmovieeditor
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-23 15:22:42 +0800
committeredwin <edwin@FreeBSD.org>2007-09-23 15:22:42 +0800
commitd83dfd3bde6c09c97b0df64f083209db760953fc (patch)
tree8ab4fc90f6b5abc54c7c110b16e24fd6630f2858 /multimedia/openmovieeditor
parent16f6ca74d7899c44df4f91515ecb6d062e0335e8 (diff)
downloadfreebsd-ports-gnome-d83dfd3bde6c09c97b0df64f083209db760953fc.tar.gz
freebsd-ports-gnome-d83dfd3bde6c09c97b0df64f083209db760953fc.tar.zst
freebsd-ports-gnome-d83dfd3bde6c09c97b0df64f083209db760953fc.zip
[NEW PORT] multimedia/openmovieeditor: Simple non-linear movie editor
Open Movie Editor is designed to be a simple video editor, that provides basic movie making capabilities. It aims to be powerful enough for the amateur movie artist, yet easy to use. WWW: http://openmovieeditor.sourceforge.net PR: ports/116502 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'multimedia/openmovieeditor')
-rw-r--r--multimedia/openmovieeditor/Makefile42
-rw-r--r--multimedia/openmovieeditor/distinfo3
-rw-r--r--multimedia/openmovieeditor/pkg-descr5
3 files changed, 50 insertions, 0 deletions
diff --git a/multimedia/openmovieeditor/Makefile b/multimedia/openmovieeditor/Makefile
new file mode 100644
index 000000000000..40084851e90f
--- /dev/null
+++ b/multimedia/openmovieeditor/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: openmovieeditor
+# Date created: 20 Sep 2007
+# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= openmovieeditor
+PORTVERSION= 0.0.20070917
+CATEGORIES= multimedia
+MASTER_SITES= SF
+
+MAINTAINER= amdmi3@amdmi3.ru
+COMMENT= Simple non-linear movie editor
+
+LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
+ sndfile.1:${PORTSDIR}/audio/libsndfile \
+ gavl.0:${PORTSDIR}/multimedia/gavl \
+ quicktime.0:${PORTSDIR}/multimedia/libquicktime \
+ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
+ jack.0:${PORTSDIR}/audio/jack \
+ fltk.1:${PORTSDIR}/x11-toolkits/fltk
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= *
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|machine/soundcard.h|sys/soundcard.h|' \
+ ${WRKSRC}/src/portaudio/pa_unix_oss.c
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}/images
+ ${INSTALL_DATA} ${WRKSRC}/doc/style.css ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/tutorial.html ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/images/*.png ${DOCSDIR}/images
+.endif
+
+.include <bsd.port.mk>
diff --git a/multimedia/openmovieeditor/distinfo b/multimedia/openmovieeditor/distinfo
new file mode 100644
index 000000000000..9d7d4ca89f6c
--- /dev/null
+++ b/multimedia/openmovieeditor/distinfo
@@ -0,0 +1,3 @@
+MD5 (openmovieeditor-0.0.20070917.tar.gz) = 669242f73d7221fd684b5e8fc6073471
+SHA256 (openmovieeditor-0.0.20070917.tar.gz) = 0fd2c9db88c2953e9865afd875416ac4a7388d6a2590b99ee2fbf4ec3c7e3c59
+SIZE (openmovieeditor-0.0.20070917.tar.gz) = 1235573
diff --git a/multimedia/openmovieeditor/pkg-descr b/multimedia/openmovieeditor/pkg-descr
new file mode 100644
index 000000000000..34969259ac47
--- /dev/null
+++ b/multimedia/openmovieeditor/pkg-descr
@@ -0,0 +1,5 @@
+Open Movie Editor is designed to be a simple video editor, that
+provides basic movie making capabilities. It aims to be powerful
+enough for the amateur movie artist, yet easy to use.
+
+WWW: http://openmovieeditor.sourceforge.net