Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (459e4ef300ca95aebc912cef0ecc0ad8551ea550)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (459e4ef300ca95aebc912cef0ecc0ad8551ea550)
  • Date: Mon, 15 Oct 2012 04:28:09 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 6 ++++++
devel/nodejs/DETAILS | 4 ++--
devel/nodejs/HISTORY | 3 +++
e-17/eobj/DEPENDS | 9 +++++++++
e-17/eobj/DETAILS | 18 ++++++++++++++++++
e-17/eobj/HISTORY | 5 +++++
e-17/eobj/PREPARE | 2 ++
e-17/eobj/PRE_BUILD | 4 ++++
e-17/evas/DEPENDS | 1 +
e-17/evas/HISTORY | 3 +++
graphics/rawtherapee/BUILD | 1 +
graphics/rawtherapee/DEPENDS | 24 ++++++++++++++++++++++++
graphics/rawtherapee/DETAILS | 13 +++++++++++++
graphics/rawtherapee/HISTORY | 3 +++
http/seamonkey/DEPENDS | 2 +-
http/seamonkey/HISTORY | 3 +++
python-pypi/hatta/DEPENDS | 1 +
python-pypi/hatta/DETAILS | 10 +++++-----
python-pypi/hatta/HISTORY | 4 ++++
python-pypi/lxml/DETAILS | 2 +-
python-pypi/lxml/HISTORY | 3 +++
utils/util-linux/HISTORY | 3 +++
utils/util-linux/PREPARE | 2 +-
wm-addons/razor-qt/DETAILS | 6 +++---
wm-addons/razor-qt/HISTORY | 3 +++
25 files changed, 122 insertions(+), 13 deletions(-)

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

seamonkey: added check for nspr <4.9.2

commit 1472283cf4fe364dd49cbb6ee03cec74fe3ab7a2
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

nodejs 0.8.12

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

lxml: => 3.0.1

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

util-linux: removed senseless 2nd version check

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

hatta: => 1.5.1

commit 349c74b27aba1bc69cc3b98038265e590bfc6e74
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

graphics/rawtherapee: new spell, a RAW image developer

commit bb88a4100722e1970cbf8982d816301752f071dc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

eobj: added to depends

commit c5de4b93a460c41dfdda842e80efc4fe5f4f3939
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

evas: added eobj as scm depends

commit 556af03357d0e251dcd50fc7cad455bb475a1489
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

e-17/eobj: new spell, EFL's generic object system library

commit 73f8000ae99da468ee610140dbd73ed934d27b66
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

razor-qt 0.5.0

