libraries/live555: Updated for version 2020.04.12

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2020-04-16 23:11:13 +10:00 committed by Willy Sudiarto Raharjo
parent 3a848dc660
commit ad88468459
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=live555
VERSION=${VERSION:-2020.03.06}
VERSION=${VERSION:-2020.04.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,8 +66,7 @@ for f in $(find . -type f |xargs grep -l "PREFIX =") ; do echo $f; sed -i -e "/P
for f in $(find . -type f |xargs grep -l "LIBDIR =") ; do echo $f; sed -i -e "/LIBDIR =/c\LIBDIR = \$(PREFIX)\/lib$LIBDIRSUFFIX" $f ; done
./genMakefiles linux-with-shared-libraries
# -j1 to avoid make race
make -j1 install DESTDIR=$PKG
make install DESTDIR=$PKG
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
sed -e "s/%VERSION%/$VERSION/" -e "s/%LIBDIRSUFFIX%/$LIBDIRSUFFIX/" -e "s/%PREFIX%/\/usr/" $CWD/live555.pc.in >$PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/live555.pc

View file

@ -1,8 +1,8 @@
PRGNAM="live555"
VERSION="2020.03.06"
VERSION="2020.04.12"
HOMEPAGE="http://www.live555.com/"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.03.06.tar.gz"
MD5SUM="cfca528bda964d2167260b3ab6ee294e"
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.04.12.tar.gz"
MD5SUM="9b0f51b7fab2e7298b281090643b1119"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""