Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (ae70f005c11ed79a90ade0e78b864af5af78ca27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (ae70f005c11ed79a90ade0e78b864af5af78ca27)
  • Date: Wed, 31 Oct 2012 17:43:23 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

e-17/terminology/DEPENDS | 3 ++-
e-17/terminology/HISTORY | 3 +++
gnome2-libs/clutter-gst/DEPENDS | 1 +
gnome2-libs/clutter-gst/HISTORY | 3 +++
gnome2-libs/nautilus2/DEPENDS | 1 +
gnome2-libs/nautilus2/HISTORY | 3 +++
libs/gfreenect/DEPENDS | 4 +++-
libs/gfreenect/HISTORY | 3 +++
python-pypi/matplotlib/DETAILS | 4 ++--
python-pypi/matplotlib/HISTORY | 3 +++
utils/installwatch/HISTORY | 3 +++
utils/installwatch/installwatch-glibc-2.13.patch | 8 +++++++-
12 files changed, 34 insertions(+), 5 deletions(-)

New commits:
commit 9a736aa1e5c9bf2759ef778a5db1f6a9db5dace9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nautilus2: Depends on tracker

checking for TRACKER... no
configure: error: Package requirements (tracker-sparql-0.14) were not
met:

No package 'tracker-sparql-0.14' found

This causes circular dependency:
nautilus2 -> tracker ?> nautilus2 (for extension) -> tracker ?> ...

commit 0f322fc663ef88862c1420bbbb06fb7ac717d315
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gfreenect needs gobject-introspection and gtk-doc

commit cf3365e5f02528c1197573b1e87d45c82c999639
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

clutter-gst needs gst-plugins-base-1.0

commit 42664a257f5b78183b097ce0b83c516af87be8a2
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

matplotlib 1.1.1

commit 398e47ce4ca331d41a49f0668d87be4553e90da0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

installwatch fixed to work with glibc 2.15 and 2.16

commit b07ac9b49fd55072c2ccb1264f5b4d680c994ddd
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

terminology needs elementary

checking for TERMINOLOGY... no

diff --git a/e-17/terminology/DEPENDS b/e-17/terminology/DEPENDS
index fdc4fc0..de3597c 100755
--- a/e-17/terminology/DEPENDS
+++ b/e-17/terminology/DEPENDS
@@ -1,4 +1,5 @@
depends eina &&
depends evas &&
depends ecore &&
-depends emotion
+depends emotion &&
+depends elementary
diff --git a/e-17/terminology/HISTORY b/e-17/terminology/HISTORY
index 40a8536..bc0d59b 100644
--- a/e-17/terminology/HISTORY
+++ b/e-17/terminology/HISTORY
@@ -1,2 +1,5 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: elementary added
+
2012-07-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/gnome2-libs/clutter-gst/DEPENDS b/gnome2-libs/clutter-gst/DEPENDS
index 67db759..574a2c8 100755
--- a/gnome2-libs/clutter-gst/DEPENDS
+++ b/gnome2-libs/clutter-gst/DEPENDS
@@ -1,5 +1,6 @@
depends clutter &&
depends gstreamer-1.0 &&
+depends gst-plugins-base-1.0 &&
optional_depends gobject-introspection \
"--enable-introspection" \
"--disable-introspection" \
diff --git a/gnome2-libs/clutter-gst/HISTORY b/gnome2-libs/clutter-gst/HISTORY
index d165b15..7b47af0 100644
--- a/gnome2-libs/clutter-gst/HISTORY
+++ b/gnome2-libs/clutter-gst/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: gst-plugins-base-1.0 added
+
2012-10-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.9.92
* DEPENDS: gstreamer -> gstreamer-1.0
diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index de7eb5d..372c4b9 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -12,6 +12,7 @@ depends libxml2 &&
depends dbus-glib &&
depends intltool &&
depends exempi &&
+depends tracker &&

optional_depends vorbis-tools "" "" "for ogg audio playback" &&
optional_depends mpg123 "" "" "for mp3 audio playback" &&
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index 6fd4b5f..a9bfaf1 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on tracker
+
2012-10-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.1
* DEPENDS: exempi added
diff --git a/libs/gfreenect/DEPENDS b/libs/gfreenect/DEPENDS
index 4e3c87b..deb7935 100755
--- a/libs/gfreenect/DEPENDS
+++ b/libs/gfreenect/DEPENDS
@@ -1 +1,3 @@
-depends libfreenect
+depends libfreenect &&
+depends gobject-introspection &&
+depends gtk-doc
diff --git a/libs/gfreenect/HISTORY b/libs/gfreenect/HISTORY
index e4efc8f..3c7d489 100644
--- a/libs/gfreenect/HISTORY
+++ b/libs/gfreenect/HISTORY
@@ -1,2 +1,5 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS: gobject-introspection and gtk-doc added
+
2012-09-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/python-pypi/matplotlib/DETAILS b/python-pypi/matplotlib/DETAILS
index a0f2657..c6149e4 100755
--- a/python-pypi/matplotlib/DETAILS
+++ b/python-pypi/matplotlib/DETAILS
@@ -1,6 +1,6 @@
SPELL=matplotlib
- VERSION=1.1.0
-
SOURCE_HASH=sha512:f5ab95c29ef6958096970265a6079f0eb8c43a500924346c4a6c6eb89d9110eeeb6c34a53715e71240e82ded2b76a7b8d5a9b05a07baa000b2926718264ad8ff
+ VERSION=1.1.1
+
SOURCE_HASH=sha512:838977c1f57f9cfd10a3cd8935a5640bca25135b2176cb83286f309d57690cca7d6ec78c552c04067b3ded10f0358b92bb2387c018ecdb38ac30f661c4a67588
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/matplotlib/HISTORY b/python-pypi/matplotlib/HISTORY
index 10bfcea..bcc1dc2 100644
--- a/python-pypi/matplotlib/HISTORY
+++ b/python-pypi/matplotlib/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1.1
+
2012-01-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.1.0

diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 33857d2..49ff536 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Ladislav Hagara <hgr AT vabo.cz>
+ * installwatch-glibc-2.13.patch: glibc 2.15 and 2.16 cases added
+
2012-05-05 Pol Vinogradov <vin.public AT gmail.com>
* installwatch-glibc-2.13.patch: added glibc 2.14 case

diff --git a/utils/installwatch/installwatch-glibc-2.13.patch
b/utils/installwatch/installwatch-glibc-2.13.patch
index 07a4844..68c2e9c 100644
--- a/utils/installwatch/installwatch-glibc-2.13.patch
+++ b/utils/installwatch/installwatch-glibc-2.13.patch
@@ -1,7 +1,7 @@
diff -Naur installwatch.ori//create-localdecls installwatch/create-localdecls
--- installwatch.ori//create-localdecls 2011-02-05 12:46:19.000000000
+0100
+++ installwatch/create-localdecls 2011-02-05 12:50:10.000000000 +0100
-@@ -105,6 +105,12 @@
+@@ -105,6 +105,18 @@
12)
echo '#define GLIBC_MINOR 12' >> $OUTFILE
SUBVERSION='glibc-2.12' ;;
@@ -11,6 +11,12 @@ diff -Naur installwatch.ori//create-localdecls
installwatch/create-localdecls
+ 14)
+ echo '#define GLIBC_MINOR 14' >> $OUTFILE
+ SUBVERSION='glibc-2.14' ;;
++ 15)
++ echo '#define GLIBC_MINOR 15' >> $OUTFILE
++ SUBVERSION='glibc-2.15' ;;
++ 16)
++ echo '#define GLIBC_MINOR 16' >> $OUTFILE
++ SUBVERSION='glibc-2.16' ;;
*)
echo 'Treated as glibc >= 2.1 (finger crossed)'
echo '#define GLIBC_MINOR 1' >> $OUTFILE



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (ae70f005c11ed79a90ade0e78b864af5af78ca27), Eric Sandall, 10/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page