From 7ddb91f4227043999e671d60adf4d3c5f0ba63ad Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 15 Aug 2011 15:36:45 +0000 Subject: Add eos-movrec, nice little program to capture short movies with Canon DSLR cameras via Qt4 based GUI. http://sourceforge.net/projects/eos-movrec/ http://valexvir.narod.ru/ --- graphics/eos-movrec/Makefile | 33 +++++++++++++++++++++++++++++++++ graphics/eos-movrec/distinfo | 2 ++ graphics/eos-movrec/pkg-descr | 12 ++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 graphics/eos-movrec/Makefile create mode 100644 graphics/eos-movrec/distinfo create mode 100644 graphics/eos-movrec/pkg-descr (limited to 'graphics/eos-movrec') diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile new file mode 100644 index 000000000000..01b3407b095e --- /dev/null +++ b/graphics/eos-movrec/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: EOS camera movie record +# Date created: 15 Aug 2011 +# Whom: Alexey Dokuchaev +# +# $FreeBSD$ +# + +PORTNAME= eos-movrec +DISTVERSION= 0.3.1_beta +CATEGORIES= graphics +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.3_beta + +MAINTAINER= danfe@FreeBSD.org +COMMENT= A program to capture short movies with Canon DSLR camera + +LICENSE= GPLv2 + +LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 + +USE_ZIP= yes +USE_CMAKE= yes +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build rcc_build uic_build gui + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +DISTVERSIONSUFFIX= -src + +PLIST_FILES= bin/eos_movrec + +post-patch: + @${REINPLACE_CMD} -e 's,GLIBC,FreeBSD,' ${WRKSRC}/os_api.h + +.include diff --git a/graphics/eos-movrec/distinfo b/graphics/eos-movrec/distinfo new file mode 100644 index 000000000000..b03d4bc02f2e --- /dev/null +++ b/graphics/eos-movrec/distinfo @@ -0,0 +1,2 @@ +SHA256 (eos-movrec-0.3.1_beta-src.zip) = 25897e7d173d6baa0cfa94a8e0ff5f3decf809d2644ddf2a492677c068efc0c3 +SIZE (eos-movrec-0.3.1_beta-src.zip) = 5183470 diff --git a/graphics/eos-movrec/pkg-descr b/graphics/eos-movrec/pkg-descr new file mode 100644 index 000000000000..78a2746cbe01 --- /dev/null +++ b/graphics/eos-movrec/pkg-descr @@ -0,0 +1,12 @@ +This program writes short movies with your Canon DSLR camera directly to the +computer. The camera must have Live View feature to work; supported models +include Canon EOS 450D, Canon EOS 1000D, Canon 40D, Canon 50D, Canon 5D Mark +II, Canon 1Ds Mark III. The program allows preview, Av, Tv, and WB control. + +Video will be recorded using MJPEG codec, with no sound, roughly at 22 FPS +(depends on your camera). Image size is also camera-dependent: 848x560 for +450D; 1024x680 for 40D, 50D, and top models; 768x512 for 1000D. Resulting +file is simply a collection of Live View frames stored sequentially without +any compression in AVI container (expect file size to be quite large). + +WWW: http://sourceforge.net/projects/eos-movrec/ -- cgit