Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f94b5e130d62bfbdbb141cf09228ccfd8d4cbef8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f94b5e130d62bfbdbb141cf09228ccfd8d4cbef8)
  • Date: Thu, 15 Apr 2010 15:18:12 -0500

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

database/sqlite/HISTORY | 3 +++
database/sqlite/PRE_SUB_DEPENDS | 1 +
database/sqlite/REPAIR^all^PRE_SUB_DEPENDS | 6 ++++++
database/sqlite/SUB_DEPENDS | 2 ++
dev/null |binary
gnome2-apps/empathy/DETAILS | 2 +-
gnome2-apps/empathy/HISTORY | 3 +++
gnome2-apps/empathy/empathy-2.30.0.1.tar.bz2.sig |binary
gnome2-apps/empathy/empathy-2.30.0.tar.bz2.sig | 0
gnome2-libs/exempi/DETAILS | 7 ++++---
gnome2-libs/exempi/HISTORY | 4 ++++
gnome2-libs/exempi/exempi-2.0.2.tar.gz.sig | 0
gnome2-libs/exempi/exempi-2.1.1.tar.gz.sig |binary
gnome2-libs/tracker/DEPENDS | 10 +++++-----
gnome2-libs/tracker/DETAILS | 4 ++--
gnome2-libs/tracker/HISTORY | 6 +++---
gnome2-libs/tracker/tracker-0.8.1.tar.bz2.sig | 0
gnome2-libs/tracker/tracker-0.8.2.tar.bz2.sig |binary
gnome2-libs/tracker/tracker-0.9.0.tar.bz2.sig | 0
gnome2-libs/tracker/tracker-0.9.1.tar.bz2.sig |binary
20 files changed, 34 insertions(+), 14 deletions(-)

New commits:
commit f94b5e130d62bfbdbb141cf09228ccfd8d4cbef8
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

tracker: updated stable to 0.8.2, updated developement to 0.9.1

commit f95b1d80b6020d3bc16f80fa85721ff3d6674c9e
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

empathy: => 2.30.0.1

commit 9e9b85cd7fcb6caaaa505ce2903fb69519972e59
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

tracker: optionaly depends on exempi

commit fea665d650a553789d58c893cb28379e2876c3dd
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

exempi: => 2.1.1

commit c9984eaab87666dd9a540cefb6ae3d8695bab772
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

tracker: depends on thread-safe sqlite

commit 17250f1cd5013996e344c521ed329c049fd47232
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

sqlite: added subdependency handlers for documentation building

diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 819487a..e912916 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2010-04-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: added TSAFE
+
2010-03-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.23.1

diff --git a/database/sqlite/PRE_SUB_DEPENDS b/database/sqlite/PRE_SUB_DEPENDS
index e3a282a..df05602 100755
--- a/database/sqlite/PRE_SUB_DEPENDS
+++ b/database/sqlite/PRE_SUB_DEPENDS
@@ -1,5 +1,6 @@
case $THIS_SUB_DEPENDS in
TCL) is_depends_enabled $SPELL tcl ;;
+ TSAFE) if [[ $SQLITE_TSAFE == "--enable-threadsafe" ]]; then return 0;
fi ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/database/sqlite/REPAIR^all^PRE_SUB_DEPENDS
b/database/sqlite/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..df05602
--- /dev/null
+++ b/database/sqlite/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ TCL) is_depends_enabled $SPELL tcl ;;
+ TSAFE) if [[ $SQLITE_TSAFE == "--enable-threadsafe" ]]; then return 0;
fi ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
+ return 1;;
+esac
diff --git a/database/sqlite/SUB_DEPENDS b/database/sqlite/SUB_DEPENDS
index 78e3c33..3877564 100755
--- a/database/sqlite/SUB_DEPENDS
+++ b/database/sqlite/SUB_DEPENDS
@@ -1,6 +1,8 @@
case $THIS_SUB_DEPENDS in
TCL) message "TCL support requested forcing TCL dependency" &&
depends tcl "--enable-tcl" ;;
+ TSAFE) message "Thread support requested, forcing it" &&
+ SQLITE_TSAFE="--enable-threadsafe" ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/gnome2-apps/empathy/DETAILS b/gnome2-apps/empathy/DETAILS
index 2c9ae23..844cdf2 100755
--- a/gnome2-apps/empathy/DETAILS
+++ b/gnome2-apps/empathy/DETAILS
@@ -1,5 +1,5 @@
SPELL=empathy
- VERSION=2.30.0
+ VERSION=2.30.0.1
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-apps/empathy/HISTORY b/gnome2-apps/empathy/HISTORY
index 1d236ae..35da796 100644
--- a/gnome2-apps/empathy/HISTORY
+++ b/gnome2-apps/empathy/HISTORY
@@ -1,3 +1,6 @@
+2010-04-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.30.0.1
+
2010-03-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.30.0

