Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4840168b7cc7e9162e01986a30504bc81b29a590)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4840168b7cc7e9162e01986a30504bc81b29a590)
  • Date: Wed, 1 Apr 2009 16:06:03 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

video/guvcview/DEPENDS | 6 ++++++
video/guvcview/DETAILS | 16 ++++++++++++++++
video/guvcview/HISTORY | 3 +++
video/guvcview/PRE_BUILD | 3 +++
4 files changed, 28 insertions(+)

New commits:
commit 4840168b7cc7e9162e01986a30504bc81b29a590
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/guvcview: new spell, GTK+ UVC Viewer

diff --git a/video/guvcview/DEPENDS b/video/guvcview/DEPENDS
new file mode 100755
index 0000000..6182178
--- /dev/null
+++ b/video/guvcview/DEPENDS
@@ -0,0 +1,6 @@
+depends gtk+2 &&
+depends sdl &&
+depends libpng &&
+depends portaudio19 &&
+depends twolame &&
+depends LIBAVCODEC
diff --git a/video/guvcview/DETAILS b/video/guvcview/DETAILS
new file mode 100755
index 0000000..21becc5
--- /dev/null
+++ b/video/guvcview/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=guvcview
+ VERSION=1.0.4
+ SOURCE="${SPELL}-src-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5431107765f6ecb0cdfad40f2c4a9e50bc35dde742ebc2918f3e47bc05cd33209b3036db11b5f159aa17ac3fae5e87a48fb39cd923bf752ebd29b82bca27f196
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-src-${VERSION}"
+ WEB_SITE="http://guvcview.berlios.de/";
+ LICENSE[0]=GPL
+ ENTERED=20090402
+ KEYWORDS="video"
+ SHORT="GTK+ UVC Viewer"
+cat << EOF
+guvcview aims at providing a simple GTK interface for capturing and viewing
+video from devices supported by the linux UVC driver, although it should
+also work with any v4l2 compatible device.
+EOF
diff --git a/video/guvcview/HISTORY b/video/guvcview/HISTORY
new file mode 100644
index 0000000..2dffd71
--- /dev/null
+++ b/video/guvcview/HISTORY
@@ -0,0 +1,3 @@
+2009-04-02 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/video/guvcview/PRE_BUILD b/video/guvcview/PRE_BUILD
new file mode 100755
index 0000000..b96c528
--- /dev/null
+++ b/video/guvcview/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i
"s:twolame_encode_buffer_float32_interleaved:twolame_encode_buffer_interleaved:g"
src/mp2.c



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4840168b7cc7e9162e01986a30504bc81b29a590), Pol Vinogradov, 04/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page