Skip to Content.
Sympa Menu

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

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 (ade7ed37b1e51b34dd8afb628620b486876b0476)
  • Date: Wed, 9 May 2007 05:55:19 -0500

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

ChangeLog | 3 +++
video/spcagui/BUILD | 1 +
video/spcagui/DEPENDS | 3 +++
video/spcagui/DETAILS | 14 ++++++++++++++
video/spcagui/HISTORY | 3 +++
video/spcagui/PRE_BUILD | 5 +++++
video/spcagui/desktop/spcagui.desktop | 8 ++++++++
7 files changed, 37 insertions(+)

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

video/spcagui: new spell, a nice spca5xx videograbber

diff --git a/ChangeLog b/ChangeLog
index 830c77a..6e0b76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * video/spcagui: new spell, a nice spca5xx videograbber
+
2007-05-07 George Sherwood <george AT beernabeer.com>
* chat-im/gaim-encryption: deprecated in favor of pidgin-encryption

diff --git a/video/spcagui/BUILD b/video/spcagui/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/video/spcagui/BUILD
@@ -0,0 +1 @@
+make
diff --git a/video/spcagui/DEPENDS b/video/spcagui/DEPENDS
new file mode 100755
index 0000000..26e3b87
--- /dev/null
+++ b/video/spcagui/DEPENDS
@@ -0,0 +1,3 @@
+depends jpeg &&
+depends sdl &&
+depends sdl_image
diff --git a/video/spcagui/DETAILS b/video/spcagui/DETAILS
new file mode 100755
index 0000000..ab0788f
--- /dev/null
+++ b/video/spcagui/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=spcagui
+ VERSION=20060127
+ SOURCE=$SPELL$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL$VERSION
+ SOURCE_URL[0]=http://mxhaard.free.fr/spca50x/Download/$SOURCE
+
SOURCE_HASH=sha512:fc4399ee4edfa659581efc9087863bc3846541c9c794e7105259fcbf533140cd04cb7d2673bb1d0fc92b66b0cb4322ba27108df7a7702ab78386f99b1895d42f
+ WEB_SITE=http://mxhaard.free.fr/sview.html
+ ENTERED=20070509
+ LICENSE[0]=GPL
+ KEYWORDS="video"
+ SHORT="a nice spca5xx videograbber"
+cat << EOF
+A Nice Spca5xx VideoGrabber.
+EOF
diff --git a/video/spcagui/HISTORY b/video/spcagui/HISTORY
new file mode 100644
index 0000000..5eb6604
--- /dev/null
+++ b/video/spcagui/HISTORY
@@ -0,0 +1,3 @@
+2007-05-09 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 20060127
+
diff --git a/video/spcagui/PRE_BUILD b/video/spcagui/PRE_BUILD
new file mode 100755
index 0000000..9b98fdb
--- /dev/null
+++ b/video/spcagui/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit "s:local/::" makefile &&
+sedit "s:local/::" config.h
diff --git a/video/spcagui/desktop/spcagui.desktop
b/video/spcagui/desktop/spcagui.desktop
new file mode 100644
index 0000000..0e6de35
--- /dev/null
+++ b/video/spcagui/desktop/spcagui.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=SpcaGui
+Exec=spcagui
+Icon=/usr/share/spcagui/spca5xx.png
+Terminal=false
+Type=Application
+Categories=Application;AudioVideo;Video;



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

Archive powered by MHonArc 2.6.24.

Top of Page