Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c329f6b140ae3daeeb096a6e5cbed8434c2c303d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c329f6b140ae3daeeb096a6e5cbed8434c2c303d)
  • Date: Wed, 27 Aug 2008 16:29:13 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video-libs/unicap/DEPENDS | 24 ++++++++++++------------
video-libs/unicap/DETAILS | 6 +++---
video-libs/unicap/HISTORY | 4 ++++
video-libs/unicap/PRE_BUILD | 4 ++++
video-libs/unicap/dialog.patch | 12 ++++++++++++
5 files changed, 35 insertions(+), 15 deletions(-)

New commits:
commit c329f6b140ae3daeeb096a6e5cbed8434c2c303d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

unicap: => 0.9.0

diff --git a/video-libs/unicap/DEPENDS b/video-libs/unicap/DEPENDS
index 46337a1..717bfc5 100755
--- a/video-libs/unicap/DEPENDS
+++ b/video-libs/unicap/DEPENDS
@@ -2,30 +2,30 @@ depends gtk+2 &&

optional_depends libraw1394 \
"--enable-vid21394" \
- "--disable-vid21394" \
- "for video-2-1394 capture device support" &&
+ "--disable-vid21394" \
+ "for video-2-1394 capture device support" &&

optional_depends libpng \
"--enable-ucil-png" \
- "--disable-ucil-png" \
- "for PNG support" &&
+ "--disable-ucil-png" \
+ "for PNG support" &&

optional_depends alsa-lib \
"--enable-ucil-alsa" \
- "--disable-ucil-alsa" \
- "for alsa sound support" &&
+ "--disable-ucil-alsa" \
+ "for alsa sound support" &&

optional_depends libtheora \
"--enable-ucil-theora" \
- "--disable-ucil-theora" \
- "for ogg/theora support" &&
+ "--disable-ucil-theora" \
+ "for ogg/theora support" &&

optional_depends ffmpeg \
"--enable-ucil-avcodec" \
- "--disable-ucil-avcodec" \
- "for avcodec support" &&
+ "--disable-ucil-avcodec" \
+ "for avcodec support" &&

optional_depends gtk-doc \
"--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build documentation with gtk-doc"
+ "--disable-gtk-doc" \
+ "build documentation with gtk-doc"
diff --git a/video-libs/unicap/DETAILS b/video-libs/unicap/DETAILS
index 6e90212..006ce39 100755
--- a/video-libs/unicap/DETAILS
+++ b/video-libs/unicap/DETAILS
@@ -1,9 +1,9 @@
SPELL=unicap
- VERSION=0.2.24
+ VERSION=0.9.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.unicap-imaging.org/downloads/$SOURCE
-
SOURCE_HASH=sha512:95be1a3e2edc49bbcfc5fc2ca94e8d16c328202238934a82716ae26a16b6fffedf52ec397d3fee5df066ac9f90bde62bff7e05157845a29a8285aa0da5158754
+
SOURCE_HASH=sha512:67aad43be9db2ca8d306570f99f8b925ac0b0e08658243246fa32c1f424a83a5d31df5c0908a835414251ef019949253113fd9759ef914eed1443c817a43489f
WEB_SITE=http://www.unicap-imaging.org/
ENTERED=20070515
LICENSE[0]=GPL
diff --git a/video-libs/unicap/HISTORY b/video-libs/unicap/HISTORY
index a05bdc5..5e8c0d3 100644
--- a/video-libs/unicap/HISTORY
+++ b/video-libs/unicap/HISTORY
@@ -1,3 +1,7 @@
+2008-08-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.0
+ * DEPENDS: cleaned up
+
2008-07-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.2.24

diff --git a/video-libs/unicap/PRE_BUILD b/video-libs/unicap/PRE_BUILD
new file mode 100755
index 0000000..27e5a57
--- /dev/null
+++ b/video-libs/unicap/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY"
+
+patch -p0 < "$SPELL_DIRECTORY/dialog.patch"
diff --git a/video-libs/unicap/dialog.patch b/video-libs/unicap/dialog.patch
new file mode 100644
index 0000000..b62d233
--- /dev/null
+++ b/video-libs/unicap/dialog.patch
@@ -0,0 +1,12 @@
+--- libunicapgtk/unicapgtk_property_dialog.c.orig 2008-08-06
18:36:20.000000000 +0200
++++ libunicapgtk/unicapgtk_property_dialog.c 2008-08-27 22:11:53.000000000
+0200
+@@ -111,8 +111,7 @@
+ NULL, NULL,
+ 0, 99999,
+ 100,
+- G_PARAM_READWRITE |
+- G_PARAM_CONSTRUCT));
++ G_PARAM_READWRITE ));
+
+ }
+




Archive powered by MHonArc 2.6.24.

Top of Page