Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (c4187672eee73093c6e998be784815df1d0f0078)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (c4187672eee73093c6e998be784815df1d0f0078)
  • Date: Sat, 11 Nov 2006 12:36:25 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

ChangeLog | 3 ++-
chat-libs/linphone-im/BUILD | 19 -------------------
chat-libs/linphone-im/DEPENDS | 2 --
chat-libs/linphone-im/DETAILS | 15 ---------------
chat-libs/linphone-im/HISTORY | 25 -------------------------
chat-libs/linphone-im/INSTALL | 5 -----
chat-libs/linphone-im/PRE_BUILD | 7 -------
7 files changed, 2 insertions(+), 74 deletions(-)

New commits:
commit c4187672eee73093c6e998be784815df1d0f0078
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

linphone-im: Removed. Not developed or used. Broken.

diff --git a/ChangeLog b/ChangeLog
index 4af8ebd..c9ff860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,9 @@
* chat-im/gaim-encryption-1.x: new spell
* chat-im/gaim-vv: removed, non working, merged with gaim
* chat-im/gnomemeeting: removed, been deprecated for 10 months
- * chat-im/openh323: removed, doesn't build. Not used any more.
+ * chat-libs/openh323: removed, doesn't build. Not used any more.
* chat-im/eb-lite: removed. Not developed. Won't build.
+ * chat-libs/linphone-im: removed. Not developed or used. Broken.

2006-11-11 Treeve Jelbert <treeve AT pi.be>
* printer/splix: new spell for Samsung printers
diff --git a/chat-libs/linphone-im/BUILD b/chat-libs/linphone-im/BUILD
deleted file mode 100755
index 31a38c1..0000000
--- a/chat-libs/linphone-im/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-LDFLAGS="$LDFLAGS -L$SOURCE_DIRECTORY/speex/libspeex/.libs" &&
-
-if [[ "$CROSS_INSTALL" == on ]]; then
- OPTS="$OPTS --host=${HOST} --build=${BUILD}"
-fi &&
-invoke_gcc &&
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- $OPTS &&
-cd libr263 &&
-sedit "s|CFLAGS\\s*=|\\0 $CFLAGS|g" Makefile &&
-make library &&
-cd ../speex &&
-make &&
-cd .. &&
-make
diff --git a/chat-libs/linphone-im/DEPENDS b/chat-libs/linphone-im/DEPENDS
deleted file mode 100755
index ef24892..0000000
--- a/chat-libs/linphone-im/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gcc34 &&
-depends libosip
diff --git a/chat-libs/linphone-im/DETAILS b/chat-libs/linphone-im/DETAILS
deleted file mode 100755
index 92330f6..0000000
--- a/chat-libs/linphone-im/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=linphone-im
- VERSION=0.1
- SOURCE=$SPELL.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
-SOURCE_URL[0]=$SOURCEFORGE_URL/gaim-vv/$SOURCE
-
SOURCE_HASH=sha512:70c4786b9e3988ca86234a10363072450338c74fb97cca739bfdfc78d790b584dae587ed2c3ad17bb4e0961618d7ad18ab8cacfe5feff69fce30c4bc8ac67a0d
- LICENSE[0]=GPL
- GCC_VERSION=3.4
- WEB_SITE=http://gaim-vv.sourceforge.net/
- ENTERED=20050112
- KEYWORDS="chat video libs"
- SHORT="plugin to provide video in gaim-vv"
-cat << EOF
-Plugin to provide video in gaim-vv
-EOF
diff --git a/chat-libs/linphone-im/HISTORY b/chat-libs/linphone-im/HISTORY
deleted file mode 100644
index ae0f710..0000000
--- a/chat-libs/linphone-im/HISTORY
+++ /dev/null
@@ -1,25 +0,0 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-27 George Sherwood <george AT beeranbeer.com>
- * INSTALL: Added. Bug #10600
- * POST_INSTALL: Deleted. Bug #10600
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-05-17 Sergey Lipnevich <sergey AT sourcemage.org>
- * BUILD: use our CFLAGS, useful on AMD64.
-
-2005-05-02 George Sherwood <george AT beernabeer.com>
- * DETAILS,BUILD,DEPENDS: updated to use gcc34
-
-2005-01-12 George Sherwood <george AT beernabeer.com>
- * ALL: added Spell
-
diff --git a/chat-libs/linphone-im/INSTALL b/chat-libs/linphone-im/INSTALL
deleted file mode 100755
index 371da12..0000000
--- a/chat-libs/linphone-im/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-cd $SOURCE_DIRECTORY &&
-cp config.h /usr/include/linphone-im/linphone_config.h &&
-mkdir /usr/include/mediastreamer &&
-cp mediastreamer/*h /usr/include/mediastreamer
diff --git a/chat-libs/linphone-im/PRE_BUILD b/chat-libs/linphone-im/PRE_BUILD
deleted file mode 100755
index f0365c1..0000000
--- a/chat-libs/linphone-im/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sedit 's/speex//' Makefile.in &&
-sedit 's/developer-docs//' Makefile.in &&
-sedit '/^SUBDIRS/ { s/docs//; }' oRTP/Makefile.in &&
-sedit '/^SUBDIRS/ { s/docs//; }' osipua/Makefile.in
-



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (c4187672eee73093c6e998be784815df1d0f0078), George Sherwood, 11/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page