1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

[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>
This commit is contained in:
Edwin Groothuis 2007-09-23 07:22:42 +00:00
parent 212716d09a
commit 97a733faca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199960
4 changed files with 51 additions and 0 deletions

View File

@ -162,6 +162,7 @@
SUBDIR += ogmrip
SUBDIR += ogmtools
SUBDIR += okle
SUBDIR += openmovieeditor
SUBDIR += openquicktime
SUBDIR += oqtencoder
SUBDIR += oqtplayer

View File

@ -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>

View File

@ -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

View File

@ -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