Skip to Content.
Sympa Menu

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

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 (ac7e3e7ea9c0cb2663e21169f51ee23bd8b6bc89)
  • Date: Fri, 12 Oct 2007 20:31:31 -0500

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

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

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

kde-apps/kxneur:

DETAILS: updated to 0.8.0, added sourcing of
section-wide KDE_DETAILS
BUILD, CONFIGURE: added for section way of building
DEPENDS: added sourcing of section-wide KDE_DEPENDS

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

gnome2-apps/gxneur:

DETAILS: updated to 0.8.0

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

x11/xneur:

DETAILS: updated to 0.8.0
DEPENDS: added aspell, gstreamer, openal and pcre optionally

diff --git a/gnome2-apps/gxneur/DETAILS b/gnome2-apps/gxneur/DETAILS
index 94d0649..ca499f8 100755
--- a/gnome2-apps/gxneur/DETAILS
+++ b/gnome2-apps/gxneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=gxneur
- VERSION=0.6.2
+ VERSION=0.8.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:6f8154a3fcff2677897620c610ddd898a396f7b70f80ba1a89afea5fe06047a7346a1b75758abdfc2fe2e807a537a32cb3c4c13123e266020565f97f81cac255
+
SOURCE_HASH=sha512:d17482dc5eb8db4b66639d777563cf8b89774e2d1e954968a59c3f6ff5a7dbcd0d33b7abffbfbd8bb178e221de9049cf47838eaafb749a666c14a04c5b6bb37b
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 31630f6..4f5d17b 100644
--- a/gnome2-apps/gxneur/HISTORY
+++ b/gnome2-apps/gxneur/HISTORY
@@ -1,3 +1,6 @@
+2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.8.0
+
2007-07-26 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.6.2

diff --git a/kde-apps/kxneur/BUILD b/kde-apps/kxneur/BUILD
new file mode 100755
index 0000000..d4b482b
--- /dev/null
+++ b/kde-apps/kxneur/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_BUILD
diff --git a/kde-apps/kxneur/CONFIGURE b/kde-apps/kxneur/CONFIGURE
new file mode 100755
index 0000000..3e2e1ef
--- /dev/null
+++ b/kde-apps/kxneur/CONFIGURE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE
diff --git a/kde-apps/kxneur/DEPENDS b/kde-apps/kxneur/DEPENDS
index 44c187d..7dfb23b 100755
--- a/kde-apps/kxneur/DEPENDS
+++ b/kde-apps/kxneur/DEPENDS
@@ -1,2 +1,2 @@
-depends xneur &&
-depends kdelibs
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends xneur
diff --git a/kde-apps/kxneur/DETAILS b/kde-apps/kxneur/DETAILS
index ee4042f..9016c81 100755
--- a/kde-apps/kxneur/DETAILS
+++ b/kde-apps/kxneur/DETAILS
@@ -1,8 +1,9 @@
+source $SECTION_DIRECTORY/KDE_DETAILS
SPELL=kxneur
- VERSION=0.6.2
+ VERSION=0.8.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.xneur.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:9b65dd2e2002c8ac6969055527bb49ae5afaa261dbde2ffca28bdc75ca969dee3cd0c3670c0048b329432529185af9c7966393c568aab3fbb63da9bfa37a1fd2
+
SOURCE_HASH=sha512:0ef39f37c3582ea3604e5bff7217e465c1b34d305159fbbc48c470d508cc539e3c0a1147118b470f2c0ed74965f7e4c07fbaf5272779967b11be193776d2792a
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 d5b0d37..5826e84 100644
--- a/kde-apps/kxneur/HISTORY
+++ b/kde-apps/kxneur/HISTORY
@@ -1,2 +1,8 @@
+2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.8.0, added sourcing of
+ section-wide KDE_DETAILS
+ * BUILD, CONFIGURE: added for section way of building
+ * DEPENDS: added sourcing of section-wide KDE_DEPENDS
+
2007-07-26 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS, DEPENDS: created spell
diff --git a/x11/xneur/DEPENDS b/x11/xneur/DEPENDS
index 1dde63f..6f01240 100755
--- a/x11/xneur/DEPENDS
+++ b/x11/xneur/DEPENDS
@@ -1 +1,21 @@
-depends X11-LIBS
+depends X11-LIBS &&
+
+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" \
+ "for regular expressions support"
diff --git a/x11/xneur/DETAILS b/x11/xneur/DETAILS
index 7ef3b64..87a2cf4 100755
--- a/x11/xneur/DETAILS
+++ b/x11/xneur/DETAILS
@@ -1,8 +1,8 @@
SPELL=xneur
- VERSION=0.6.2
+ VERSION=0.8.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://dists.${SPELL}.ru/release-${VERSION}/tgz/${SOURCE}
-
SOURCE_HASH=sha512:08f42457276ba308fa7990650259773d08f32b29768ba2834fcf64a4e486255d43cc6d82267bba04743a116eb4ff35227560020ff81d4d6e39dbbee521cce637
+
SOURCE_HASH=sha512:9d9387a3b342b78ef0395e9fd6ddbccfef1cf4e7a1d12f25664e005d915332bbc250e9e2379e9ebb1b90f7886feaf72c1a218113168b216f6f6d9d749d9f7128
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 9033053..8468cf6 100644
--- a/x11/xneur/HISTORY
+++ b/x11/xneur/HISTORY
@@ -1,3 +1,7 @@
+2007-10-13 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 0.8.0
+ * DEPENDS: added aspell, gstreamer, openal and pcre optionally
+
2007-07-26 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.6.2




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ac7e3e7ea9c0cb2663e21169f51ee23bd8b6bc89), Pol Vinogradov, 10/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page