Skip to Content.
Sympa Menu

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

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 (57509e498de905ec84da2b907e5f9fdaed91a361)
  • Date: Thu, 16 Jun 2016 12:03:45 +0000

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

qt5/qtwebengine/HISTORY | 1 +
qt5/qtwebengine/PREPARE | 9 +++++++++
x11-libs/wine/DETAILS | 6 +++---
x11-libs/wine/HISTORY | 3 +++
4 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 57509e498de905ec84da2b907e5f9fdaed91a361
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

wine: => 1.8.3 / 1.9.12

commit 8edd9c45693960c4ffa55915033d31ec41239298
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qtwebengine - tweak

diff --git a/qt5/qtwebengine/HISTORY b/qt5/qtwebengine/HISTORY
index a3638aa..1b67c3c 100644
--- a/qt5/qtwebengine/HISTORY
+++ b/qt5/qtwebengine/HISTORY
@@ -1,5 +1,6 @@
2016-06-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.7.0
+ * PREPARE: added, warn about vast space and time requirements

2016-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.6.1
diff --git a/qt5/qtwebengine/PREPARE b/qt5/qtwebengine/PREPARE
new file mode 100755
index 0000000..36a72ed
--- /dev/null
+++ b/qt5/qtwebengine/PREPARE
@@ -0,0 +1,9 @@
+message "\n${PROBLEM_COLOR}Warning" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR\n" \
+ "\n$SPELL requires VAST amounts of memory and takes a LONG time to
build." \
+ "\nIt needs at least 3GB of disk space on the system drive " \
+ "and is unlikely to build with less than 8GB of RAM." \
+ "\nOn my 4-core Amd-A10 system with a SSD drive it takes several
hours to compile." \
+ "\nThe link stage alone takes 30 minutes" &&
+source $GRIMOIRE/FUNCTIONS &&
+chk_space 3
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 9ce0241..b385bbf 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
if [[ $WINE_BRANCH == scm ]]; then
- VERSION=$(get_scm_version)
+ VERSION=1.8.3
SOURCE=$SPELL-git.tar.bz2
SOURCE_URL[0]=git://source.winehq.org/git/wine.git:wine-git
SOURCE_IGNORE=volatile
@@ -9,9 +9,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.9.7
+ VERSION=1.8.3
else
- VERSION=1.8.2
+ VERSION=1.8.3
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 4c3e53f..8e71ddd 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2016-06-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.3
+
2016-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.2 / 1.9.7




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (57509e498de905ec84da2b907e5f9fdaed91a361), Treeve Jelbert, 06/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page