summaryrefslogtreecommitdiffstats
path: root/chat-libs/ptlib
diff options
context:
space:
mode:
authorGeorge Sherwood2008-09-24 10:24:04 -0500
committerGeorge Sherwood2008-09-24 10:24:04 -0500
commitd33b3d996bcf79ff4d467ab855c13b162a114fa2 (patch)
tree312b690026f008eda82fcac85b0ad47fa8f489ab /chat-libs/ptlib
parent22e47ebf91f23f4957799fe49d5ca7cb72a1484d (diff)
ptlib: Added new spell for ekiga 3.0.0
Diffstat (limited to 'chat-libs/ptlib')
-rwxr-xr-xchat-libs/ptlib/DEPENDS42
-rwxr-xr-xchat-libs/ptlib/DETAILS17
-rw-r--r--chat-libs/ptlib/HISTORY2
-rw-r--r--chat-libs/ptlib/ptlib-2.4.1.tar.gz.sigbin0 -> 287 bytes
4 files changed, 61 insertions, 0 deletions
diff --git a/chat-libs/ptlib/DEPENDS b/chat-libs/ptlib/DEPENDS
new file mode 100755
index 0000000000..cc76574144
--- /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 0000000000..de1f9835da
--- /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 0000000000..d1f67b6290
--- /dev/null
+++ b/chat-libs/ptlib/HISTORY
@@ -0,0 +1,2 @@
+2008-09-24 George Sherwood <gsherwood@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 0000000000..62d7a4afa1
--- /dev/null
+++ b/chat-libs/ptlib/ptlib-2.4.1.tar.gz.sig
Binary files differ