libraries/opal: Updated for version 3.10.9.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Woodfall 2013-01-12 22:58:45 -06:00 committed by Robby Workman
parent 4d6801f56c
commit 28007b2f76
4 changed files with 15 additions and 16 deletions

View file

@ -2,5 +2,5 @@ The Open Phone Abstraction Library (OPAL) is a C++ multi-platform,
multi-protocol library for Fax, Video & Voice over IP and other multi-protocol library for Fax, Video & Voice over IP and other
networks. networks.
Optional dependencies are speex (recommended, even though Opal Optional dependencies are Speex (recommended, even though Opal
ships with its own version) and celt. ships with its own version), ffmpeg, and celt.

View file

@ -3,7 +3,6 @@
# Slackware build script for Opal # Slackware build script for Opal
# Copyright 2008-2009 Mauro Giachero # Copyright 2008-2009 Mauro Giachero
# All rights reserved.
# Copyright 2011 David Woodfall # Copyright 2011 David Woodfall
# All rights reserved. # All rights reserved.
# #
@ -25,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opal PRGNAM=opal
VERSION=${VERSION:-3.10.7} VERSION=${VERSION:-3.10.9}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -42,8 +41,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
# The -D__STDC_CONSTANT_MACROS thing is required to build # The -D__STDC_CONSTANT_MACROS thing is required to build against ffmpeg 0.6
# against ffmpeg 0.6
# Retrieved from # Retrieved from
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.6.7.ebuild?r1=1.3&r2=1.4 # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/opal/opal-3.6.7.ebuild?r1=1.3&r2=1.4
# Thanks to the Gentoo folks for coming up with this fix! # Thanks to the Gentoo folks for coming up with this fix!
@ -67,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
( (

View file

@ -1,10 +1,10 @@
PRGNAM="opal" PRGNAM="opal"
VERSION="3.10.7" VERSION="3.10.9"
HOMEPAGE="http://www.opalvoip.org/" HOMEPAGE="http://www.opalvoip.org/"
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.10.7.tar.bz2" DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/opal/3.10/opal-3.10.9.tar.xz"
MD5SUM="8686bb930668067eefadab115d2ee1c2" MD5SUM="bb8eeb28321035663738e4fc8d6eb852"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="ffmpeg ptlib" REQUIRES="ptlib"
MAINTAINER="David Woodfall" MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net" EMAIL="dave@dawoodfall.net"

View file

@ -1,9 +1,10 @@
# HOW TO EDIT THIS FILE: # HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line # The "handy ruler" below makes it easier to edit a package description.
# up the first '|' above the ':' following the base package name, and the '|' on # Line up the first '|' above the ':' following the base package name, and
# the right side marks the last column you can put a character in. You must make # the '|' on the right side marks the last column you can put a character in.
# exactly 11 lines for the formatting to be correct. It's also customary to # You must make exactly 11 lines for the formatting to be correct. It's also
# leave one space after the ':'. # customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
opal: OPAL (Open Phone Abstraction Library) opal: OPAL (Open Phone Abstraction Library)
opal: opal: