[Lunar-commits] <moonbase-other> capseo: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Mon Jul 9 17:18:41 CEST 2012
commit 4708586cd4bbe87f17f9864c180f5d58acfa53df
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 08:18:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4708586cd4bbe87f17f9864c180f5d58acfa53df
capseo: Readding to moonbase.
---
video/capseo/BUILD +7/-0
video/capseo/DEPENDS +3/-0
video/capseo/DETAILS +16/-0
3 files changed, 26 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/video/capseo/BUILD
@@ -0,0 +1,7 @@
+(
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/video/capseo/DEPENDS
@@ -0,0 +1,3 @@
+depends vorbis-tools
+
+optional_depends libtheora "--enable-theora" "--disable-theora" "for theora support"
--- /dev/null
+++ b/video/capseo/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=capseo
+ VERSION=0.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$MIRROR_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:6d69a57120ca56b2f4dd6c59edb4ed1fa212035b
+ WEB_SITE=http://gitorious.org/capseo
+ ENTERED=20080208
+ UPDATED=20100218
+ SHORT="realtime encoder and decoder library"
+cat << EOF
+A realtime encoder and decoder.
+
+The capseo codec is meant to encode fast, not to generate the smallest files
+on your file system.
+EOF
More information about the Lunar-commits
mailing list