Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-split-qt5 grimoire by Treeve Jelbert (65728adff77fb90cd50ab17d40ccbf49a379d386)

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 devel-split-qt5 grimoire by Treeve Jelbert (65728adff77fb90cd50ab17d40ccbf49a379d386)
  • Date: Tue, 12 Feb 2013 13:12:10 -0600

GIT changes to devel-split-qt5 grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

ChangeLog | 1 +
http/qtwebkit/BUILD | 8 ++++++++
http/qtwebkit/DEPENDS | 6 ++++++
http/qtwebkit/DETAILS | 24 ++++++++++++++++++++++++
http/qtwebkit/HISTORY | 3 +++
qt5/qtgraphicaleffects/DETAILS | 7 ++++---
qt5/qtimageformats/DETAILS | 7 ++++---
qt5/qtimageformats/HISTORY | 3 +++
qt5/qtmultimedia/DETAILS | 7 ++++---
qt5/qtmultimedia/HISTORY | 3 +++
qt5/qtscript/DETAILS | 7 ++++---
qt5/qtscript/HISTORY | 3 +++
qt5/qtsvg/DETAILS | 7 ++++---
qt5/qtsvg/HISTORY | 3 +++
qt5/qttools/DEPENDS | 3 ++-
qt5/qttools/DETAILS | 7 ++++---
qt5/qttools/HISTORY | 3 +++
qt5/qtwebkit/BUILD | 2 --
qt5/qtwebkit/DEPENDS | 13 -------------
qt5/qtwebkit/DETAILS | 15 ---------------
qt5/qtwebkit/HISTORY | 4 ----
qt5/qtwebkit5/BUILD | 2 ++
qt5/qtwebkit5/DEPENDS | 15 +++++++++++++++
qt5/qtwebkit5/DETAILS | 16 ++++++++++++++++
qt5/qtwebkit5/HISTORY | 3 +++
qt5/qtwebkit5/PRE_BUILD | 9 +++++++++
26 files changed, 128 insertions(+), 53 deletions(-)

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'

