Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (09d9b35b0b3289c08bf26ab6b18ae3e6cd35d1a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (09d9b35b0b3289c08bf26ab6b18ae3e6cd35d1a5)
  • Date: Wed, 15 Apr 2009 10:11:02 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

telephony/linphone/DETAILS | 2 +-
telephony/linphone/HISTORY | 4 ++++
telephony/linphone/PRE_BUILD | 4 ----
telephony/linphone/novideo.patch | 11 -----------
4 files changed, 5 insertions(+), 16 deletions(-)

New commits:
commit 1b7a217c96ff3f3ecc6f0844672ef52d4d8310fb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

linphone: => 3.1.1

diff --git a/telephony/linphone/DETAILS b/telephony/linphone/DETAILS
index 0e39d79..f40e10a 100755
--- a/telephony/linphone/DETAILS
+++ b/telephony/linphone/DETAILS
@@ -1,5 +1,5 @@
SPELL=linphone
- VERSION=3.1.0
+ VERSION=3.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=http://download.savannah.gnu.org/releases/linphone/stable/sources/$SOURCE
diff --git a/telephony/linphone/HISTORY b/telephony/linphone/HISTORY
index d93faf4..b4d0f86 100644
--- a/telephony/linphone/HISTORY
+++ b/telephony/linphone/HISTORY
@@ -1,3 +1,7 @@
+2009-04-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.1.1
+ * PRE_BUILD, novideo.patch: removed
+
2009-03-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.1.0
* PRE_BUILD: fixed crash for videoless mode
diff --git a/telephony/linphone/PRE_BUILD b/telephony/linphone/PRE_BUILD
deleted file mode 100755
index 6025635..0000000
--- a/telephony/linphone/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/novideo.patch"
diff --git a/telephony/linphone/novideo.patch
b/telephony/linphone/novideo.patch
deleted file mode 100644
index 45e3763..0000000
--- a/telephony/linphone/novideo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- coreapi/linphonecore.c.orig 2009/03/24 22:24:49
-+++ coreapi/linphonecore.c 2009/03/24 22:43:14
-@@ -2159,7 +2159,7 @@
- if (olddev!=NULL && olddev!=lc->video_conf.device){
- toggle_video_preview(lc,FALSE);/*restart the video local
preview*/
- }
-- if (lc->ready){
-+ if (lc->ready && lc->video_conf.device){
- vd=ms_web_cam_get_string_id(lc->video_conf.device);
- if (vd && strstr(vd,"Static picture")!=NULL){
- vd=NULL;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (09d9b35b0b3289c08bf26ab6b18ae3e6cd35d1a5), Vlad Glagolev, 04/15/2009

Archive powered by MHonArc 2.6.24.

Top of Page