[Lunar-commits] <moonbase> schroedinger: initial import, and a optional_depends for ffmpeg.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Wed Mar 11 18:09:19 CET 2009
commit daac87c8e28de4daf214a885e3ce56a95fa9a737
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Mar 11 13:09:19 2009 -0400
schroedinger: initial import, and a optional_depends for ffmpeg.
---
libs/schroedinger/BUILD | 8 ++++++++
libs/schroedinger/DEPENDS | 2 ++
libs/schroedinger/DETAILS | 13 +++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/libs/schroedinger/BUILD b/libs/schroedinger/BUILD
new file mode 100644
index 0000000..ad230c1
--- /dev/null
+++ b/libs/schroedinger/BUILD
@@ -0,0 +1,8 @@
+(
+
+ OPTS="$OPTS --enable-orc --enable-gstreamer"
+
+ default_build
+
+) > $C_FIFO 2>&1
+
diff --git a/libs/schroedinger/DEPENDS b/libs/schroedinger/DEPENDS
new file mode 100644
index 0000000..8bc8f2d
--- /dev/null
+++ b/libs/schroedinger/DEPENDS
@@ -0,0 +1,2 @@
+depends liboil
+depends gstreamer-10
diff --git a/libs/schroedinger/DETAILS b/libs/schroedinger/DETAILS
new file mode 100644
index 0000000..47ac4c2
--- /dev/null
+++ b/libs/schroedinger/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=schroedinger
+ VERSION=1.0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://diracvideo.org/download/schroedinger/
+ SOURCE_VFY=sha1:a2ee0dabfc75b0c53c0c9acf8c6f60d91d279c26
+ WEB_SITE=http://diracvideo.org/
+ ENTERED=20090311
+ UPDATED=20090311
+ SHORT="library for encoding/decoding of Dirac video streams"
+
+cat << EOF
+library for encoding/decoding of Dirac video streams
+EOF
More information about the Lunar-commits
mailing list