libraries/live555: Updated for version 2015.12.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d45b7c006b
commit
994da863c7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for live555
|
||||
|
||||
# Copyright 2014-2015 Christoph Willing, Brisbane, Australia
|
||||
# Copyright 2014-2016 Christoph Willing, Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=live555
|
||||
VERSION=${VERSION:-2015.11.09}
|
||||
VERSION=${VERSION:-2015.12.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="live555"
|
||||
VERSION="2015.11.09"
|
||||
VERSION="2015.12.22"
|
||||
HOMEPAGE="http://www.live555.com/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2015.11.09.tar.gz"
|
||||
MD5SUM="b90ab6e62ff089b972e79ed75c0d060a"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2015.12.22.tar.gz"
|
||||
MD5SUM="a208e31d4c3f63c61e6f2fb1f4ea9639"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -7,4 +7,5 @@ Name: live555
|
|||
Description: C++ multimedia streaming libraries
|
||||
Version: %VERSION%
|
||||
Cflags: -I${includedir} -I${includedir}/BasicUsageEnvironment -I${includedir}/UsageEnvironment -I${includedir}/groupsock -I${includedir}/liveMedia
|
||||
Libs: -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment
|
||||
|
||||
|
|
Loading…
Reference in New Issue