Skip to Content.
Sympa Menu

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

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 (2d20a5e383d00f76b4fa0b4dbd70ead19668f0ce)
  • Date: Mon, 10 Aug 2015 09:41:13 +0000

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

libs/pyqt5/BUILD | 2 +-
libs/pyqt5/DEPENDS | 4 +++-
libs/pyqt5/DETAILS | 4 ++--
libs/pyqt5/HISTORY | 5 +++++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
6 files changed, 15 insertions(+), 5 deletions(-)

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

pyqt5: => 5.5

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

wine: => 1.7.49

diff --git a/libs/pyqt5/BUILD b/libs/pyqt5/BUILD
index d114af8..10edb08 100755
--- a/libs/pyqt5/BUILD
+++ b/libs/pyqt5/BUILD
@@ -5,5 +5,5 @@ fi &&
QMAKEPATH="$QT5DIR/bin" &&
# Need to use the proper selected python.
PYTHON=$(get_spell_provider_file $SPELL PYTHON '/usr/bin/python[0-9\.]*$') &&
-$PYTHON ./configure.py --confirm-license $VBIG -j $MAKE_NJOBS
--qmake=$QT5DIR/bin/qmake &&
+$PYTHON ./configure.py --confirm-license $VBIG -j $MAKE_NJOBS
--qmake=$QT5DIR/bin/qmake $OPTS&&
make
diff --git a/libs/pyqt5/DEPENDS b/libs/pyqt5/DEPENDS
index 379c1c0..0c44b5f 100755
--- a/libs/pyqt5/DEPENDS
+++ b/libs/pyqt5/DEPENDS
@@ -1,7 +1,9 @@
depends PYTHON &&
depends sip &&
depends qtbase &&
-optional_depends dbus-python '' '' 'DBus support' &&
+optional_depends dbus-python '' '--no-python-dbus' 'DBus support' &&
optional_depends qttools '' '--no-tools' 'build tools' &&
optional_depends qtdeclarative '' '--no-qml-plugin' 'build qmlscene plugin'
&&
+optional_depends qtmultimedia '' '' 'Multimedia support' &&
+optional_depends qtwebengine '' '' 'WebEngine support' &&
optional_depends qtwebkit '' '' 'WebKit support'
diff --git a/libs/pyqt5/DETAILS b/libs/pyqt5/DETAILS
index 1b6b9a2..d3d714a 100755
--- a/libs/pyqt5/DETAILS
+++ b/libs/pyqt5/DETAILS
@@ -1,7 +1,7 @@
SPELL=pyqt5
SPELLX=PyQt-gpl
- VERSION=5.4.2
-
SOURCE_HASH=sha512:c080a0e17644a15bf10c0999b8404e40709bd227e3b1d0ae87aa428c1b336397fb35aa274c75a3d95b7528ef84a32b67892f41aa4841d568d1535466d1215a4b
+ VERSION=5.5
+
SOURCE_HASH=sha512:84e591da37032763f961e546250fa1da617e3f9b08c8586e0764d1ecf09fb0eed03b6e602742fa6921a7dd6f10db3255cb834770dba606613bf9897f5276bf43
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/pyqt/PyQt5/PyQt-${VERSION}/${SOURCE}
diff --git a/libs/pyqt5/HISTORY b/libs/pyqt5/HISTORY
index 1b50071..47e2124 100644
--- a/libs/pyqt5/HISTORY
+++ b/libs/pyqt5/HISTORY
@@ -1,3 +1,8 @@
+2015-08-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.5
+ * DEPENDS: more options
+ * BUILD: processs depends options
+
2015-06-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.4.2

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index ab53142..d0e01dc5 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.7.47
+ VERSION=1.7.49
else
VERSION=1.6.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index cd2f3c2..ba5e5ba 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2015-08-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.49 (devel)
+
2015-07-11 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 1.7.47




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2d20a5e383d00f76b4fa0b4dbd70ead19668f0ce), Treeve Jelbert, 08/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page