[Lunar-commits] <moonbase> camstream: initial import.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Aug 16 17:42:42 CEST 2008


commit ef290bac09edf11f81a9ad34e9d5a8e3645be09e
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Aug 16 11:42:42 2008 -0400

    camstream: initial import.
---
 qt-apps/camstream/BUILD   |    7 +++++++
 qt-apps/camstream/DEPENDS |    1 +
 qt-apps/camstream/DETAILS |   17 +++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/qt-apps/camstream/BUILD b/qt-apps/camstream/BUILD
new file mode 100644
index 0000000..b9280d5
--- /dev/null
+++ b/qt-apps/camstream/BUILD
@@ -0,0 +1,7 @@
+(
+
+  . /etc/profile.d/qt3.rc
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/qt-apps/camstream/DEPENDS b/qt-apps/camstream/DEPENDS
new file mode 100644
index 0000000..15f7e06
--- /dev/null
+++ b/qt-apps/camstream/DEPENDS
@@ -0,0 +1 @@
+depends  qt3
diff --git a/qt-apps/camstream/DETAILS b/qt-apps/camstream/DETAILS
new file mode 100644
index 0000000..fe21730
--- /dev/null
+++ b/qt-apps/camstream/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=camstream
+         VERSION=0.27
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.smcc.demon.nl/camstream/download/
+      SOURCE_VFY=sha1:d4d6fafc81e3adc7eb9d556408640fc52eaa0e9c
+   MODULE_PREFIX=${QT_PREFIX:-/opt/lunar/qt/3}
+        WEB_SITE=http://www.smcc.demon.nl/camstream/
+         ENTERED=20080816
+         UPDATED=20080816
+           SHORT="collection of tools for webcams and other video-devices"
+
+cat << EOF
+CamStream is (going to be) a collection of tools for webcams and other
+video-devices, enhancing your Linux system with multimedia video. All
+written in C++ and with a nice GUI frontend. The interface is based on
+Qt, an excellent GUI framework.
+EOF


More information about the Lunar-commits mailing list