diff --git a/qt5/qttools/DETAILS b/qt5/qttools/DETAILS
index aa38ed2..8d05263 100755
--- a/qt5/qttools/DETAILS
+++ b/qt5/qttools/DETAILS
@@ -1,9 +1,10 @@
+QT_URL=http://origin.releases.qt-project.org
SPELL=qttools
SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:1e4408da6de2859772c19b0d4f1f7208b0021f5374dcb3e89b6af69f8303739c7ba3f93b7ab707b6cab39da57533956bcf7ff99652c06142589c19283db21706
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:15ae866ed41d2fea18ade26128d01a5b26e1d69961ef7149d9f233054c29c66d678eddb8c47a567e1ad009a205e42a259cfcac023eef9d5ef465b9cabd6edc74
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/qttools/HISTORY b/qt5/qttools/HISTORY
index 8502a30..c28943e 100644
--- a/qt5/qttools/HISTORY
+++ b/qt5/qttools/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/qtwebkit/BUILD b/qt5/qtwebkit/BUILD
deleted file mode 100755
index 8b0de43..0000000
--- a/qt5/qtwebkit/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="CONFIG+=shared" &&
-default_build
diff --git a/qt5/qtwebkit/DEPENDS b/qt5/qtwebkit/DEPENDS
deleted file mode 100755
index fb4b1a4..0000000
--- a/qt5/qtwebkit/DEPENDS
+++ /dev/null
@@ -1,13 +0,0 @@
-depends -sub CXX gcc&&
-depends perl &&
-depends bison &&
-depends flex &&
-depends gperf &&
-depends PYTHON &&
-depends qtbase &&
-depends JPEG &&
-depends libpng &&
-depends zlib &&
-depends libxml2 &&
-depends libxslt &&
-depends fontconfig
diff --git a/qt5/qtwebkit/DETAILS b/qt5/qtwebkit/DETAILS
deleted file mode 100755
index 467f17f..0000000
--- a/qt5/qtwebkit/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=qtwebkit
- SPELLX=$SPELL-opensource-src
- VERSION=5.0.0-beta1
-
SOURCE_HASH=sha512:266e9800f2306397637a2521b7ab743d2db1382edcc6e327bf22a373ef83f357d540438773f84b7657b1021e7d2e4879e12688deb03fee1947493857fb9fd516
- SOURCE=$SPELLX-$VERSION.tar.xz
-
SOURCE_URL=http://releases.qt-project.org/qt5.0/beta1/split_sources/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- WEB_SITE=http://gitorious.org/qtwebkit
- ENTERED=20120901
- LICENSE[0]=LGPL
- KEYWORDS=""
- SHORT=""
-cat << EOF
-WebKit support for qt5
-EOF
diff --git a/qt5/qtwebkit/HISTORY b/qt5/qtwebkit/HISTORY
deleted file mode 100644
index 8502a30..0000000
--- a/qt5/qtwebkit/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-2012-09-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 5.0.0-beta1
- spell created
-
diff --git a/qt5/qtwebkit5/BUILD b/qt5/qtwebkit5/BUILD
new file mode 100755
index 0000000..6594e7c
--- /dev/null
+++ b/qt5/qtwebkit5/BUILD
@@ -0,0 +1,2 @@
+OPTS=CONFIG+="shared" &&
+default_build
diff --git a/qt5/qtwebkit5/DEPENDS b/qt5/qtwebkit5/DEPENDS
new file mode 100755
index 0000000..2d98c21
--- /dev/null
+++ b/qt5/qtwebkit5/DEPENDS
@@ -0,0 +1,15 @@
+depends perl &&
+depends bison &&
+depends flex &&
+depends gperf &&
+depends PYTHON &&
+depends RUBY &&
+depends qtbase &&
+depends JPEG &&
+depends libpng &&
+depends zlib &&
+depends libxml2 &&
+depends libxslt &&
+depends icu &&
+depends sqlite &&
+depends fontconfig
diff --git a/qt5/qtwebkit5/DETAILS b/qt5/qtwebkit5/DETAILS
new file mode 100755
index 0000000..c38e657
--- /dev/null
+++ b/qt5/qtwebkit5/DETAILS
@@ -0,0 +1,16 @@
+QT_URL=http://origin.releases.qt-project.org
+ SPELL=qtwebkit5
+ SPELLX=${SPELL/5}-opensource-src
+ VERSION=5.0.1
+
SOURCE_HASH=sha512:82a7e5fa2d284c2fd30ab29ffd35afc259dbacffd5a97f0dfc8a39a4b34b6d878548f4a99584447594b3e426dacddd36c9cec37672f0ca3bddde43e2771eee90
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt5/$VERSION/submodules_tar/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://gitorious.org/qtwebkit
+ ENTERED=20131212
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+WebKit support for qt5
+EOF
diff --git a/qt5/qtwebkit5/HISTORY b/qt5/qtwebkit5/HISTORY
new file mode 100644
index 0000000..fb6e924
--- /dev/null
+++ b/qt5/qtwebkit5/HISTORY
@@ -0,0 +1,3 @@
+2013-02-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+ new spell, for modular qt5
diff --git a/qt5/qtwebkit5/PRE_BUILD b/qt5/qtwebkit5/PRE_BUILD
new file mode 100755
index 0000000..ad71fa1
--- /dev/null
+++ b/qt5/qtwebkit5/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+ cd $SOURCE_DIRECTORY &&
+ if is_depends_enabled $SPELL python;then
+ ln -s /usr/bin/python2 python
+ fi
+ if is_depends_enabled $SPELL python3;then
+ ln -s /usr/bin/python3 python
+ fi
+



  • [SM-Commit] GIT changes to devel-split-qt5 grimoire by Treeve Jelbert (65728adff77fb90cd50ab17d40ccbf49a379d386), Treeve Jelbert, 02/12/2013

Archive powered by MHonArc 2.6.24.

Top of Page