[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (53c7d25fc4d8c9ab6fa4e41e98b9a4bb023cab29)

Vlad Glagolev scm at sourcemage.org
Fri Aug 29 10:34:42 EDT 2008


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

 video-libs/unicap/DETAILS      |   14 +++++++-------
 video-libs/unicap/HISTORY      |    4 ++++
 video-libs/unicap/PRE_BUILD    |    4 ----
 video-libs/unicap/dialog.patch |   12 ------------
 4 files changed, 11 insertions(+), 23 deletions(-)

New commits:
commit 53c7d25fc4d8c9ab6fa4e41e98b9a4bb023cab29
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    unicap: => 0.9.1

diff --git a/video-libs/unicap/DETAILS b/video-libs/unicap/DETAILS
index 006ce39..37650b1 100755
--- a/video-libs/unicap/DETAILS
+++ b/video-libs/unicap/DETAILS
@@ -1,18 +1,18 @@
            SPELL=unicap
-         VERSION=0.9.0
+         VERSION=0.9.1
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=http://www.unicap-imaging.org/downloads/$SOURCE
-     SOURCE_HASH=sha512:67aad43be9db2ca8d306570f99f8b925ac0b0e08658243246fa32c1f424a83a5d31df5c0908a835414251ef019949253113fd9759ef914eed1443c817a43489f
+     SOURCE_HASH=sha512:2bf7f4e39ae992e7c3682df2f634bc1826ed07954b0d1d87dd26633ab97c8fffbb8d684f46b2fdcf409e4741838327dee9645a9de624a395d5b382475acdd50c
         WEB_SITE=http://www.unicap-imaging.org/
          ENTERED=20070515
       LICENSE[0]=GPL
         KEYWORDS="video"
            SHORT="video capture library"
 cat << EOF
-unicap is a library to access different kinds of capture devices. Device
-drivers are loaded with a plugin system so that new drivers can be easily
-added. Currently, it has support for video-4-linux, video-4-linux-2, IIDC
-cameras, and video-to-firewire converters, and provides GTK widgets for
-live video display and access to device properties.
+unicap is a library to access different kinds of capture devices. Device drivers
+are loaded with a plugin system so that new drivers can be easily added.
+Currently, it has support for video-4-linux, video-4-linux-2, IIDC cameras, and
+video-to-firewire converters, and provides GTK widgets for live video display
+and access to device properties.
 EOF
diff --git a/video-libs/unicap/HISTORY b/video-libs/unicap/HISTORY
index 5e8c0d3..405eee0 100644
--- a/video-libs/unicap/HISTORY
+++ b/video-libs/unicap/HISTORY
@@ -1,3 +1,7 @@
+2008-08-29 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.9.1
+	* PRE_BUILD, dialog.patch: removed, fixed by upstream in release
+
 2008-08-28 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 0.9.0
 	* DEPENDS: cleaned up
diff --git a/video-libs/unicap/PRE_BUILD b/video-libs/unicap/PRE_BUILD
deleted file mode 100755
index 27e5a57..0000000
--- a/video-libs/unicap/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index b62d233..0000000
--- a/video-libs/unicap/dialog.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 ));
- 
- }
- 



More information about the SM-Commit mailing list