Skip to Content.
Sympa Menu

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

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 (9c2740cfa4f31f3771090c8cf82f1772704f97e8)
  • Date: Mon, 28 Apr 2008 07:47:08 -0500

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

ChangeLog | 1 +
video/wxcam/DEPENDS | 4 ++++
video/wxcam/DETAILS | 16 ++++++++++++++++
video/wxcam/HISTORY | 3 +++
video/wxcam/PRE_BUILD | 4 ++++
5 files changed, 28 insertions(+)

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

video/wxcam: new spell, a webcam application for Linux with audio/video
recording capability

diff --git a/ChangeLog b/ChangeLog
index 6d272d5..2ffa768 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2008-04-28 Ladislav Hagara <hgr AT vabo.cz>
* video-libs/revel: new spell, Really Easy Video Encoding Library
+ * video/wxcam: new spell, a webcam application

2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* libs/elektra: Added a universal hierarchical configuration store
diff --git a/video/wxcam/DEPENDS b/video/wxcam/DEPENDS
new file mode 100755
index 0000000..5c13c88
--- /dev/null
+++ b/video/wxcam/DEPENDS
@@ -0,0 +1,4 @@
+depends wxgtk &&
+depends mjpegtools &&
+depends revel &&
+depends cimg
diff --git a/video/wxcam/DETAILS b/video/wxcam/DETAILS
new file mode 100755
index 0000000..7d02fde
--- /dev/null
+++ b/video/wxcam/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=wxcam
+ VERSION=1.0.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e13b6c51e0081806f0916bb46891c28c10db2ffd3a0b8c7c43db38eebf6a52cf29944d3687996d7a5f3536e8576487121fa8b640d60edba0e4e6fb3f8b95f406
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://wxcam.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20080428
+ SHORT="a webcam application for Linux with audio/video recording
capability"
+cat << EOF
+wxCam is a webcam application for Linux. It supports video recording (in an
+uncompressed AVI format or Xvid format), snapshot taking, and some special
+commands for Philips webcams, so you can also use the program for astronomy
+purposes. It supports both video4linux 1 and 2 drivers.
+EOF
diff --git a/video/wxcam/HISTORY b/video/wxcam/HISTORY
new file mode 100644
index 0000000..ac9bd79
--- /dev/null
+++ b/video/wxcam/HISTORY
@@ -0,0 +1,3 @@
+2008-04-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, HISTORY: created this spell, version
1.0.1
+
diff --git a/video/wxcam/PRE_BUILD b/video/wxcam/PRE_BUILD
new file mode 100755
index 0000000..1a51b86
--- /dev/null
+++ b/video/wxcam/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit 's:#include <CImg.h>:#include <cimg/CImg.h>:' src/frame.h



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9c2740cfa4f31f3771090c8cf82f1772704f97e8), Ladislav Hagara, 04/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page