Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b6fc396fca1cbdf9573bcb23e8ba8e4ea502d0da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b6fc396fca1cbdf9573bcb23e8ba8e4ea502d0da)
  • Date: Sat, 14 Feb 2015 06:55:47 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-soft/speech-dispatcher/DEPENDS | 3 +++
audio-soft/speech-dispatcher/DETAILS | 4 ++--
audio-soft/speech-dispatcher/HISTORY | 4 ++++
libs/dotconf/DETAILS | 10 +++++-----
libs/dotconf/HISTORY | 5 +++++
libs/dotconf/PRE_BUILD | 3 +++
shell-term-fm/shared-mime-info/DETAILS | 4 ++--
shell-term-fm/shared-mime-info/HISTORY | 3 +++
8 files changed, 27 insertions(+), 9 deletions(-)

New commits:
commit b6fc396fca1cbdf9573bcb23e8ba8e4ea502d0da
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

shared-mime-info: => 1.4

commit e68601f23ca89ba4252b1971733688634ed80dc1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

speech-dispatcher: => 0.8.1

commit cff66e17fdf6de56853d1b1d4c3f792b3be544fa
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dotconf: => master

diff --git a/audio-soft/speech-dispatcher/DEPENDS
b/audio-soft/speech-dispatcher/DEPENDS
index 07d1469..5079c0b 100755
--- a/audio-soft/speech-dispatcher/DEPENDS
+++ b/audio-soft/speech-dispatcher/DEPENDS
@@ -1,5 +1,8 @@
depends glib2 &&
depends dotconf &&
+depends libsndfile &&
+optional_depends libao '--with-libao' '--without-libao' '' &&
+optional_depends python3 '--enable-python' '--disable-python' 'python
bindings' &&
optional_depends alsa-lib "--with-alsa" "--without-alsa" "" &&
optional_depends pulseaudio "--with-pulse" "--without-pulse" "" &&
optional_depends flite "--with-flite" "--without-flite" "" &&
diff --git a/audio-soft/speech-dispatcher/DETAILS
b/audio-soft/speech-dispatcher/DETAILS
index 3ab2632..d124e80 100755
--- a/audio-soft/speech-dispatcher/DETAILS
+++ b/audio-soft/speech-dispatcher/DETAILS
@@ -1,9 +1,9 @@
SPELL=speech-dispatcher
- VERSION=0.7.1
+ VERSION=0.8.1
+
SOURCE_HASH=sha512:35f1ae547001a45d7945406ae5672829ff9ab6ac3f0cccb9eb3670dd92888a63c7cc4270ee90b5a166e6788afe3b117b5c3ef62c41a9df9f9af94dc4e0948fe8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.freebsoft.org/pub/projects/speechd/$SOURCE
-
SOURCE_HASH=sha512:a2d5c68a729967b5c93e52793f1b7f5173ad5069f2970e8ea7e8df267f73b9b3930e22ef1ec91fce87d82b94aaaf1c847d19d8ccc837de843e3a3e308fb0b352
WEB_SITE=http://www.freebsoft.org/speechd
ENTERED=20080623
LICENSE[0]=GPL
diff --git a/audio-soft/speech-dispatcher/HISTORY
b/audio-soft/speech-dispatcher/HISTORY
index 8022fe0..6ffc602 100644
--- a/audio-soft/speech-dispatcher/HISTORY
+++ b/audio-soft/speech-dispatcher/HISTORY
@@ -1,3 +1,7 @@
+2015-02-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS version 0.8.1
+ * DEPENDS: add libsndfile, python3, libao
+
2011-05-07 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.7.1
* gcc43.patch, PRE_BUILD: removed, no longer needed
diff --git a/libs/dotconf/DETAILS b/libs/dotconf/DETAILS
index 05f6fb8..2974b87 100755
--- a/libs/dotconf/DETAILS
+++ b/libs/dotconf/DETAILS
@@ -1,10 +1,10 @@
SPELL=dotconf
- VERSION=1.0.13
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=master
+ SOURCE=master.zip
+
SOURCE_HASH=sha512:5abbc3fcb4938b230e6e9947d63153e4c83a364e075b4b438d8914173cdc27aa987dade13dc59ed9df349589114a6b93d0503a3230a5d6753076cb5fa7eb39cc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.azzit.de/dotconf/download/v${VERSION%.*}/$SOURCE
-
SOURCE_HASH=sha512:2a213bab8dc63a7502c407215194dd821b660bfd0efdbc274d7a3506ab936400677a48efbc08869281b90998c00b0ecc83cd83b56a3775cbae655125577e1871
- WEB_SITE=http://www.azzit.de/dotconf/
+ WEB_SITE=https://github.com/williamh/dotconf
+ SOURCE_URL[0]=$WEB_SITE/archive/$SOURCE
ENTERED=20050517
LICENSE[0]=LGPL
KEYWORDS="parser libs"
diff --git a/libs/dotconf/HISTORY b/libs/dotconf/HISTORY
index 0b4c4ad..37cd95f 100644
--- a/libs/dotconf/HISTORY
+++ b/libs/dotconf/HISTORY
@@ -1,3 +1,8 @@
+2015-02-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: new website & url, version master
+ project is basically dead but the git archive is newer than the
previous version
+ * PRE_BUILD: added
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/libs/dotconf/PRE_BUILD b/libs/dotconf/PRE_BUILD
new file mode 100755
index 0000000..eb92735
--- /dev/null
+++ b/libs/dotconf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink
diff --git a/shell-term-fm/shared-mime-info/DETAILS
b/shell-term-fm/shared-mime-info/DETAILS
index 032bd6f..fb93805 100755
--- a/shell-term-fm/shared-mime-info/DETAILS
+++ b/shell-term-fm/shared-mime-info/DETAILS
@@ -1,6 +1,6 @@
SPELL=shared-mime-info
- VERSION=1.3
-
SOURCE_HASH=sha512:ef74f71e877a9117ca796e0425ffdc0a47200b543c9989c9952d59d5a4c8ed9d086c1f5b73af343b7e59d8080d1813b5c2fe2896fe619f753af315460136fb5d
+ VERSION=1.4
+
SOURCE_HASH=sha512:ac643a5360c1e4811b2df8e3c52434e5ee48f8e62a01ede3fb0895d30721b58b5b26c0edc43f779576ff899bd1a8b181699a08dbbb1e956394555f6ca983a582
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://freedesktop.org/~hadess/$SOURCE
diff --git a/shell-term-fm/shared-mime-info/HISTORY
b/shell-term-fm/shared-mime-info/HISTORY
index b168065..5d8d7df 100644
--- a/shell-term-fm/shared-mime-info/HISTORY
+++ b/shell-term-fm/shared-mime-info/HISTORY
@@ -1,3 +1,6 @@
+2015-02-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4
+
2014-05-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b6fc396fca1cbdf9573bcb23e8ba8e4ea502d0da), Treeve Jelbert, 02/14/2015

Archive powered by MHonArc 2.6.24.

Top of Page