diff --git a/gnome2-apps/empathy/empathy-2.30.0.1.tar.bz2.sig
b/gnome2-apps/empathy/empathy-2.30.0.1.tar.bz2.sig
new file mode 100644
index 0000000..33db235
Binary files /dev/null and b/gnome2-apps/empathy/empathy-2.30.0.1.tar.bz2.sig
differ
diff --git a/gnome2-apps/empathy/empathy-2.30.0.tar.bz2.sig
b/gnome2-apps/empathy/empathy-2.30.0.tar.bz2.sig
deleted file mode 100644
index 3f188b0..0000000
Binary files a/gnome2-apps/empathy/empathy-2.30.0.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/exempi/DETAILS b/gnome2-libs/exempi/DETAILS
index 3a863c8..3abf38d 100755
--- a/gnome2-libs/exempi/DETAILS
+++ b/gnome2-libs/exempi/DETAILS
@@ -1,8 +1,8 @@
SPELL=exempi
- VERSION=2.0.2
+ VERSION=2.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://libopenraw.freedesktop.org/download/exempi-2.0.2.tar.gz
+
SOURCE_URL[0]=http://libopenraw.freedesktop.org/download/$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=BSD
WEB_SITE=http://libopenraw.freedesktop.org/wiki/Exempi
@@ -10,5 +10,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="gnome2 libs"
SHORT="XMP implementation"
cat << EOF
-Exempi is an implementation of XMP. Version 2.0.x is based on Adobe XMP SDK
4.1.1
+Exempi is an implementation of XMP. Version 2.0.x is based on Adobe XMP
+SDK 4.1.1
EOF
diff --git a/gnome2-libs/exempi/HISTORY b/gnome2-libs/exempi/HISTORY
index 8902465..d08813f 100644
--- a/gnome2-libs/exempi/HISTORY
+++ b/gnome2-libs/exempi/HISTORY
@@ -1,3 +1,7 @@
+2010-04-15 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.1
+ fixed long description wrap
+
2008-10-05 Robin Cook <rcook AT wyrms.net>
* New spell: DETAILS, DEPENDS

diff --git a/gnome2-libs/exempi/exempi-2.0.2.tar.gz.sig
b/gnome2-libs/exempi/exempi-2.0.2.tar.gz.sig
deleted file mode 100644
index f090177..0000000
Binary files a/gnome2-libs/exempi/exempi-2.0.2.tar.gz.sig and /dev/null differ
diff --git a/gnome2-libs/exempi/exempi-2.1.1.tar.gz.sig
b/gnome2-libs/exempi/exempi-2.1.1.tar.gz.sig
new file mode 100644
index 0000000..7c88d31
Binary files /dev/null and b/gnome2-libs/exempi/exempi-2.1.1.tar.gz.sig differ
diff --git a/gnome2-libs/tracker/DEPENDS b/gnome2-libs/tracker/DEPENDS
index 17e4092..53b35d9 100755
--- a/gnome2-libs/tracker/DEPENDS
+++ b/gnome2-libs/tracker/DEPENDS
@@ -6,7 +6,7 @@ depends intltool &&
depends perl &&
depends xml-parser-expat &&
depends pango &&
-depends sqlite &&
+depends -sub TSAFE sqlite &&
depends data-uuid &&
depends glib2 &&

@@ -79,10 +79,10 @@ optional_depends nautilus2
\
"--disable-nautilus-extension" \
"for the nautilus extension (tagging widget)" &&

-#optional_depends exempi \
-# "--enable-exempi" \
-# "--disable-exempi" \
-# "for XMP data extractor" &&
+optional_depends exempi \
+ "--enable-exempi" \
+ "--disable-exempi" \
+ "for XMP data extractor" &&

optional_depends jpeg \
"--enable-libjpeg" \
diff --git a/gnome2-libs/tracker/DETAILS b/gnome2-libs/tracker/DETAILS
index 70bbdb8..14fc58b 100755
--- a/gnome2-libs/tracker/DETAILS
+++ b/gnome2-libs/tracker/DETAILS
@@ -1,8 +1,8 @@
SPELL=tracker
if [[ "$TRACKER_DEVEL" == "y" ]]; then
- VERSION=0.9.0
+ VERSION=0.9.1
else
- VERSION=0.8.1
+ VERSION=0.8.2
fi
BRANCH=${VERSION:0:3}
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/gnome2-libs/tracker/HISTORY b/gnome2-libs/tracker/HISTORY
index 458fd91..f41ef3f 100644
--- a/gnome2-libs/tracker/HISTORY
+++ b/gnome2-libs/tracker/HISTORY
@@ -6,10 +6,10 @@
xdg-utils, gnome-desktop, added optional id3lib, libxml2, libnotify,
libgnome-keyring, gtk-doc, graphviz, enca, libvorbis, flac,
totem-pl-parser, nautilus2, jpeg, tiff, libiptcdata,
devicekit-power,
- hal, gtk+2, libgee, gnome-panel
+ hal, gtk+2, libgee, gnome-panel, exempi
* DETAILS, PREPARE: removed SCM version, added developement version
- updated developement to 0.9.0
- updated stable to 0.8.1
+ updated developement to 0.9.1
+ updated stable to 0.8.2
* PRE_BUILD: removed

2010-03-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
diff --git a/gnome2-libs/tracker/tracker-0.8.1.tar.bz2.sig
b/gnome2-libs/tracker/tracker-0.8.1.tar.bz2.sig
deleted file mode 100644
index 4f9652b..0000000
Binary files a/gnome2-libs/tracker/tracker-0.8.1.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/tracker/tracker-0.8.2.tar.bz2.sig
b/gnome2-libs/tracker/tracker-0.8.2.tar.bz2.sig
new file mode 100644
index 0000000..e332b92
Binary files /dev/null and b/gnome2-libs/tracker/tracker-0.8.2.tar.bz2.sig
differ
diff --git a/gnome2-libs/tracker/tracker-0.9.0.tar.bz2.sig
b/gnome2-libs/tracker/tracker-0.9.0.tar.bz2.sig
deleted file mode 100644
index 71f51ed..0000000
Binary files a/gnome2-libs/tracker/tracker-0.9.0.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/tracker/tracker-0.9.1.tar.bz2.sig
b/gnome2-libs/tracker/tracker-0.9.1.tar.bz2.sig
new file mode 100644
index 0000000..8e1a720
Binary files /dev/null and b/gnome2-libs/tracker/tracker-0.9.1.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (f94b5e130d62bfbdbb141cf09228ccfd8d4cbef8), Vasil Yonkov, 04/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page