Skip to Content.
Sympa Menu

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

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 (d33b3d996bcf79ff4d467ab855c13b162a114fa2)
  • Date: Wed, 24 Sep 2008 10:24:44 -0500

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

ChangeLog | 3 ++
chat-libs/ptlib/DEPENDS | 42
+++++++++++++++++++++++++++++++++
chat-libs/ptlib/DETAILS | 17 +++++++++++++
chat-libs/ptlib/HISTORY | 2 +
chat-libs/ptlib/ptlib-2.4.1.tar.gz.sig |binary
5 files changed, 64 insertions(+)

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

ptlib: Added new spell for ekiga 3.0.0

diff --git a/ChangeLog b/ChangeLog
index e281fbb..90e690f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * chat-libs/ptlib: new spell needed for ekiga
+
2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
* net/tcpdump.gpg: added key 0x89E917F3 (tcpdump.org (SIGNING KEY)
<tcpdump-workers AT tcpdump.org>) for libpcap and tcpdump spells
diff --git a/chat-libs/ptlib/DEPENDS b/chat-libs/ptlib/DEPENDS
new file mode 100755
index 0000000..cc76574
--- /dev/null
+++ b/chat-libs/ptlib/DEPENDS
@@ -0,0 +1,42 @@
+depends g++ &&
+depends autoconf &&
+
+optional_depends "openldap" \
+ "--enable-openldap" \
+ "--disable-openldap" \
+ "for LDAP lookups" &&
+
+optional_depends "openssl" \
+ "--enable-openssl" \
+ "--disable-openssl" \
+ "for SSL connections" &&
+
+optional_depends "cyrus-sasl" \
+ "--enable-sasl" \
+ "--disable-sasl" \
+ "for SASL connections" &&
+
+optional_depends "sdl" \
+ "--enable-sdl" \
+ "--disable-sdl" \
+ "For full-screen video" &&
+
+optional_depends "expat" \
+ "--enable-expat" \
+ "--disable-expat" \
+ "XML support" &&
+
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "For ALSA support" &&
+
+optional_depends "libavc1394" \
+ "--enable-avc" \
+ "--disable-avc" \
+ "For Firewire Support" &&
+
+optional_depends "libdv" \
+ "" \
+ "" \
+ "For Digital Video format support"
diff --git a/chat-libs/ptlib/DETAILS b/chat-libs/ptlib/DETAILS
new file mode 100755
index 0000000..de1f983
--- /dev/null
+++ b/chat-libs/ptlib/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=ptlib
+ VERSION=2.4.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
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}
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.ekiga.org
+ ENTERED=20080924
+ KEYWORDS="chat libs"
+ SHORT="A Portable Text and GUI C/C++ Class Libarary."
+cat << EOF
+PTLib is a moderately large class library that has its genesis many
+years ago as a method to product applications to run on both Microsoft
Windows and Unix
+X-Windows systems. It also was to have a Macintosh port as well but this
never
+eventuated.
+EOF
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
new file mode 100644
index 0000000..d1f67b6
--- /dev/null
+++ b/chat-libs/ptlib/HISTORY
@@ -0,0 +1,2 @@
+2008-09-24 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS, DEPENDS: Created spell.
diff --git a/chat-libs/ptlib/ptlib-2.4.1.tar.gz.sig
b/chat-libs/ptlib/ptlib-2.4.1.tar.gz.sig
new file mode 100644
index 0000000..62d7a4a
Binary files /dev/null and b/chat-libs/ptlib/ptlib-2.4.1.tar.gz.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page