summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 07:22:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 07:22:42 +0000
commit97a733facaea6f3ad08b9251efb8ece6d61ea4a7 (patch)
tree69f8e1e2829637dbc8c5b0e3deaf339361a1c0a5 /multimedia
parent[NEW PORT] games/quantumminigolf: A computer game visualizing quantum mechanics (diff)
[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>
Notes
Notes: svn path=/head/; revision=199960
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/openmovieeditor/Makefile42
-rw-r--r--multimedia/openmovieeditor/distinfo3
-rw-r--r--multimedia/openmovieeditor/pkg-descr5
4 files changed, 51 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 6bc435b3ecb0..77214d250d42 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -162,6 +162,7 @@
SUBDIR += ogmrip
SUBDIR += ogmtools
SUBDIR += okle
+ SUBDIR += openmovieeditor
SUBDIR += openquicktime
SUBDIR += oqtencoder
SUBDIR += oqtplayer
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