mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add gTimelapse, a small program for capturing images to generate timelapse
videos from your camera, based on gPhoto2 and wxWidgets. It is similar to `graphics/eos-movrec' port (which uses Qt4 GUI). WWW: http://sourceforge.net/projects/gtimelapse/
This commit is contained in:
parent
5d4b8b15b0
commit
fec60bbb51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280700
4 changed files with 34 additions and 0 deletions
|
@ -317,6 +317,7 @@
|
||||||
SUBDIR += gstreamer-plugins-libvisual
|
SUBDIR += gstreamer-plugins-libvisual
|
||||||
SUBDIR += gstreamer-plugins-opencv
|
SUBDIR += gstreamer-plugins-opencv
|
||||||
SUBDIR += gthumb
|
SUBDIR += gthumb
|
||||||
|
SUBDIR += gtimelapse
|
||||||
SUBDIR += gtk-update-icon-cache
|
SUBDIR += gtk-update-icon-cache
|
||||||
SUBDIR += gtkam
|
SUBDIR += gtkam
|
||||||
SUBDIR += gtkdps
|
SUBDIR += gtkdps
|
||||||
|
|
27
graphics/gtimelapse/Makefile
Normal file
27
graphics/gtimelapse/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# New ports collection makefile for: gTimelapse
|
||||||
|
# Date created: 29 Aug 2011
|
||||||
|
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= gtimelapse
|
||||||
|
DISTVERSION= 0.1
|
||||||
|
CATEGORIES= graphics
|
||||||
|
MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
|
||||||
|
|
||||||
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
|
COMMENT= An application for capturing images to generate timelapse videos
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
|
||||||
|
USE_WX= 2.8+
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
PLIST_FILES= bin/gtimelapse
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
graphics/gtimelapse/distinfo
Normal file
2
graphics/gtimelapse/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (gtimelapse-0.1.tar.gz) = 8f2b6adef66a80d89517ca8cd8b52cf2212555b4002652ac147e74dd1cb1c6d2
|
||||||
|
SIZE (gtimelapse-0.1.tar.gz) = 784958
|
4
graphics/gtimelapse/pkg-descr
Normal file
4
graphics/gtimelapse/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
gTimelapse is an small application for capturing images from your camera to
|
||||||
|
generate timelapse videos, based on gPhoto2 and wxWidgets.
|
||||||
|
|
||||||
|
WWW: http://sourceforge.net/projects/gtimelapse/
|
Loading…
Add table
Reference in a new issue