Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-libpng grimoire by Remko van der Vossen (1f699967e51aa95feb5e6c04ee59f83789739a77)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-libpng grimoire by Remko van der Vossen (1f699967e51aa95feb5e6c04ee59f83789739a77)
  • Date: Tue, 11 Jan 2011 18:03:29 -0600

GIT changes to devel-libpng grimoire by Remko van der Vossen
<wich AT sourcemage.org>:

ChangeLog | 3 +++
graphics-libs/mesalib/DEPENDS | 10 ++++------
graphics-libs/mesalib/HISTORY | 4 ++++
libs/qjson/BUILD | 1 +
libs/qjson/DEPENDS | 2 ++
libs/qjson/DETAILS | 18 ++++++++++++++++++
libs/qjson/HISTORY | 3 +++
7 files changed, 35 insertions(+), 6 deletions(-)

New commits:
commit b0048742937e5dd2c31feae6adf8700063997a7a
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

mesalib: missing dependencies

commit b97be1caeb70639c1a4ca0c8cec1ffb2ac89210b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qjson: new spell, library that maps JSON data to QVariant objects

diff --git a/ChangeLog b/ChangeLog
index b2da05a..88021ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/qjson: new spell, library that maps JSON data to QVariant
objects
+
2011-01-09 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index e4ca679..27bc27a 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -13,6 +13,9 @@ depends libxxf86vm &&
depends libxau &&
depends libxfixes &&
depends glproto &&
+depends talloc &&
+depends libxml2 &&
+sub_depends libxml2 PYTHON &&

if list_find "--enable-glw" $MESALIB_OPTS; then
depends libxt
@@ -42,11 +45,6 @@ if ( list_find "r200" $MESALIB_DRIVERS ) || \
sub_depends libdrm RADEON
fi &&

-if [[ $MESALIB_VER == "developement" ]]; then
- depends talloc
-fi &&
-
if [[ $MESALIB_VER == "git" ]]; then
- depends git &&
- depends talloc
+ depends git
fi
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 8855857..930c29a 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2011-01-11 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: stable now too depends on talloc and needs python bindings
+ for libxml
+
2011-01-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.9.1 (stable), 7.10 (feature, developement)
* CONFIGURE: MESALIB_GALLIUM updated
diff --git a/libs/qjson/BUILD b/libs/qjson/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/libs/qjson/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/libs/qjson/DEPENDS b/libs/qjson/DEPENDS
new file mode 100755
index 0000000..55b1180
--- /dev/null
+++ b/libs/qjson/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4 &&
+depends cmake
diff --git a/libs/qjson/DETAILS b/libs/qjson/DETAILS
new file mode 100755
index 0000000..1d508d5
--- /dev/null
+++ b/libs/qjson/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=qjson
+ VERSION=0.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:a3cba247f0a6d2dff38d6ed9ed1da444969faf79fac7979db325b91bcf89eba8a696e1bd072c56aa5bdaef5180f54762e05a0e131d459944499b711f3b04f62b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://qjson.sourceforge.net";
+ LICENSE[0]=LGPL
+ ENTERED=20110111
+ SHORT="library that maps JSON data to QVariant objects"
+cat << EOF
+JSON (JavaScript Object Notation) is a lightweight data-interchange format.
It
+can represents integer, real number, string, an ordered sequence of value,
+and a collection of name/value pairs.
+
+JSON arrays will be mapped to QVariantList instances, while JSON objects
will be
+mapped to QVariantMap.
+EOF
diff --git a/libs/qjson/HISTORY b/libs/qjson/HISTORY
new file mode 100644
index 0000000..a4d3d8c
--- /dev/null
+++ b/libs/qjson/HISTORY
@@ -0,0 +1,3 @@
+2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to devel-libpng grimoire by Remko van der Vossen (1f699967e51aa95feb5e6c04ee59f83789739a77), Remko van der Vossen, 01/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page