[Lunar-commits] <moonbase-other> libcaptury: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 9 17:19:08 CEST 2012
commit 69dde05275e205a8dba3081d68bbbe524a232b0c
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 08:19:08 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/69dde05275e205a8dba3081d68bbbe524a232b0c
libcaptury: Readding to moonbase.
---
video/libcaptury/BUILD +7/-0
video/libcaptury/DEPENDS +2/-0
video/libcaptury/DETAILS +16/-0
3 files changed, 25 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/video/libcaptury/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/video/libcaptury/DEPENDS
@@ -0,0 +1,2 @@
+depends capseo
+
--- /dev/null
+++ b/video/libcaptury/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libcaptury
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$MIRROR_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:22ceb4fd78bbaedf2dc7152409205cff093bdac1
+ WEB_SITE=http://gitorious.org/libcaptury
+ ENTERED=20080208
+ UPDATED=20100218
+ SHORT="movie capturing framework"
+cat << EOF
+libcaptury is a movie capturing framework with its primary goal to capture the
+screen of OpenGL games (running on Linux systems). This framework's goal is, to
+provide an easy to understand and easy to use C API that can be quickly
+integrated into already existing applications that need capturing capabilities.
+EOF
More information about the Lunar-commits
mailing list