mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/opal: Updated for version 3.6.2
This commit is contained in:
parent
f907c5b647
commit
e9ac552938
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,6 @@ The Open Phone Abstraction Library (OPAL) is a C++ multi-platform,
|
|||
multi-protocol library for Fax, Video & Voice over IP and other
|
||||
networks.
|
||||
|
||||
Opal requires ptlib and swig, which are also available at SlackBuilds.org.
|
||||
Speex from SBo is recommended, even though Opal ships with its own version.
|
||||
libavcodec, x264, and ffmpeg are optional, but highly recommended, for
|
||||
video support.
|
||||
Opal requires ptlib. Speex is also recommended, even though Opal
|
||||
ships with its own version. x264 and ffmpeg are optional, but
|
||||
highly recommended, for video support.
|
||||
|
|
|
@ -89,4 +89,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="opal"
|
|||
VERSION="3.6.2"
|
||||
HOMEPAGE="http://www.opalvoip.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.6.2.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="88076eeadee1351704afb2aeb3532c17"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mauro Giachero"
|
||||
EMAIL="mauro dot giachero at gmail dot com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue