Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (e4c0dd3515715f1dcab6f89aa84cf4cdd47c76e2)

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-xorg-modular grimoire by Treeve Jelbert (e4c0dd3515715f1dcab6f89aa84cf4cdd47c76e2)
  • Date: Thu, 30 May 2013 02:21:27 -0500

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

ChangeLog | 6 +++++
audio-libs/flac/CONFIGURE | 22 ++++++++++++++++++--
audio-libs/flac/DEPENDS | 38
+++++++++++++++++++-----------------
audio-libs/flac/DETAILS | 13 +++++-------
audio-libs/flac/HISTORY | 10 +++++++++
audio-libs/flac/PRE_BUILD | 3 --
audio-libs/flac/gcc43.patch | 21 -------------------
devel/rust/BUILD | 2 +
devel/rust/DETAILS | 13 ++++++++++++
devel/rust/HISTORY | 2 +
gnome2-apps/gramps/DETAILS | 4 +--
gnome2-apps/gramps/HISTORY | 5 +++-
graphics-libs/libjpeg-turbo/DETAILS | 4 +--
graphics-libs/libjpeg-turbo/HISTORY | 3 ++
graphics-libs/openjpeg/HISTORY | 3 ++
graphics-libs/openjpeg/UP_TRIGGERS | 19 ++++++++++++++++++
python-pypi/inflect/DEPENDS | 1
python-pypi/inflect/DETAILS | 15 ++++++++++++++
python-pypi/inflect/HISTORY | 4 +++
video-libs/xine-lib/DETAILS | 4 +--
video-libs/xine-lib/HISTORY | 3 ++
video/vlc/DETAILS | 4 +--
video/vlc/HISTORY | 3 ++
23 files changed, 142 insertions(+), 60 deletions(-)

New commits:
commit e1bee10702a4e6d3c2ac6bc4910affbf3389c19a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flac: included static libs flags (on by default like in previous version)

commit c960dffc8ee93c9e13a5aa1db3ee10b7ab3bd6c2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flac: post-updated dependencies and flags

commit b641e3f98080d7843458c98186c1e620ba8127c6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xine-lib: => 1.2.3

commit e5e31738f60b16dd7ebf8c47bad4de54e5e30456
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-libs/flac: version 1.3.0

commit 49b6df0e34229121d45373b62463949bcb95f071
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openjpeg: fixed 1.5.0 -> 1.5.1 upgrade procedure

commit 3da334c0d01a573bac4616e56bba17d05a0c37bc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell: inflect-0.2.3

commit 38df0322c74636cf6b00db0894760f7cf009db4f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

devel/rust: new spell, a safe, concurrent, practical language

commit 3aec0c9219238c01002ba26fa5f667e64f516116
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

vlc 2.0.7

commit 81fdd54936a7adf18d20012015b622dcc00121be
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libjpeg-turbo: => 1.3.0

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

gramps: => 3.4.5

diff --git a/ChangeLog b/ChangeLog
index e509fed..12e04d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/inflect: new spell: orrectly generate plurals
+
+2013-05-29 Ladislav Hagara <hgr AT vabo.cz>
+ * devel/rust: new spell, a safe, concurrent, practical language
+
2013-05-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/oclint: new spell, a static analyzer for C/C++/Objective C
code

diff --git a/audio-libs/flac/CONFIGURE b/audio-libs/flac/CONFIGURE
index 61f5081..92878f6 100755
--- a/audio-libs/flac/CONFIGURE
+++ b/audio-libs/flac/CONFIGURE
@@ -1,3 +1,19 @@
-config_query_option CONF_OPTS "Enable debugging?" n "--enable-debug"
"--disable-debug"
-config_query_option CONF_OPTS "Enable SSE opcodes support?" n "--enable-sse"
"--disable-sse"
-config_query_option CONF_OPTS "Enable 3DNow! opcodes support?" n
"--enable-3dnow" "--disable-3dnow"
+config_query_option CONF_OPTS "Build static libraries?" y \
+ "--enable-static" \
+ "--disable-static" &&
+
+config_query_option CONF_OPTS "Enable debugging?" n \
+ "--enable-debug" \
+ "--disable-debug" &&
+
+config_query_option CONF_OPTS "Enable SSE (Intel) opcodes support?" n \
+ "--enable-sse" \
+ "--disable-sse" &&
+
+config_query_option CONF_OPTS "Enable 3DNow! (AMD) opcodes support?" n \
+ "--enable-3dnow" \
+ "--disable-3dnow"
+
+config_query_option CONF_OPTS "Enable AltiVec (PowerPC) opcodes support?" n \
+ "--enable-altivec" \
+ "--disable-altivec"
diff --git a/audio-libs/flac/DEPENDS b/audio-libs/flac/DEPENDS
index 221cf7f..13cfa29 100755
--- a/audio-libs/flac/DEPENDS
+++ b/audio-libs/flac/DEPENDS
@@ -1,20 +1,24 @@
-depends -sub CXX gcc &&
-optional_depends xmms \
- "" \
- "" \
- "to build xmms support" &&
+optional_depends -sub CXX gcc \
+ "--enable-cpplibs" \
+ "--disable-cpplibs" \
+ "to build libFLAC++" &&

-optional_depends nasm \
- "" \
- "--disable-asm-optimizations" \
- "to enable assembly optimizations" &&
+optional_depends xmms \
+ "--enable-xmms-plugin" \
+ "--disable-xmms-plugin" \
+ "to build XMMS plugin" &&

-optional_depends libogg \
- "" \
- "" \
- "to enable Ogg stream support" &&
+optional_depends nasm \
+ "--enable-asm-optimizations" \
+ "--disable-asm-optimizations" \
+ "to enable assembly optimizations" &&

-optional_depends id3lib \
- "" \
- "" \
- "to enable id3v2 support"
+optional_depends libogg \
+ "--enable-ogg" \
+ "--disable-ogg" \
+ "to enable Ogg stream support" &&
+
+optional_depends doxygen \
+ "--enable-doxygen-docs" \
+ "--disable-doxygen-docs" \
+ "to build API documentation"
diff --git a/audio-libs/flac/DETAILS b/audio-libs/flac/DETAILS
index ed122b2..4c6886a 100755
--- a/audio-libs/flac/DETAILS
+++ b/audio-libs/flac/DETAILS
@@ -1,17 +1,16 @@
SPELL=flac
- VERSION=1.2.1
-
SOURCE_HASH=sha512:39b216239341fbfe210c3a2fc0d0531ecae26c425365c4b6d4fc1081e44e6dc7a9aba8d4c79cc8025386d0a7bb0d25c413c9b64cf7da9ab04ca34a56d2699787
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:9f62a83c2041ec6f02c0df65b796a920a0cd6ba6c2c034bb69535bca5df57ed69f96fe4bb41c0d5ccc229241d90efd2c7ec3785662b5a582a8e20e2e991e6477
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://flac.sourceforge.net/
+ SOURCE_URL[0]=http://downloads.xiph.org/releases/$SPELL/$SOURCE
+ WEB_SITE=http://xiph.org/flac/index.html
ENTERED=20020209
LICENSE[0]=GPL
KEYWORDS="codec audio libs"
SHORT="Open-source, patent-free lossless audio codec."
cat << EOF
-FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
-codec developed by Josh Coalson.
+FLAC is an Open Source lossless audio codec developed by Josh Coalson.

FLAC is comprised of 1) 'libFLAC', a library which implements
reference encoders and decoders, licensed under the GNU Lesser
diff --git a/audio-libs/flac/HISTORY b/audio-libs/flac/HISTORY
index 6a49103..2da550b 100644
--- a/audio-libs/flac/HISTORY
+++ b/audio-libs/flac/HISTORY
@@ -1,3 +1,13 @@
+2013-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added Altivec opcodes support; readability++; changed
+ default values as per `configure --help'; included static libs flags
+ * DEPENDS: added proper configure flags and missing dependencies
+
+2013-05-29 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: version 1.3.0, changed SOURCE_URL and website to xiph.org,
+ gz -> xz, removed wrong website from description
+ * PRE_BUILD, gcc43.patch: not needed anymore
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/audio-libs/flac/PRE_BUILD b/audio-libs/flac/PRE_BUILD
deleted file mode 100755
index fd825db..0000000
--- a/audio-libs/flac/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-patch $SOURCE_DIRECTORY/examples/cpp/encode/file/main.cpp \
- $SCRIPT_DIRECTORY/gcc43.patch
diff --git a/audio-libs/flac/gcc43.patch b/audio-libs/flac/gcc43.patch
deleted file mode 100644
index bf41c70..0000000
--- a/audio-libs/flac/gcc43.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# From
http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/files/flac-1.2.1-gcc-4.3-includes.patch?rev=1.1&view=markup
-#
-Sun Nov 18 19:31:35 2007 UTC (4 months ago) by aballier
-Branch: MAIN
-CVS Tags: HEAD
-
-fix building with gcc 4.3, thanks to Ryan Hill <dirtyepic AT gentoo.org>, bug
#199579
-(Portage version: 2.1.3.19)
-
-diff -Naur flac-1.2.1-orig/examples/cpp/encode/file/main.cpp
flac-1.2.1/examples/cpp/encode/file/main.cpp
---- flac-1.2.1-orig/examples/cpp/encode/file/main.cpp 2007-09-13
09:58:03.000000000 -0600
-+++ flac-1.2.1/examples/cpp/encode/file/main.cpp 2007-11-18
12:59:45.000000000 -0600
-@@ -30,6 +30,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <cstring>
- #include "FLAC++/metadata.h"
- #include "FLAC++/encoder.h"
-
diff --git a/devel/rust/BUILD b/devel/rust/BUILD
new file mode 100755
index 0000000..2870463
--- /dev/null
+++ b/devel/rust/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix=/usr --disable-docs &&
+make
diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
new file mode 100755
index 0000000..e51912e
--- /dev/null
+++ b/devel/rust/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=rust
+ VERSION=0.6
+
SOURCE_HASH=sha512:de8837bc0d280b2341b164d787caf907c669daaccf54eb9af8e515115577bd8a4a0165bc5ec7f7f927736224a9f50f9366ce3e9002bec4d9752dfeb3a6b6f16d
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://static.rust-lang.org/dist/$SOURCE
+ WEB_SITE=http://www.rust-lang.org/
+ ENTERED=20130529
+ LICENSE[0]=MIT
+ SHORT="safe, concurrent, practical language"
+cat << EOF
+Rust is a safe, concurrent, practical programming language.
+EOF
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
new file mode 100644
index 0000000..d794a19
--- /dev/null
+++ b/devel/rust/HISTORY
@@ -0,0 +1,2 @@
+2013-05-29 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: spell created, version 0.6
diff --git a/gnome2-apps/gramps/DETAILS b/gnome2-apps/gramps/DETAILS
index 2bb5a93..ad44fdf 100755
--- a/gnome2-apps/gramps/DETAILS
+++ b/gnome2-apps/gramps/DETAILS
@@ -1,6 +1,6 @@
SPELL=gramps
- VERSION=3.4.3
-
SOURCE_HASH=sha512:f30a5f7ce89f3570f73a7576906342edab25d3c3d12686acc0d5ec6fff142e443f42d3345a55e30ca47a304fe63225b310e7d11ad3d22ce69098a539f9adae02
+ VERSION=3.4.5
+
SOURCE_HASH=sha512:c9b517f58712d9f585dbddcb394d3605a5f823950a8c3c5a4ffd20d1a8523d6b75f9b6193271adabe76edc073dd6b4c20811de62582a2930b84d88922b4e52b3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-?}
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/gnome2-apps/gramps/HISTORY b/gnome2-apps/gramps/HISTORY
index 206534c..57efdcf 100644
--- a/gnome2-apps/gramps/HISTORY
+++ b/gnome2-apps/gramps/HISTORY
@@ -1,4 +1,7 @@
-2013-04-011 Treeve Jelbert <treeve AT sourcemage.org>
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.4.5
+
+2013-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.4.3

2012-11-01 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/graphics-libs/libjpeg-turbo/DETAILS
b/graphics-libs/libjpeg-turbo/DETAILS
index 1b37c3e..b158cc3 100755
--- a/graphics-libs/libjpeg-turbo/DETAILS
+++ b/graphics-libs/libjpeg-turbo/DETAILS
@@ -1,6 +1,6 @@
SPELL=libjpeg-turbo
- VERSION=1.2.1
-
SOURCE_HASH=sha512:1ea3d2cfcc24ebe83b669417b86c59563781e74ef5358bf44fc380d4379bd200965aed7390cbfd269cac9f6abd21b3bcb156cb7f3deb5d0e9bfe0a07347d45f6
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:4d34c3c5f2cdd70b2a3d1b55eeb4ce59cb3d4b8d22bb6d43c2ec844b7eb5685b55a9b1b46ad2bc5f2756b5f5535ccad032791c3b932af9c1efc502aa5e701053
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/graphics-libs/libjpeg-turbo/HISTORY
b/graphics-libs/libjpeg-turbo/HISTORY
index 2005b5b..07f7051 100644
--- a/graphics-libs/libjpeg-turbo/HISTORY
+++ b/graphics-libs/libjpeg-turbo/HISTORY
@@ -1,3 +1,6 @@
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0
+
2012-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: can be built safely with yasm too

diff --git a/graphics-libs/openjpeg/HISTORY b/graphics-libs/openjpeg/HISTORY
index 67c8a11..2405e2b 100644
--- a/graphics-libs/openjpeg/HISTORY
+++ b/graphics-libs/openjpeg/HISTORY
@@ -1,3 +1,6 @@
+2013-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added, for correct 1.5.0 -> 1.5.1 upgrade procedure
+
2013-04-16 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++ for Bug #540 (Javier Vasquez's fix)

diff --git a/graphics-libs/openjpeg/UP_TRIGGERS
b/graphics-libs/openjpeg/UP_TRIGGERS
new file mode 100755
index 0000000..fb874ce
--- /dev/null
+++ b/graphics-libs/openjpeg/UP_TRIGGERS
@@ -0,0 +1,19 @@
+# up_trigger everything on updated to 1.5.1 as soname changed from
libopenjpeg.so.1 to libopenjpeg.so.5
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+local OLD_SPELL_VERSION=""
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if is_version_less "${OLD_SPELL_VERSION}" "1.5.1"; then
+
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL); do
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libopenjpeg\.so\.1"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/python-pypi/inflect/DEPENDS b/python-pypi/inflect/DEPENDS
new file mode 100755
index 0000000..48d8ddc
--- /dev/null
+++ b/python-pypi/inflect/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/inflect/DETAILS b/python-pypi/inflect/DETAILS
new file mode 100755
index 0000000..20cc8d5
--- /dev/null
+++ b/python-pypi/inflect/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=inflect
+ VERSION=0.2.3
+
SOURCE_HASH=sha512:f8cf56da3b3c66f0c005124ba791ba97e5b05a98083a96928b2fa980a7fb93a24bbd56a024887d06acda3509a781f9da8834bb70ac6ca0a20bd435ec1783daaa
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/$SPELL
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/i/$SPELL/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20130529
+ KEYWORDS="python"
+ SHORT="Correctly generate plurals"
+cat << EOF
+Correctly generate plurals, singular nouns, ordinals, indefinite articles;
convert
+numbers to words
+EOF
diff --git a/python-pypi/inflect/HISTORY b/python-pypi/inflect/HISTORY
new file mode 100644
index 0000000..3173a25
--- /dev/null
+++ b/python-pypi/inflect/HISTORY
@@ -0,0 +1,4 @@
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.3
+ spell created
+
diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 4defb1f..52ebb66 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -1,6 +1,6 @@
SPELL=xine-lib
- VERSION=1.2.2
-
SOURCE_HASH=sha512:338916386adafda85bafef0dae862c49470d7b6ccf2d8c83ada7ac2f50d12746daa0ebd3ec3fd68e063e20a1f86b0508665b3a49ba493e7fa9abf22f17bd8b81
+ VERSION=1.2.3
+
SOURCE_HASH=sha512:1abbced7c67fe04492bb28ada9d847e82be4bbcc426378dae1056dd6b01e22b8fa78218f5a96a0947ff1e9f70ebc1ee4bb06c330b0e17ca8d7c4d9be49982887
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 75743c4..76c7bbb 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,6 @@
+2013-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.3
+
2012-12-02 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: added default selection for internal libraries
* DEPENDS: added switches between internal and external versions;
diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS
index d4b3852..afb5f23 100755
--- a/video/vlc/DETAILS
+++ b/video/vlc/DETAILS
@@ -1,6 +1,6 @@
SPELL=vlc
- VERSION=2.0.6
-
SOURCE_HASH=sha512:80793305f7e0e48c99be99adfd85d699deaff53184f740b7624cdc9cad106b7c70f1d221e26c1362a1d1e5b02b861a1289e21a3af8a4c5ae3dfc316c67f15e74
+ VERSION=2.0.7
+
SOURCE_HASH=sha512:6e8e55e40425cc9d48a174374a6b690f50d0a7cfed9a1b253786c9e7e52658fcd4feda94a5d4f66c58260b517248041b3f393af5171a42bf3a3e1475828b1ab2
SOURCE=$SPELL-$VERSION.tar.xz
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
# SOURCE2=$SOURCE.asc
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 18b6a04..578cfa0 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2013-05-29 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.0.7
+
2013-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 2.0.6
* PRE_BUILD: disable, does not apply



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (e4c0dd3515715f1dcab6f89aa84cf4cdd47c76e2), Treeve Jelbert, 05/30/2013

Archive powered by MHonArc 2.6.24.

Top of Page