[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c7c53525bf8eac6454e41ed309ec737a03ad196c)

Pol Vinogradov scm at sourcemage.org
Sun Jan 11 09:36:50 EST 2009


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 gnome2-apps/gxneur/DETAILS |    4 ++--
 gnome2-apps/gxneur/HISTORY |    3 +++
 x11/xneur/BUILD            |    3 +++
 x11/xneur/CONFIGURE        |    3 ++-
 x11/xneur/DEPENDS          |   13 ++++++++++++-
 x11/xneur/DETAILS          |    4 ++--
 x11/xneur/HISTORY          |    5 +++++
 7 files changed, 29 insertions(+), 6 deletions(-)

New commits:
commit c7c53525bf8eac6454e41ed309ec737a03ad196c
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    gnome2-apps/gxneur: updated to 0.9.3

commit b6788983f39bd6d5b31595411806c1afa0a45a38
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    x11/xneur: updated to 0.9.3, added image library selection and xosd optional dependency

diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index 13ccacf..b05b429 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
            SPELL=gxneur
-         VERSION=0.9.0
+         VERSION=0.9.3
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-     SOURCE_HASH=sha512:ff5261586f94bdbddfe4c75becdf6d9e31fc77f7ef7adc2b36375c8be22ef9bc6792de23ff5c42281989ad4490e144d87d7f55eb95b84a441091db860210176f
+     SOURCE_HASH=sha512:789cf1f295d9905d41c79dfa2d5528ce979067d07780691bcca813bb8c408562dd3c19aacc8ae2a8316755ac4813b7fb946727a0c8898f4eef040f1b00c43a14
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://xneur.ru/
       LICENSE[0]=GPL
diff --git a/gnome2-apps/gxneur/HISTORY b/gnome2-apps/gxneur/HISTORY
index 4aec581..095d305 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,6 @@
+2009-01-11 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: updated to 0.9.3
+
 2008-06-25 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0.9.0
 	* DEPENDS: added libglade2
diff --git a/x11/xneur/BUILD b/x11/xneur/BUILD
index 8e3401b..2c1420a 100755
--- a/x11/xneur/BUILD
+++ b/x11/xneur/BUILD
@@ -1,4 +1,7 @@
 if list_find "$XNEUR_SOUND" "none"; then
   OPTS="$OPTS --with-sound=no"
 fi  &&
+if list_find "$XNEUR_IMAGE" "none"; then
+  OPTS="$OPTS --with-image=no"
+fi  &&
 default_build
diff --git a/x11/xneur/CONFIGURE b/x11/xneur/CONFIGURE
index e286de1..c364b1d 100755
--- a/x11/xneur/CONFIGURE
+++ b/x11/xneur/CONFIGURE
@@ -1 +1,2 @@
-config_query_list XNEUR_SOUND "Which sound system do you prefer" none gstreamer openal aplay
+config_query_list XNEUR_SOUND "Which sound system do you prefer?" none gstreamer openal aplay &&
+config_query_list XNEUR_IMAGE "Which image library to use for flags rendering?" none imlib2 xpm
diff --git a/x11/xneur/DEPENDS b/x11/xneur/DEPENDS
index 97633e1..1930a2f 100755
--- a/x11/xneur/DEPENDS
+++ b/x11/xneur/DEPENDS
@@ -6,6 +6,12 @@ elif list_find "$XNEUR_SOUND" "aplay"; then
   depends alsa-utils "--with-sound=$XNEUR_SOUND"
 fi  &&
 
+case $XNEUR_IMAGE in
+  imlib2) depends $XNEUR_IMAGE "--with-image=$XNEUR_IMAGE" ;;
+  xpm) depends libxpm "--with-image=$XNEUR_IMAGE" ;;
+  *) true ;;
+esac  &&
+
 optional_depends  aspell                \
                   "--with-aspell"       \
                   "--without-aspell"    \
@@ -14,4 +20,9 @@ optional_depends  aspell                \
 optional_depends  pcre                               \
                   "--with-pcre"                      \
                   "--without-pcre"                   \
-                  "for regular expressions support"
+                  "for regular expressions support"  &&
+
+optional_depends  xosd                     \
+                  "--with-xosd=yes"        \
+                  "--with-xosd=no"         \
+                  "for OSD notifications"
diff --git a/x11/xneur/DETAILS b/x11/xneur/DETAILS
index 093d265..b88f071 100755
--- a/x11/xneur/DETAILS
+++ b/x11/xneur/DETAILS
@@ -1,8 +1,8 @@
            SPELL=xneur
-         VERSION=0.9.0
+         VERSION=0.9.3
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://dists.${SPELL}.ru/release-${VERSION}/tgz/${SOURCE}
-     SOURCE_HASH=sha512:bdd88a6071cc8402b3cdb9b8e61c5141b80219484ec186e7f9597230be5a6b17c4cea3f80495322440c369956c4e6db5decbb5633219f30657a202ad5d5f1832
+     SOURCE_HASH=sha512:2cec225e29fcb664cff4b4882d6cef52f87ae1ac0f772e69a8bc0d7b8965221e7113219334deba4f5d8e0d11d12c57336363a1453b65539537e096b9bf262d06
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://xneur.ru/
       LICENSE[0]=GPL
diff --git a/x11/xneur/HISTORY b/x11/xneur/HISTORY
index a258e2d..ee5214a 100644
--- a/x11/xneur/HISTORY
+++ b/x11/xneur/HISTORY
@@ -1,3 +1,8 @@
+2009-01-11 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: updated to 0.9.3
+	* CONFIGURE, BUILD, DEPENDS: added image library selection and xosd
+	  optional dependency
+
 2008-06-25 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: updated to 0.9.0
 	* CONFIGURE, BUILD: added for sound system selecting



More information about the SM-Commit mailing list