mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
libraries/live555: Updated for version 2020.01.28
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
f28a0ce63e
commit
0ed63bd790
2 changed files with 6 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=live555
|
||||
VERSION=${VERSION:-2020.01.24}
|
||||
VERSION=${VERSION:-2020.01.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,12 +66,8 @@ 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
|
||||
make
|
||||
make install DESTDIR=$PKG || {
|
||||
# Intermittent race condition
|
||||
sleep 1
|
||||
make install DESTDIR=$PKG
|
||||
}
|
||||
# -j1 to avoid make race
|
||||
make -j1 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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="live555"
|
||||
VERSION="2020.01.24"
|
||||
VERSION="2020.01.28"
|
||||
HOMEPAGE="http://www.live555.com/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.01.24.tar.gz"
|
||||
MD5SUM="c1cfcc72f4790eb0125686588e8a49fd"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/live555/live.2020.01.28.tar.gz"
|
||||
MD5SUM="e17845049662a7bedf7763a942b50bce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue