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 &&