Skip to Content.
Sympa Menu

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

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 (cb7d4336e294bdeb85e8c799e782f6d22603b8aa)
  • Date: Sat, 16 Jun 2007 09:21:27 -0500

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

ChangeLog | 3 +++
telephony/decibel/BUILD | 8 ++++++++
telephony/decibel/DEPENDS | 7 +++++++
telephony/decibel/DETAILS | 35 +++++++++++++++++++++++++++++++++++
telephony/decibel/HISTORY | 8 ++++++++
telephony/decibel/PREPARE | 1 +
6 files changed, 62 insertions(+)

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

decibel - new spell

diff --git a/ChangeLog b/ChangeLog
index 9bd20ab..15af839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * telephony/decibel: new spell, communications framework
+
2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
* python-devel/luca: python based accounting package

diff --git a/telephony/decibel/BUILD b/telephony/decibel/BUILD
new file mode 100755
index 0000000..9fa320d
--- /dev/null
+++ b/telephony/decibel/BUILD
@@ -0,0 +1,8 @@
+# don't build broken demos
+#sed -i "/(demos)/D" CMakeLists.txt &&
+if [ $DEC_SVN = y ]; then
+ source $GRIMOIRE/kde4/FUNCTIONS &&
+ default_build
+else
+ qt4_build
+fi
diff --git a/telephony/decibel/DEPENDS b/telephony/decibel/DEPENDS
new file mode 100755
index 0000000..2cf1ec4
--- /dev/null
+++ b/telephony/decibel/DEPENDS
@@ -0,0 +1,7 @@
+depends qt4 &&
+if [ $DEC_SVN = y ]; then
+ depends subversion &&
+ depends kdelibs4
+fi &&
+depends tapioca-qt
+
diff --git a/telephony/decibel/DETAILS b/telephony/decibel/DETAILS
new file mode 100755
index 0000000..67ce631
--- /dev/null
+++ b/telephony/decibel/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=decibel
+ WEB_SITE=http://decibel.kde.org
+if [ $DEC_SVN = y ]; then
+ VERSION=svn
+ FORCE_DOWNLOAD=on
+ SOURCE=$SPELL.tar.bz2
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/branches/work/decibel:decibel
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+else
+ VERSION=0.3.0
+
SOURCE_HASH=sha512:fa32da100bac503a69bc2fc133f2ace41a16ba64d7bda65cf980716a9ef80de16f74e98b47e6fb60d7e2fc6c8b1cd656bbcf79eb2a92a8c09a862f8762ae81a8
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$WEB_SITE/fileadmin/downloads/decibel/releases/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ LICENSE[0]=LGPL
+ ENTERED=20070306
+ KEYWORDS=""
+ SHORT="realtime communications framework"
+cat << EOF
+Decibel is a realtime communications framework, meant to integrate services
like CTI (Computer Telephone Integration), VoIP (Voice over IP) and text
+based chat. This integration makes it possible to uniformly manage user
settings across communication methods. Decibel further enables developers to
use
+these communications technologies more easily, allowing for improved
communications and
+ - ultimately - collaboration features in their applications.
+
+Decibel consists of the desktop neutral policy daemon and desktop
+dependent components. These components interact with the user and its
+desktop environment by providing GUIs for common tasks like eg. creating a
new
+account, storing passwords or contacting a friend. Using the Telepathy
+specification (http://telepathy.freedesktop.org/) the Decibel daemon manages
+Telepathy compliant connection managers (implementing the various
+communication protocols) and ties them together with Decibel's components to
form what a
+user perceives as one application.
+EOF
diff --git a/telephony/decibel/HISTORY b/telephony/decibel/HISTORY
new file mode 100644
index 0000000..ae99693
--- /dev/null
+++ b/telephony/decibel/HISTORY
@@ -0,0 +1,8 @@
+2007-06-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add kdelibs4 (for svn version)
+ * BUILD: svn version now sources kde4's default_build
+
+2007-03-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0 / svn
+ spell created
+
diff --git a/telephony/decibel/PREPARE b/telephony/decibel/PREPARE
new file mode 100755
index 0000000..8c4ff83
--- /dev/null
+++ b/telephony/decibel/PREPARE
@@ -0,0 +1 @@
+config_query DEC_SVN 'Do you wnat the SVN version?' n



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cb7d4336e294bdeb85e8c799e782f6d22603b8aa), Treeve Jelbert, 06/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page