Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (22e53f756c0ead720691e2449413215651f9a8f7)
  • Date: Wed, 24 Sep 2008 11:15:09 -0500

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

chat-im/ekiga/BUILD | 2 +-
chat-im/ekiga/DEPENDS | 9 +++++++++
chat-im/ekiga/DETAILS | 4 ++--
chat-im/ekiga/HISTORY | 6 ++++++
chat-im/ekiga/ekiga-2.0.12.tar.gz.sig | 0
chat-im/ekiga/ekiga-3.0.0.tar.gz.sig |binary
chat-libs/opal/DEPENDS | 2 +-
chat-libs/opal/DETAILS | 4 ++--
chat-libs/opal/HISTORY | 4 ++++
chat-libs/opal/opal-2.2.11.tar.gz.sig | 0
chat-libs/opal/opal-3.4.1.tar.gz.sig |binary
dev/null |binary
12 files changed, 25 insertions(+), 6 deletions(-)

New commits:
commit 22e53f756c0ead720691e2449413215651f9a8f7
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ekiga: Updated to version 3.0.0. Updated depends and fixed
build without gnome support.

commit 26278ea36a1a0d6906a8d00354fdfe939930e9ba
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

opal: Updated to version 3.4.1. Now depends ptlib.

diff --git a/chat-im/ekiga/BUILD b/chat-im/ekiga/BUILD
index b55ae0a..de80552 100755
--- a/chat-im/ekiga/BUILD
+++ b/chat-im/ekiga/BUILD
@@ -1,7 +1,7 @@
OPTS="--disable-avahi $OPTS" &&
if [ "$GTK_ONLY" == "y" ]; then
echo "Building without gnome support" &&
- OPTS="$OPTS --disable-gnome"
+ OPTS="$OPTS --disable-gnome --disable-eds"
else
echo "Building with gnome support"
fi &&
diff --git a/chat-im/ekiga/DEPENDS b/chat-im/ekiga/DEPENDS
index 88ca652..4c17c52 100755
--- a/chat-im/ekiga/DEPENDS
+++ b/chat-im/ekiga/DEPENDS
@@ -6,6 +6,15 @@ else
depends evolution-data-server
fi &&
depends esound &&
+depends libsigc++3 &&
+optional_depends libnotify \
+ "" \
+ "--disable-notify" \
+ "For libnotify support" &&
+optional_depends openldap \
+ "" \
+ "--disable-ldap" \
+ "for LDAP addressbook support" &&
optional_depends "gnome-doc-utils" \
"" \
"--disable-doc" \
diff --git a/chat-im/ekiga/DETAILS b/chat-im/ekiga/DETAILS
index 5b888f5..0403bd8 100755
--- a/chat-im/ekiga/DETAILS
+++ b/chat-im/ekiga/DETAILS
@@ -7,9 +7,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=2.0.12
+ VERSION=3.0.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/2.0/$SOURCE
+
SOURCE_URL[0]=http://www.ekiga.org/admin/downloads/latest/sources/sources/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
diff --git a/chat-im/ekiga/HISTORY b/chat-im/ekiga/HISTORY
index b998ea4..ba84716 100644
--- a/chat-im/ekiga/HISTORY
+++ b/chat-im/ekiga/HISTORY
@@ -1,3 +1,9 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.0.0. Fixed SOURCE_URL[0].
+ * DEPENDS: depends libsigc++3
+ optional_depends libnotify. openldap
+ * BUILD: If no gnome support, disable eds
+
2008-03-30 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.0.12

diff --git a/chat-im/ekiga/ekiga-2.0.12.tar.gz.sig
b/chat-im/ekiga/ekiga-2.0.12.tar.gz.sig
deleted file mode 100644
index 2e4282b..0000000
Binary files a/chat-im/ekiga/ekiga-2.0.12.tar.gz.sig and /dev/null differ
diff --git a/chat-im/ekiga/ekiga-3.0.0.tar.gz.sig
b/chat-im/ekiga/ekiga-3.0.0.tar.gz.sig
new file mode 100644
index 0000000..529fe6a
Binary files /dev/null and b/chat-im/ekiga/ekiga-3.0.0.tar.gz.sig differ
diff --git a/chat-libs/opal/DEPENDS b/chat-libs/opal/DEPENDS
index 8277170..05d653d 100755
--- a/chat-libs/opal/DEPENDS
+++ b/chat-libs/opal/DEPENDS
@@ -1,4 +1,4 @@
depends g++ &&
-depends pwlib
+depends ptlib


diff --git a/chat-libs/opal/DETAILS b/chat-libs/opal/DETAILS
index be3c833..332aa55 100755
--- a/chat-libs/opal/DETAILS
+++ b/chat-libs/opal/DETAILS
@@ -7,9 +7,9 @@ if [ "$CVS" == "y" ]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
else
- VERSION=2.2.11
+ VERSION=3.4.1
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/2.2/$SOURCE
+
SOURCE_URL[0]=http://www.ekiga.org/admin/downloads/latest/sources/sources/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
diff --git a/chat-libs/opal/HISTORY b/chat-libs/opal/HISTORY
index 7108e9e..afad14c 100644
--- a/chat-libs/opal/HISTORY
+++ b/chat-libs/opal/HISTORY
@@ -1,3 +1,7 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.4.1. Fixed SOURCE_URL.
+ * DEPENDS: depends ptlib vice pwlib
+
2007-09-18 George Sherwood <george AT beernabeer.com>
* DETAILS: updated to 2.2.11. Fixed SOURCE_URL

diff --git a/chat-libs/opal/opal-2.2.11.tar.gz.sig
b/chat-libs/opal/opal-2.2.11.tar.gz.sig
deleted file mode 100644
index 9d29118..0000000
Binary files a/chat-libs/opal/opal-2.2.11.tar.gz.sig and /dev/null differ
diff --git a/chat-libs/opal/opal-3.4.1.tar.gz.sig
b/chat-libs/opal/opal-3.4.1.tar.gz.sig
new file mode 100644
index 0000000..5fd749d
Binary files /dev/null and b/chat-libs/opal/opal-3.4.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (22e53f756c0ead720691e2449413215651f9a8f7), George Sherwood, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page