Skip to Content.
Sympa Menu

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

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 (ff35d6dbc45eaba3cf3a3c4ed8956122f80daff8)
  • Date: Mon, 5 Nov 2007 03:24:30 -0600

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

ChangeLog | 3 +++
devel/openfst/BUILD | 7 +++++++
devel/openfst/DEPENDS | 2 ++
devel/openfst/DETAILS | 31 +++++++++++++++++++++++++++++++
devel/openfst/HISTORY | 4 ++++
devel/openfst/INSTALL | 12 ++++++++++++
kde-apps/kphotoalbum/CONFLICTS | 1 -
kde-apps/kphotoalbum/DEPENDS | 2 +-
kde-apps/kphotoalbum/DETAILS | 4 ++--
kde-apps/kphotoalbum/HISTORY | 5 +++++
10 files changed, 67 insertions(+), 4 deletions(-)

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

openfst-beta-20070801

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

kphotoalbum-3.0.2

diff --git a/ChangeLog b/ChangeLog
index 2db7809..dca90e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * devel/openfst: new spell, pattern recognition
+
2007-11-04 Julien "_kaze_" ROZO <julien AT rozo.org>
* utils/virtualbox-module: moved to kernels

diff --git a/devel/openfst/BUILD b/devel/openfst/BUILD
new file mode 100755
index 0000000..c01dff1
--- /dev/null
+++ b/devel/openfst/BUILD
@@ -0,0 +1,7 @@
+
+cd fst &&
+make
+# default_build
+# ./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+# make
+
diff --git a/devel/openfst/DEPENDS b/devel/openfst/DEPENDS
new file mode 100755
index 0000000..33f8005
--- /dev/null
+++ b/devel/openfst/DEPENDS
@@ -0,0 +1,2 @@
+depends g++
+
diff --git a/devel/openfst/DETAILS b/devel/openfst/DETAILS
new file mode 100755
index 0000000..2ec02fb
--- /dev/null
+++ b/devel/openfst/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=openfst
+ SPELLX=OpenFst
+ VERSION=beta-20070801
+
SOURCE_HASH=sha512:842b0bf5c97f8ce19338cda0896d21d265e935f4dae9a53f502a7499a25f60e99ce0f2331f8f5b8042b0b2da4147b8847ca3b36103df7bdcb083ba3553f5c8e7
+ SOURCE=$SPELLX-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
+ WEB_SITE=http://www.openfst.org/
+
SOURCE_URL[0]=http://128.122.80.210/~openfst/twiki/pub/FST/FstDownload/$SOURCE
+ LICENSE[0]=APACHE
+ ENTERED=20071101
+ KEYWORDS="library pattern"
+ SHORT="Weighted finite-state transducers"
+cat << EOF
+OpenFst is a library for constructing, combining, optimizing, and searching
+weighted finite-state transducers (FSTs). Weighted finite-state transducers
+are automata where each transition has an input label, an output label, and
+a weight. The more familiar finite-state acceptor is represented as a
+transducer with each transition's input and output label equal. Finite-state
+acceptors are used to represent sets of strings (specifically, regular or
+rational sets); finite-state transducers are used to represent binary
relations
+between pairs of strings (specifically, rational transductions). The weights
+can be used to represent the cost of taking a particular transition.
+ FSTs have key applications in speech recognition and synthesis, machine
+translation, optical character recognition, pattern matching, string
+processing, machine learning, information extraction and retrieval among
+others. Often a weighted transducer is used to represent a probabilistic
model
+(e.g., an n-gram model, pronunciation model). FSTs can be optimized by
+determinization and minimization, models can be applied to hypothesis sets
+(also represented as automata) or cascaded by finite-state composition, and
the
+best results can be selected by shortest-path algorithms.
+EOF
diff --git a/devel/openfst/HISTORY b/devel/openfst/HISTORY
new file mode 100644
index 0000000..bcbdc01
--- /dev/null
+++ b/devel/openfst/HISTORY
@@ -0,0 +1,4 @@
+2007-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version -beta-20070801
+ spell created
+
diff --git a/devel/openfst/INSTALL b/devel/openfst/INSTALL
new file mode 100755
index 0000000..7e5c955
--- /dev/null
+++ b/devel/openfst/INSTALL
@@ -0,0 +1,12 @@
+#default_install
+cd $SOURCE_DIRECTORY/fst &&
+cp lib/fstlib.h $INSTALL_ROOT/usr/include &&
+#DEST=$INSTALL_ROOT/usr/lib/fst &&
+#mkdir -p $DEST &&
+cp {bin,lib}/*.so $INSTALL_ROOT/usr/lib &&
+for FF in bin/fst*; do
+ if [ -x $FF ]; then
+# ls -l $FF
+ cp $FF $INSTALL_ROOT/usr/bin
+ fi
+done
diff --git a/kde-apps/kphotoalbum/CONFLICTS b/kde-apps/kphotoalbum/CONFLICTS
deleted file mode 100755
index f397c53..0000000
--- a/kde-apps/kphotoalbum/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kimdaba y
diff --git a/kde-apps/kphotoalbum/DEPENDS b/kde-apps/kphotoalbum/DEPENDS
index 48d068a..a81d405 100755
--- a/kde-apps/kphotoalbum/DEPENDS
+++ b/kde-apps/kphotoalbum/DEPENDS
@@ -1,4 +1,4 @@
-depends kdelibs &&
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
optional_depends exiv2 \
"" \
"" \
diff --git a/kde-apps/kphotoalbum/DETAILS b/kde-apps/kphotoalbum/DETAILS
index 91335a2..29ba564 100755
--- a/kde-apps/kphotoalbum/DETAILS
+++ b/kde-apps/kphotoalbum/DETAILS
@@ -1,6 +1,6 @@
SPELL=kphotoalbum
- VERSION=3.0.1
-
SOURCE_HASH=sha512:e62b0ff7e79a3b1be146080e229d2c221a035ecb95b69ed816b90e9ee29aa00972aab6dce09b0049b104510d3af1afe34234c646fedf3cfb33de45b956128418
+ VERSION=3.0.2
+
SOURCE_HASH=sha512:03588a9ca03a13909bfdaa061a14de63b87b10da23889fd282ef70096a134d2956b9a9e5db364b6abd8b6b0feb399060a600e09e1caf3a79e6e39deb580418dc
SOURCE=$SPELL-$VERSION-noi18n.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-noi18n
WEB_SITE=http://www.kphotoalbum.org/
diff --git a/kde-apps/kphotoalbum/HISTORY b/kde-apps/kphotoalbum/HISTORY
index c383a0d..1fcb296 100644
--- a/kde-apps/kphotoalbum/HISTORY
+++ b/kde-apps/kphotoalbum/HISTORY
@@ -1,3 +1,8 @@
+2007-11-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.2
+ * DEPENDS: use KDE_DEPENDS
+ * CONFLICTS: remove obsolete file
+
2007-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ff35d6dbc45eaba3cf3a3c4ed8956122f80daff8), Treeve Jelbert, 11/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page