mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/opal: Updated for version 3.10.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4d6801f56c
commit
28007b2f76
4 changed files with 15 additions and 16 deletions
|
@ -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
|
||||
networks.
|
||||
|
||||
Optional dependencies are speex (recommended, even though Opal
|
||||
ships with its own version) and celt.
|
||||
Optional dependencies are Speex (recommended, even though Opal
|
||||
ships with its own version), ffmpeg, and celt.
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# Slackware build script for Opal
|
||||
|
||||
# Copyright 2008-2009 Mauro Giachero
|
||||
# All rights reserved.
|
||||
# Copyright 2011 David Woodfall
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opal
|
||||
VERSION=${VERSION:-3.10.7}
|
||||
VERSION=${VERSION:-3.10.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,8 +41,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# The -D__STDC_CONSTANT_MACROS thing is required to build
|
||||
# against ffmpeg 0.6
|
||||
# The -D__STDC_CONSTANT_MACROS thing is required to build against ffmpeg 0.6
|
||||
# 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
|
||||
# Thanks to the Gentoo folks for coming up with this fix!
|
||||
|
@ -67,7 +65,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
(
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="opal"
|
||||
VERSION="3.10.7"
|
||||
VERSION="3.10.9"
|
||||
HOMEPAGE="http://www.opalvoip.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.10.7.tar.bz2"
|
||||
MD5SUM="8686bb930668067eefadab115d2ee1c2"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/opal/3.10/opal-3.10.9.tar.xz"
|
||||
MD5SUM="bb8eeb28321035663738e4fc8d6eb852"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg ptlib"
|
||||
REQUIRES="ptlib"
|
||||
MAINTAINER="David Woodfall"
|
||||
EMAIL="dave@dawoodfall.net"
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
opal: OPAL (Open Phone Abstraction Library)
|
||||
opal:
|
||||
|
|
Loading…
Reference in a new issue