diff --git a/ChangeLog b/ChangeLog
index 5fd50cf..25dd0b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics/rawtherapee: new spell, a RAW image developmer
+
+2012-10-14 Ladislav Hagara <hgr AT vabo.cz>
+ * e-17/eobj: new spell, EFL's generic object system library
+
2012-10-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* gnome2-libs/gnome-colors: new spell, icon themes for gnome
* gnome2-libs/shiki-colors: new spell, a set of gtk2 themes
diff --git a/devel/nodejs/DETAILS b/devel/nodejs/DETAILS
index d90111f..58ea65a 100755
--- a/devel/nodejs/DETAILS
+++ b/devel/nodejs/DETAILS
@@ -1,6 +1,6 @@
SPELL=nodejs
- VERSION=0.6.10
-
SOURCE_HASH=sha512:0fc485a0ebefbcfb52fa83f8471d9c1102d2552c2dc1b859d907d72bd940af40343eb7e1c2308a821c2cf0171ebe6761302dca3b16a9dc1942c349459e0abfba
+ VERSION=0.8.12
+
SOURCE_HASH=sha512:27eb75c785e32b1faf417aea09f849679ff2c22f94253961574d171b1f599297550770849dd3b6faca853e26a2320619477ac7d7ea57b9a3be817cfa49e8afd2
SOURCE=node-v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/node-v$VERSION
SOURCE_URL[0]=http://nodejs.org/dist/v$VERSION/$SOURCE
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 64c659b..9d7a98b 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,2 +1,5 @@
+2012-10-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.8.12
+
2012-02-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, BUILD: spell created, version 0.6.10
diff --git a/e-17/eobj/DEPENDS b/e-17/eobj/DEPENDS
new file mode 100755
index 0000000..0f59051
--- /dev/null
+++ b/e-17/eobj/DEPENDS
@@ -0,0 +1,9 @@
+depends subversion
+depends eina
+
+optional_depends check "" "" "Use check?" &&
+
+optional_depends doxygen \
+ "--enable-doc" \
+ "--disable-doc" \
+ "Build documentation?"
diff --git a/e-17/eobj/DETAILS b/e-17/eobj/DETAILS
new file mode 100755
index 0000000..8539204
--- /dev/null
+++ b/e-17/eobj/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=eobj
+if [[ $EOBJ_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.enlightenment.org/svn/e/trunk/PROTO/$SPELL:$SPELL
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://www.enlightenment.org/
+ ENTERED=20121014
+ LICENSE[0]=BSD
+ SHORT="EFL's generic object system library"
+cat << EOF
+EFL's generic object system library.
+EOF
diff --git a/e-17/eobj/HISTORY b/e-17/eobj/HISTORY
new file mode 100644
index 0000000..9e8b0b1
--- /dev/null
+++ b/e-17/eobj/HISTORY
@@ -0,0 +1,5 @@
+2012-10-14 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added eina and optional check and doxygen
+
+2012-10-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/e-17/eobj/PREPARE b/e-17/eobj/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/e-17/eobj/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
diff --git a/e-17/eobj/PRE_BUILD b/e-17/eobj/PRE_BUILD
new file mode 100755
index 0000000..1af1b77
--- /dev/null
+++ b/e-17/eobj/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+NOCONFIGURE=ON ./autogen.sh
diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 07a4570..a562d12 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -5,6 +5,7 @@ depends freetype2 &&

if [[ "$EVAS_BRANCH" == "scm" ]]; then
depends subversion
+ depends eobj
fi &&

optional_depends fontconfig \
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index f09afd2..c9bedd8 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2012-10-14 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added eobj as scm depends
+
2012-07-12 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: configure options updated

diff --git a/graphics/rawtherapee/BUILD b/graphics/rawtherapee/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/graphics/rawtherapee/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/graphics/rawtherapee/DEPENDS b/graphics/rawtherapee/DEPENDS
new file mode 100755
index 0000000..4a0739e
--- /dev/null
+++ b/graphics/rawtherapee/DEPENDS
@@ -0,0 +1,24 @@
+depends atkmm &&
+depends JPEG &&
+depends bzip2 &&
+depends cairo &&
+depends cairomm &&
+depends expat &&
+depends fontconfig &&
+depends freetype2 &&
+depends -sub CXX gcc &&
+depends gdk-pixbuf2 &&
+depends glib2 &&
+depends glibmm &&
+depends gtk+2 &&
+depends gtkmm2 &&
+depends lcms2 &&
+depends libiptcdata &&
+depends libpng &&
+depends libsigc++3 &&
+depends pango &&
+depends pangomm &&
+depends pkgconfig &&
+depends tiff &&
+depends xz-utils &&
+depends zlib
diff --git a/graphics/rawtherapee/DETAILS b/graphics/rawtherapee/DETAILS
new file mode 100755
index 0000000..15a23ac
--- /dev/null
+++ b/graphics/rawtherapee/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=rawtherapee
+ VERSION=4.0.9
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE_URL[0]=https://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:885414f0becfaa174b6e0d5689259e88cccf779d25bb92e1015fdb562c57eb70621e952681309aa66f05295b249ba39cca9c73459e6c0ad3266c57389e3c9ab9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://rawtherapee.com/";
+ LICENSE[0]=GPL
+ ENTERED=20121014
+ SHORT="a tool for developing RAW images"
+cat << EOF
+A powerful cross-platform raw image processing program.
+EOF
diff --git a/graphics/rawtherapee/HISTORY b/graphics/rawtherapee/HISTORY
new file mode 100644
index 0000000..7d0dcef
--- /dev/null
+++ b/graphics/rawtherapee/HISTORY
@@ -0,0 +1,3 @@
+2012-10-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 6a71a7a..0e6b5ca 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -6,7 +6,7 @@ depends libidl &&
depends libxft &&
depends nspr &&

-if spell_ok nspr && is_version_less $(installed_version nspr) 4.9; then
+if spell_ok nspr && is_version_less $(installed_version nspr) 4.9.2; then
force_depends nspr
fi &&

diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index cef4ddc..b8e37a7 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added check for nspr <4.9.2
+
2012-10-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.13.1; SECURITY_PATCH++

diff --git a/python-pypi/hatta/DEPENDS b/python-pypi/hatta/DEPENDS
index 7410d2e..e1efbac 100755
--- a/python-pypi/hatta/DEPENDS
+++ b/python-pypi/hatta/DEPENDS
@@ -1,5 +1,6 @@
depends -sub SQLITE python &&
depends werkzeug &&
depends mercurial &&
+depends jinja2 &&

suggest_depends pil "" "" "for thumbnails rendering support"
diff --git a/python-pypi/hatta/DETAILS b/python-pypi/hatta/DETAILS
index b1605e1..d4dda78 100755
--- a/python-pypi/hatta/DETAILS
+++ b/python-pypi/hatta/DETAILS
@@ -1,9 +1,9 @@
SPELL=hatta
- VERSION=1.4.5
- SOURCE=$VERSION.zip
- SOURCE_URL[0]=http://hg.hatta-wiki.org/$SPELL/archive/$SOURCE
-
SOURCE_HASH=sha512:c328b07f128b51a1fdfcd1326f2b56973309e181f55e8447a4349748160c37f4aa8e693a22c0811cf73745d162e95f04f310b7a9dd4e6994e44c6d8c7de03fb6
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Hatta-Wiki-${VERSION}"
+ VERSION=1.5.1
+ SOURCE=Hatta-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/H/Hatta/$SOURCE
+
SOURCE_HASH=sha512:3f92a19f818211f759008c7beef81e52c833c63c57e002d766b4a3148493e661ae5f1765cf156fafb895697b61e0efcc66e69eea1cf5d7b11f397f3908037b3d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Hatta-${VERSION}"
WEB_SITE=http://hatta-wiki.org/
LICENSE[0]=GPL
ENTERED=20100815
diff --git a/python-pypi/hatta/HISTORY b/python-pypi/hatta/HISTORY
index 778fced..878583e 100644
--- a/python-pypi/hatta/HISTORY
+++ b/python-pypi/hatta/HISTORY
@@ -1,3 +1,7 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.1
+ * DEPENDS: jinja2 is required now
+
2012-04-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: renewed hash for reuploaded zipball

diff --git a/python-pypi/lxml/DETAILS b/python-pypi/lxml/DETAILS
index efcba72..076bf19 100755
--- a/python-pypi/lxml/DETAILS
+++ b/python-pypi/lxml/DETAILS
@@ -1,5 +1,5 @@
SPELL=lxml
- VERSION=2.3.5
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://pypi.python.org/packages/source/l/$SPELL/$SOURCE
diff --git a/python-pypi/lxml/HISTORY b/python-pypi/lxml/HISTORY
index 7d80fdc..125eb74 100644
--- a/python-pypi/lxml/HISTORY
+++ b/python-pypi/lxml/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.1
+
2012-07-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.3.5

diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index ee46ca2..d96ea98 100644
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2012-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE: removed senseless 2nd version check
+
2012-10-07 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE, PREPARE: prevent triggerring from other spells for
migrating process
diff --git a/utils/util-linux/PREPARE b/utils/util-linux/PREPARE
index 63612c1..f8acac4 100755
--- a/utils/util-linux/PREPARE
+++ b/utils/util-linux/PREPARE
@@ -14,7 +14,7 @@ spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version
$SPELL)" &&
message "${MESSAGE_COLOR}Checking sanity of
$INSTALL_ROOT/etc/inittab...${DEFAULT_COLOR}" &&

if grep -iq "/dev/tty" "$INSTALL_ROOT/etc/inittab"; then
- if is_version_less ${OLD_SPELL_VERSION} 2.20 && is_version_less 2.19.1
${VERSION}; then
+ if is_version_less ${OLD_SPELL_VERSION} 2.20; then
message "${PROBLEM_COLOR}" &&
message "WARNING: $INSTALL_ROOT/etc/inittab needs syntax update. You
need to" &&
message "replace all '/dev/tty*' lines to 'tty*' equivalents, e.g.:" &&
diff --git a/wm-addons/razor-qt/DETAILS b/wm-addons/razor-qt/DETAILS
index f8dd5fd..10b3bac 100755
--- a/wm-addons/razor-qt/DETAILS
+++ b/wm-addons/razor-qt/DETAILS
@@ -1,8 +1,8 @@
SPELL=razor-qt
- VERSION=0.4.1
+ VERSION=0.5.0
SOURCE="razorqt-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://${SPELL}.org/downloads/${SOURCE}
-
SOURCE_HASH=sha512:c2ac2eaab91957da86c857c3eaaa4ff2757f67af05ea42ccbf02fdd9c2435b42c4be2e27fd11111a2c7802af342d08f798fb1ef64b1580c911bbfc753c0b7814
+ SOURCE_URL[0]=https://github.com/downloads/Razor-qt/razor-qt/$SOURCE
+
SOURCE_HASH=sha512:1b92642c1fc7edd6d4e3f7e3882d481bc9f0eb51beebbf64d499d230d6e7bb369b5434c65025320626aae3f2465dcd365a5398e9284dd7652436d17887c21db4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/razorqt-${VERSION}"
WEB_SITE="http://razor-qt.org";
LICENSE[0]=GPL/LGPL
diff --git a/wm-addons/razor-qt/HISTORY b/wm-addons/razor-qt/HISTORY
index 09cd188..f1303fd 100644
--- a/wm-addons/razor-qt/HISTORY
+++ b/wm-addons/razor-qt/HISTORY
@@ -1,3 +1,6 @@
+2012-10-13 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.5.0, SOURCE_URL[0] updated
+
2012-02-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.1




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (459e4ef300ca95aebc912cef0ecc0ad8551ea550), Vlad Glagolev, 10/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page