Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (320264bde39090f0d8420afd11e58f6b562da708)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (320264bde39090f0d8420afd11e58f6b562da708)
  • Date: Tue, 24 Jun 2008 20:04:39 -0500

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

gnome2-apps/gxneur/DEPENDS | 1 +
gnome2-apps/gxneur/DETAILS | 4 ++--
gnome2-apps/gxneur/HISTORY | 4 ++++
kde-apps/kxneur/DETAILS | 4 ++--
kde-apps/kxneur/HISTORY | 3 +++
x11/xneur/BUILD | 4 ++++
x11/xneur/CONFIGURE | 1 +
x11/xneur/DEPENDS | 16 ++++++----------
x11/xneur/DETAILS | 4 ++--
x11/xneur/HISTORY | 6 ++++++
10 files changed, 31 insertions(+), 16 deletions(-)

New commits:
commit 320264bde39090f0d8420afd11e58f6b562da708
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

kde-apps/kxneur: updated to 0.9.0

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

gnome2-apps/gxneur: updated to 0.9.0, added libglade2 dependency

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

x11/xneur: updated to 0.9.0, added possibility of choicing sound system

diff --git a/gnome2-apps/gxneur/DEPENDS b/gnome2-apps/gxneur/DEPENDS
index 56615f7..a9ae38f 100755
--- a/gnome2-apps/gxneur/DEPENDS
+++ b/gnome2-apps/gxneur/DEPENDS
@@ -1,2 +1,3 @@
+depends libglade2 &&
depends xneur &&
depends gtk+2
diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index ca499f8..13ccacf 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=gxneur
- VERSION=0.8.0
+ VERSION=0.9.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:d17482dc5eb8db4b66639d777563cf8b89774e2d1e954968a59c3f6ff5a7dbcd0d33b7abffbfbd8bb178e221de9049cf47838eaafb749a666c14a04c5b6bb37b
+
SOURCE_HASH=sha512:ff5261586f94bdbddfe4c75becdf6d9e31fc77f7ef7adc2b36375c8be22ef9bc6792de23ff5c42281989ad4490e144d87d7f55eb95b84a441091db860210176f
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 4f5d17b..4aec581 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,7 @@
+2008-06-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.9.0
+ * DEPENDS: added libglade2
+
2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.8.0

diff --git a/kde-apps/kxneur/DETAILS b/kde-apps/kxneur/DETAILS
index 9016c81..0b0c9cf 100755
--- a/kde-apps/kxneur/DETAILS
+++ b/kde-apps/kxneur/DETAILS
@@ -1,9 +1,9 @@
source $SECTION_DIRECTORY/KDE_DETAILS
SPELL=kxneur
- VERSION=0.8.0
+ VERSION=0.9.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:0ef39f37c3582ea3604e5bff7217e465c1b34d305159fbbc48c470d508cc539e3c0a1147118b470f2c0ed74965f7e4c07fbaf5272779967b11be193776d2792a
+
SOURCE_HASH=sha512:f69c6bf2ea300a9ca68b80c29121f86471884b4acefe4f9b8ed77b56cbd153dbe1a6204f2b3966e237964a4b882ef684ada65a478565c79a3f6524f2328b40cf
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xneur.ru/
LICENSE[0]=GPL
diff --git a/kde-apps/kxneur/HISTORY b/kde-apps/kxneur/HISTORY
index 5826e84..75c9318 100644
--- a/kde-apps/kxneur/HISTORY
+++ b/kde-apps/kxneur/HISTORY
@@ -1,3 +1,6 @@
+2008-06-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.9.0
+
2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.8.0, added sourcing of
section-wide KDE_DETAILS
diff --git a/x11/xneur/BUILD b/x11/xneur/BUILD
new file mode 100755
index 0000000..8e3401b
--- /dev/null
+++ b/x11/xneur/BUILD
@@ -0,0 +1,4 @@
+if list_find "$XNEUR_SOUND" "none"; then
+ OPTS="$OPTS --with-sound=no"
+fi &&
+default_build
diff --git a/x11/xneur/CONFIGURE b/x11/xneur/CONFIGURE
new file mode 100755
index 0000000..e286de1
--- /dev/null
+++ b/x11/xneur/CONFIGURE
@@ -0,0 +1 @@
+config_query_list XNEUR_SOUND "Which sound system do you prefer" none
gstreamer openal aplay
diff --git a/x11/xneur/DEPENDS b/x11/xneur/DEPENDS
index 6f01240..8702fa5 100755
--- a/x11/xneur/DEPENDS
+++ b/x11/xneur/DEPENDS
@@ -1,20 +1,16 @@
depends X11-LIBS &&

+if list_find "$XNEUR_SOUND" "gstreamer" | list_find "$XNEUR_SOUND" "openal";
then
+ depends $XNEUR_SOUND "--with-sound=$XNEUR_SOUND"
+elif list_find "$XNEUR_SOUND" "aplay"; then
+ depends alsa-utils "--with-sound=$XNEUR_SOUND"
+fi &&
+
optional_depends aspell \
"--with-aspell" \
"--without-aspell" \
"for aspell support" &&

-optional_depends gstreamer \
- "--with-gstreamer" \
- "--without-gstreamer" \
- "for Gstreamer sound engine" &&
-
-optional_depends openal \
- "--with-openal" \
- "--without-openal" \
- "for OpenAL sound engine" &&
-
optional_depends pcre \
"--with-pcre" \
"--without-pcre" \
diff --git a/x11/xneur/DETAILS b/x11/xneur/DETAILS
index 87a2cf4..093d265 100755
--- a/x11/xneur/DETAILS
+++ b/x11/xneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=xneur
- VERSION=0.8.0
+ VERSION=0.9.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.${SPELL}.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:9d9387a3b342b78ef0395e9fd6ddbccfef1cf4e7a1d12f25664e005d915332bbc250e9e2379e9ebb1b90f7886feaf72c1a218113168b216f6f6d9d749d9f7128
+
SOURCE_HASH=sha512:bdd88a6071cc8402b3cdb9b8e61c5141b80219484ec186e7f9597230be5a6b17c4cea3f80495322440c369956c4e6db5decbb5633219f30657a202ad5d5f1832
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 8468cf6..4d27c63 100644
--- a/x11/xneur/HISTORY
+++ b/x11/xneur/HISTORY
@@ -1,3 +1,9 @@
+2008-06-25 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.9.0
+ * CONFIGURE, BUILD: added for sound system selecting
+ * DEPENDS: added alsa-utils, made it, gstreamer and openal selectable
+ dependencies
+
2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.8.0
* DEPENDS: added aspell, gstreamer, openal and pcre optionally



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (320264bde39090f0d8420afd11e58f6b562da708), Pol Vinogradov, 06/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page