Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d18692fd4e253cb383c489ab6b1e052fe022e84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d18692fd4e253cb383c489ab6b1e052fe022e84)
  • Date: Tue, 15 May 2007 11:48:55 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 1 +
video/ucview/DEPENDS | 1 +
video/ucview/DETAILS | 18 ++++++++++++++++++
video/ucview/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit 6d18692fd4e253cb383c489ab6b1e052fe022e84
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

video/ucview: new spell, a video image capture and recording application

diff --git a/ChangeLog b/ChangeLog
index f9546bf..3fd18c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-05-15 Ladislav Hagara <hgr AT vabo.cz>
* video-libs/unicap: new spell, a video capture library
+ * video/ucview: new, a video image capture and recording application

2007-05-14 Colin "Phoul" Childs <phoul AT sourcemage.org>
* audio-player/nyello: New files PREPARE & PRE_BUILD. Nyello not
supportspulling source from git
diff --git a/video/ucview/DEPENDS b/video/ucview/DEPENDS
new file mode 100755
index 0000000..cba8451
--- /dev/null
+++ b/video/ucview/DEPENDS
@@ -0,0 +1 @@
+depends unicap
diff --git a/video/ucview/DETAILS b/video/ucview/DETAILS
new file mode 100755
index 0000000..c783f38
--- /dev/null
+++ b/video/ucview/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ucview
+ VERSION=0.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://unicap-imaging.org/downloads/$SOURCE
+
SOURCE_HASH=sha512:b829ef73f4efdd22e2623acca033808a3d0b3e6012250a3dcf9ad10997ceda40caf3a4b064c5a703e010342c2371df5f98cf4e6f1c7e05f10d80360bfd1fc29b
+ WEB_SITE=http://unicap-imaging.org/
+ ENTERED=20070515
+ LICENSE[0]=GPL
+ KEYWORDS="video"
+ SHORT="a video image capture and recording application"
+cat << EOF
+ucview is a video image capture application that uses the unicap toolkit. It
+provides a simple way to parametrize the video device, can capture still
images
+from the video stream, or record the stream as an MPEG file. By using
unicap,
+it can access many different video capture devices like webcams, video
grabber
+boards, IEEE-1394 (FireWire) cameras, and others.
+EOF
diff --git a/video/ucview/HISTORY b/video/ucview/HISTORY
new file mode 100644
index 0000000..f48ebd0
--- /dev/null
+++ b/video/ucview/HISTORY
@@ -0,0 +1,3 @@
+2007-05-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: created this spell, version 0.5
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6d18692fd4e253cb383c489ab6b1e052fe022e84), Ladislav Hagara, 05/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page