[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sun Sep 30 10:39:47 CEST 2012
commit 5c0fe8ed14eebf7cf05d77e177c9089b5161f3c7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 30 Sep 2012 01:39:47 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5c0fe8ed14eebf7cf05d77e177c9089b5161f3c7
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
audio/alsa-lib/DETAILS | +2/-2
libs/ptlib/BUILD | +7/-0
libs/ptlib/DEPENDS | +9/-0
libs/ptlib/DETAILS | +14/-0
net/opal/DEPENDS | +8/-0
net/opal/DETAILS | +15/-0
6 files changed
--- a/audio/alsa-lib/DETAILS
+++ b/audio/alsa-lib/DETAILS
@@ -1,8 +1,8 @@
MODULE=alsa-lib
VERSION=1.0.26
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib
- SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/lib
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/
+ SOURCE_URL[1]=http://alsa.cybermirror.org/lib/
SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/lib
SOURCE_VFY=sha1:3928ec629d66892394d1f87d8b2f87500b973e59
WEB_SITE=http://www.alsa-project.org
--- /dev/null
+++ b/libs/ptlib/BUILD
@@ -0,0 +1,7 @@
+(
+
+ default_build
+
+ # install -m 0664 version.h /usr/share/ptlib/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/ptlib/DEPENDS
@@ -0,0 +1,9 @@
+depends openssl
+depends SDL
+depends alsa-lib
+
+optional_depends "libraw1394" "--enable-dc" "--disable-dc" "for raw 1394 access support"
+#currently broken
+#optional_depends "libavc1394" "--enable-avc" "--disable-avc" "for AV/C specification support"
+optional_depends "libdv" "" "" "for Quasar DV codec support"
+optional_depends "unixODBC" "--enable-odbc" "--disable-odbc" "for ODBC support"
--- /dev/null
+++ b/libs/ptlib/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=ptlib
+ VERSION=2.10.7
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:51077b76aed30ab614e31b2a18cb383848d4332c
+ WEB_SITE=http://www.ekiga.org
+ ENTERED=20080924
+ UPDATED=20120929
+ SHORT="A Portable Text and GUI C/C++ Class Libarary"
+
+cat << EOF
+A multi-platform operating system and GUI abstraction system for
+application development. Formerly named pwlib.
+EOF
--- /dev/null
+++ b/net/opal/DEPENDS
@@ -0,0 +1,8 @@
+depends ptlib
+
+optional_depends swig "" "" "For code wrapping support"
+optional_depends srtp "--enable-srtp" "--disable-srtp" "Enable SRTP protocol support"
+optional_depends ruby "--enable-ruby" "--disable-ruby" "For ruby support"
+optional_depends %JAVA_SDK "--enable-java" "--disable-java" "For java support"
+
+optional_depends speex "--disable-localspeexdsp" "--enable-localspeexdsp" "for speex echo cancellation support; Y=system"
--- /dev/null
+++ b/net/opal/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=opal
+ VERSION=3.10.7
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+ SOURCE_VFY=sha1:e48d3295a73d6c3254823f09eb00a266916de94d
+ WEB_SITE=http://www.ekiga.org
+ ENTERED=20070316
+ UPDATED=20120929
+ SHORT="Open Phone Abstraction Library"
+
+cat << EOF
+opal (Open Phone Abstraction Library) aims to create a full featured,
+interoperable, Open Source implementation of the H.323 and SIP
+protocols. These protocols are most used for Voice over IP.
+EOF
More information about the Lunar-commits
mailing list