diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-15 15:36:45 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-08-15 15:36:45 +0000 |
commit | 2852c85dd7bf73322896b71de869049130c7e3bf (patch) | |
tree | ae7c9f0ad794ea34bf48b09c16da44a15b4ab0a2 /graphics/eos-movrec | |
parent | Handle alternative browsers correctly. (diff) |
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/
Notes
Notes:
svn path=/head/; revision=279756
Diffstat (limited to 'graphics/eos-movrec')
-rw-r--r-- | graphics/eos-movrec/Makefile | 33 | ||||
-rw-r--r-- | graphics/eos-movrec/distinfo | 2 | ||||
-rw-r--r-- | graphics/eos-movrec/pkg-descr | 12 |
3 files changed, 47 insertions, 0 deletions
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 <danfe@FreeBSD.org> +# +# $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 <bsd.port.mk> 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/ |