Skip to Content.
Sympa Menu

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

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 (2ac36ea6704563d64aa08ef337e474dc52703457)
  • Date: Sat, 23 Jun 2007 03:48:16 -0500

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

ChangeLog | 3 +++
libs/pyqt4/BUILD | 8 ++++++++
libs/pyqt4/CONFIGURE | 2 ++
libs/pyqt4/CONFLICTS | 2 ++
libs/pyqt4/DEPENDS | 6 ++++++
libs/pyqt4/DETAILS | 20 ++++++++++++++++++++
libs/pyqt4/HISTORY | 11 +++++++++++
libs/pyqt4/INSTALL | 1 +
libs/sip/DETAILS | 9 ++++++++-
libs/sip/HISTORY | 5 +++++
libs/sip/PREPARE | 1 +
11 files changed, 67 insertions(+), 1 deletion(-)

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

pyqt4-4-snapshot-20070622

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

sip-snapshot-20070622

diff --git a/ChangeLog b/ChangeLog
index 46156e8..5911549 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/pyqt4: new spell, supports qt4
+
2007-06-22 Philippe Caseiro <puppetmaster AT sourcemage.org>
* ftp-lib/rb-libtorrent: new spell, an bittorrent library

diff --git a/libs/pyqt4/BUILD b/libs/pyqt4/BUILD
new file mode 100755
index 0000000..5d88b27
--- /dev/null
+++ b/libs/pyqt4/BUILD
@@ -0,0 +1,8 @@
+if [ $PYQT_BIG == y ];then
+ VBIG=-c
+fi &&
+export QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+#export QMAKESPEC=/usr/share/qt4/mkspecs/default/ &&
+/bin/echo "yes" | python ./configure.py $VBIG &&
+make
diff --git a/libs/pyqt4/CONFIGURE b/libs/pyqt4/CONFIGURE
new file mode 100755
index 0000000..aaa41e8
--- /dev/null
+++ b/libs/pyqt4/CONFIGURE
@@ -0,0 +1,2 @@
+config_query PYQT_BIG "can I use LOTS(>512MB) of memory? " n
+
diff --git a/libs/pyqt4/CONFLICTS b/libs/pyqt4/CONFLICTS
new file mode 100755
index 0000000..2369812
--- /dev/null
+++ b/libs/pyqt4/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts pyqt
+
diff --git a/libs/pyqt4/DEPENDS b/libs/pyqt4/DEPENDS
new file mode 100755
index 0000000..a8f66da
--- /dev/null
+++ b/libs/pyqt4/DEPENDS
@@ -0,0 +1,6 @@
+depends qt4 &&
+depends sip &&
+optional_depends qscintilla '' '' "editting component"
+if is_depends_enabled pyqt qscintilla; then
+ sub_depends qscintilla QT4
+fi
diff --git a/libs/pyqt4/DETAILS b/libs/pyqt4/DETAILS
new file mode 100755
index 0000000..385a16e
--- /dev/null
+++ b/libs/pyqt4/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=pyqt4
+ SPELLX=PyQt-x11-gpl
+ VERSION=4-snapshot-20070622
+
SOURCE_HASH=sha512:bc0ed73f4ba4b620496a702a2accab85a8272f89375bbfd674471b835466be345e8d1a26ab0db3a0e9ff453e2fa8836b004b79ff8c0d16be2ab8bbda17961116
+ URI=Snapshots/PyQt4
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ SOURCE_URL[0]=http://www.riverbankcomputing.com/Downloads/$URI/$SOURCE
+ WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php
+ ENTERED=20070614
+ LICENSE[0]=GPL
+ KEYWORDS="qt python libs"
+ SHORT="Python bindings for the Qt GUI toolkit"
+cat << EOF
+From the website:
+PyQt is a set of Python bindings for the Qt toolkit. The bindings are
+implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork,
+qtsql, qttable and qtxml, and contains 300 classes and over 5,750
+functions and methods.
+EOF
diff --git a/libs/pyqt4/HISTORY b/libs/pyqt4/HISTORY
new file mode 100644
index 0000000..2563a1a
--- /dev/null
+++ b/libs/pyqt4/HISTORY
@@ -0,0 +1,11 @@
+2007-06-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS; version 4-snapshot-20070622
+ (4.2 won't build with qt4-4.3.0)
+ * DEPENDS: add optional qscintilla
+ add sub_depends qscintilla
+
+2007-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.2
+ * BUILD, DEPENDS: adapt for qt4
+ spell copied from pyqt
+ * CONFLICTS: added
diff --git a/libs/pyqt4/INSTALL b/libs/pyqt4/INSTALL
new file mode 100755
index 0000000..f1f4812
--- /dev/null
+++ b/libs/pyqt4/INSTALL
@@ -0,0 +1 @@
+make install
diff --git a/libs/sip/DETAILS b/libs/sip/DETAILS
index 517d572..414d7bb 100755
--- a/libs/sip/DETAILS
+++ b/libs/sip/DETAILS
@@ -1,9 +1,16 @@
SPELL=sip
+if [ ${SIP_SNAP}x = yx ];then
+ VERSION=snapshot-20070622
+
SOURCE_HASH=sha512:7ad876be7793afa810df215953474e64bb3fe7f03786cb787cb6f709a52bfc50e395879c583473997b9a48560ab4eac4a96031aba912aaf13f4e882188936e71
+ URI=Snapshots/sip4/$SOURCE
+else
VERSION=4.6

SOURCE_HASH=sha512:d68110a1e8c7cb1ecbd5f14d60b5ff9c463c5abe72271bcf381dbde481081cb9ac55c199f665738f4ed35d8956f9909e30539d93b431fbf90750e722de15cd2c
+ URI=sip4/$SOURCE
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.riverbankcomputing.com/Downloads/sip4/$SOURCE
+ SOURCE_URL[0]=http://www.riverbankcomputing.com/Downloads/$URI
# SOURCE_GPG="gurus.gpg:$SOURCE.sig"
LICENSE[0]=GPL
WEB_SITE=http://www.riverbankcomputing.co.uk/$SPELL/index.php
diff --git a/libs/sip/HISTORY b/libs/sip/HISTORY
index 6bc0a83..2139ac8 100644
--- a/libs/sip/HISTORY
+++ b/libs/sip/HISTORY
@@ -1,3 +1,8 @@
+2007-06-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version snapshot-20070622
+ (pyqt4 needs this)
+ * PREPARE: added, allow stable or snapshot versions
+
2007-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.6

diff --git a/libs/sip/PREPARE b/libs/sip/PREPARE
new file mode 100755
index 0000000..cc77d49
--- /dev/null
+++ b/libs/sip/PREPARE
@@ -0,0 +1 @@
+config_query SIP_SNAP "do you want to use a snapshot version?" n



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2ac36ea6704563d64aa08ef337e474dc52703457), Treeve Jelbert, 06/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page