New commits:
commit 65728adff77fb90cd50ab17d40ccbf49a379d386
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qttools: => 5.0.1
commit 70439274db6a02484fa4c9dd6846ffdfeecdc099
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
Revert "qtwebkit-5.0.0-beta1 - moved from http section"
This reverts commit e06a7b3ad4aa5b53a35d84570c787cd36c1f1438.
commit 98dd2ebf4ee0676df82bf08f73eacbb021b2ae60
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
/qtwebkit5-5.0.1
commit da073c59afc13c0f838e0751a02b116815582d59
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtmultimedia: => 5.0.1
commit d3d3ab986adf6cbd13959448a0eceab8af97e85e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtgraphicaleffects: => 5.0.1
commit f8fc22df652c11352cf74f1bcc26dde100214878
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtimageformats: => 5.0.1
commit 87dd05fce59462192b517b269d90952789100398
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtsvg: => 5.0.1
commit 2643e8726a31a1c10e82fac5aaf7a77ffc51265f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qtscript: => 5.0.1
diff --git a/ChangeLog b/ChangeLog
index bda352d..c741fd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS, qt5/FUNCTIONS: move qt5build to global level
fix use with multiple version of python
+ * qt5/qtwebkit5: added
2013-02-10 Sukneet Basuta <sukneet AT sourcemage.org>
* audio-libs/sbc: new spell, Bluetooth Subband Codec (SBC) library
diff --git a/http/qtwebkit/BUILD b/http/qtwebkit/BUILD
new file mode 100755
index 0000000..88954cd
--- /dev/null
+++ b/http/qtwebkit/BUILD
@@ -0,0 +1,8 @@
+QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
+PATH="$QTDIR/bin/qt4:$PATH" &&
+
+cd "$SOURCE_DIRECTORY" &&
+WebKitTools/Scripts/build-webkit --qt &&
+
+cd WebKitBuild/Release &&
+make
diff --git a/http/qtwebkit/DEPENDS b/http/qtwebkit/DEPENDS
new file mode 100755
index 0000000..629492c
--- /dev/null
+++ b/http/qtwebkit/DEPENDS
@@ -0,0 +1,6 @@
+depends qt4 &&
+depends gperf &&
+depends sqlite &&
+depends bison &&
+depends flex &&
+depends libxslt
diff --git a/http/qtwebkit/DETAILS b/http/qtwebkit/DETAILS
new file mode 100755
index 0000000..58b197d
--- /dev/null
+++ b/http/qtwebkit/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=qtwebkit
+if [[ $WEBKITQT_VCS_AUTOUPDATE == y ]]
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
+ SOURCE_URL[0]=svn_http://svn.webkit.org/repository/webkit/trunk:$SPELL-svn
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE=http://trac.webkit.org/wiki/QtWebKit
+ ENTERED=20080707
+ LICENSE[0]=GPL
+ KEYWORDS="engine http"
+ SHORT="A Qt backport of the WebKit web browser engine"
+cat << EOF
+WebKit is an open source web browser engine. WebKit's HTML and JavaScript
+code began as a branch of the KHTML and KJS libraries from KDE. As part
+of KDE framework KHTML was based on Qt but during their porting efforts
+Apple's engineers made WebKit toolkit independent. WebKit Qt is a project
+aiming at porting this fabulous engine back to Qt.
+EOF
diff --git a/http/qtwebkit/HISTORY b/http/qtwebkit/HISTORY
new file mode 100644
index 0000000..67f2b63
--- /dev/null
+++ b/http/qtwebkit/HISTORY
@@ -0,0 +1,3 @@
+2008-07-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD: Created spell.
+
diff --git a/qt5/qtgraphicaleffects/DETAILS b/qt5/qtgraphicaleffects/DETAILS
index 96d4d16..9f8557a 100755
--- a/qt5/qtgraphicaleffects/DETAILS
+++ b/qt5/qtgraphicaleffects/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qtgraphicaleffects
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:7729460fada52102a360eda9ee9006b91f11472631affd429e6f35b96ed0dc7977de348ceefc4088d81b8e6249285307910e45dfc894e54d99967b3712e1d508
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:ff45f66b3ed65e248243fb703f6fc050c5bf5bea39e55e95ded23f0219c6a124ab6c9039e8e6e92c73d901eb2bd3089405d9716c0764fe70576646ef7f214aa2
SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://qt-project.org
ENTERED=20120901
diff --git a/qt5/qtimageformats/DETAILS b/qt5/qtimageformats/DETAILS
index 9cbd8c8..002753d 100755
--- a/qt5/qtimageformats/DETAILS
+++ b/qt5/qtimageformats/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qtimageformats
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:0442dca42e36346e5e938d30d42c539745b9b8a8b3db9002cea150f1680ac65077a3af3a47cbea5a44af63e0812f1f0ae0800a3d308f119bb3ff4a533ede9006
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:24f909f850f637114457109e26691f1f55790b786e44ca7c43e82e31b5f5e544cf0bfc20cf7ab4301ad3b82b933978619597670642ba74c73adb0a826a1c9449
SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://qt-project.org
ENTERED=20120901
diff --git a/qt5/qtimageformats/HISTORY b/qt5/qtimageformats/HISTORY
index 8502a30..c28943e 100644
--- a/qt5/qtimageformats/HISTORY
+++ b/qt5/qtimageformats/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+
2012-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.0-beta1
spell created
diff --git a/qt5/qtmultimedia/DETAILS b/qt5/qtmultimedia/DETAILS
index 34ee2cf..4c4bd4c 100755
--- a/qt5/qtmultimedia/DETAILS
+++ b/qt5/qtmultimedia/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qtmultimedia
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:36937cd69d591ae18824ce155a87d8e547080d44628b3a544ec8282e5938d1dc99206bdc59ceeccc7e3514d3d22212e4c95ce46687fa56b405cfd980136a548c
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:ebfa155deb7ed5851df8f2700e0166ab951738ce98a3854b9f67670b51f81c3f16f92d9148696cdde912d40dcd63a5d559959056bbe73fce00ee9c9fc69f3acd
SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://www.qtsoftware.com/products
ENTERED=20120901
diff --git a/qt5/qtmultimedia/HISTORY b/qt5/qtmultimedia/HISTORY
index 8502a30..c28943e 100644
--- a/qt5/qtmultimedia/HISTORY
+++ b/qt5/qtmultimedia/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+
2012-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.0-beta1
spell created
diff --git a/qt5/qtscript/DETAILS b/qt5/qtscript/DETAILS
index b03face..8c1c25b 100755
--- a/qt5/qtscript/DETAILS
+++ b/qt5/qtscript/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qtscript
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:b9dbe2bc293eee365467d246c19c9a4decf2646e4e770d45ffa215334c5a6a1675c4ca3d9bf8337de55d55cc7d7c528946af414fa8a666fcb529081118a4304a
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:fa14496ffe856cfee0fc97c41ef681ac6d74f1819c003d78681615a375ab6916a61f2d30dd9b5466a8590385c9318f3a5913a95a8d2555a0ac46ed29f9e93443
SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://qt-project.org
ENTERED=20120901
diff --git a/qt5/qtscript/HISTORY b/qt5/qtscript/HISTORY
index 8502a30..c28943e 100644
--- a/qt5/qtscript/HISTORY
+++ b/qt5/qtscript/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+
2012-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.0-beta1
spell created
diff --git a/qt5/qtsvg/DETAILS b/qt5/qtsvg/DETAILS
index 38453bf..1e60d09 100755
--- a/qt5/qtsvg/DETAILS
+++ b/qt5/qtsvg/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qtsvg
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:42686e3fd642ae2d335e58899e4d9ff5994a801c7e8347626738c5bfb1277f20d642cbacedc26b70cebc8c77f7a12fe634147f799f83377e81b625734dec0fbe
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:eb1df0667ddb896c8dafe0ce6397893ae2ecb1751b3f59ab4b6aac34580ae86c47c3724a86353cbfb78cdf5b4f535cf6813b65fe251799bfb0d35a9aceae9dab
SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://qt-project.org
ENTERED=20120901
diff --git a/qt5/qtsvg/HISTORY b/qt5/qtsvg/HISTORY
index 8502a30..c28943e 100644
--- a/qt5/qtsvg/HISTORY
+++ b/qt5/qtsvg/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+
2012-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.0-beta1
spell created
diff --git a/qt5/qttools/DEPENDS b/qt5/qttools/DEPENDS
index 8ce3d79..cca2b48 100755
--- a/qt5/qttools/DEPENDS
+++ b/qt5/qttools/DEPENDS
@@ -2,5 +2,6 @@ depends -sub CXX gcc &&
depends qtbase &&
depends qtdeclarative &&
depends qtjsbackend &&
-depends qtxmlpatterns
+depends qtxmlpatterns &&
+optional_depends qtwebkit5 '' '' 'build help browser'