Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f06a80585f54ac6c62a0ab72b00c4de53353c03b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f06a80585f54ac6c62a0ab72b00c4de53353c03b)
  • Date: Sat, 30 Jun 2012 04:30:04 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/camelot/HISTORY | 3 +++
python-pypi/camelot/PRE_BUILD | 3 ++-
video-libs/libunicap/DETAILS | 2 +-
video-libs/libunicap/HISTORY | 4 ++++
video-libs/libunicap/PRE_BUILD | 2 ++
5 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit f06a80585f54ac6c62a0ab72b00c4de53353c03b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

camelot - add misssing pyside fix

commit f4a67845a8191b62e9604d331d332f7fdabd0797
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libunicap - fix obsolete syntax in udev rules

diff --git a/python-pypi/camelot/HISTORY b/python-pypi/camelot/HISTORY
index 84bf254..e5b76fa 100644
--- a/python-pypi/camelot/HISTORY
+++ b/python-pypi/camelot/HISTORY
@@ -1,3 +1,6 @@
+2012-06-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: also edit another file
+
2012-06-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 12.06.29
* PRE_BUILD: adjust pyside conversion
diff --git a/python-pypi/camelot/PRE_BUILD b/python-pypi/camelot/PRE_BUILD
index 2095fad..b384ae3 100755
--- a/python-pypi/camelot/PRE_BUILD
+++ b/python-pypi/camelot/PRE_BUILD
@@ -26,5 +26,6 @@ sed -i \
camelot/view/action_steps/*.py \
camelot/view/controls/*.py \
camelot/view/controls/delegates/*.py \
- camelot/view/controls/editors/*.py
+ camelot/view/controls/editors/*.py \
+ camelot/view/proxy/collection_proxy.py
fi
diff --git a/video-libs/libunicap/DETAILS b/video-libs/libunicap/DETAILS
index 840ba78..41d812c 100755
--- a/video-libs/libunicap/DETAILS
+++ b/video-libs/libunicap/DETAILS
@@ -1,6 +1,6 @@
SPELL=libunicap
VERSION=0.9.12
- PATCHLEVEL=1
+ PATCHLEVEL=2

SOURCE_HASH=sha512:9111ddf196b3a6087a6b94a6c5e4bd841e416e4d0079b6481f770f361963db95e1d463b62d58ef599242ab15e4a58ef840932ab5c73df735ef5821f873db14fb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/video-libs/libunicap/HISTORY b/video-libs/libunicap/HISTORY
index 4b75d68..6595e46 100644
--- a/video-libs/libunicap/HISTORY
+++ b/video-libs/libunicap/HISTORY
@@ -1,3 +1,7 @@
+2012-06-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: fix obsolete syntax in udev rules
+
2011-08-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: PATCHLEVEL=1
* DEPENDS: optional_depends libv4l -> depends libv4l
diff --git a/video-libs/libunicap/PRE_BUILD b/video-libs/libunicap/PRE_BUILD
index 2ebd39b..a222c18 100755
--- a/video-libs/libunicap/PRE_BUILD
+++ b/video-libs/libunicap/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+# fix obsolete synatax for udev rules
+sed -i 's/SYSFS/ATTRS/g' data/50-euvccam.rules
patch -p1 < $SPELL_DIRECTORY/libunicap.patch &&
bzcat $SPELL_DIRECTORY/bazaar-88.patch.bz2 | patch -p1



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f06a80585f54ac6c62a0ab72b00c4de53353c03b), Treeve Jelbert, 06/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page