libraries/opal: Updated for version 3.6.2

This commit is contained in:
Mauro Giachero 2010-05-13 00:32:32 +02:00 committed by Robby Workman
parent f907c5b647
commit e9ac552938
3 changed files with 6 additions and 5 deletions

View file

@ -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 multi-protocol library for Fax, Video & Voice over IP and other
networks. networks.
Opal requires ptlib and swig, which are also available at SlackBuilds.org. Opal requires ptlib. Speex is also recommended, even though Opal
Speex from SBo is recommended, even though Opal ships with its own version. ships with its own version. x264 and ffmpeg are optional, but
libavcodec, x264, and ffmpeg are optional, but highly recommended, for highly recommended, for video support.
video support.

View file

@ -89,4 +89,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG 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}

View file

@ -2,7 +2,9 @@ PRGNAM="opal"
VERSION="3.6.2" VERSION="3.6.2"
HOMEPAGE="http://www.opalvoip.org/" HOMEPAGE="http://www.opalvoip.org/"
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.6.2.tar.bz2" DOWNLOAD="http://downloads.sourceforge.net/opalvoip/opal-3.6.2.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="88076eeadee1351704afb2aeb3532c17" MD5SUM="88076eeadee1351704afb2aeb3532c17"
MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero" MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com" EMAIL="mauro dot giachero at gmail dot com"
APPROVED="rworkman" APPROVED="rworkman"