Fix 2nd arch for live555 & aplayer; cosmetic edits elsewhere. (#593)

* live555: Use $developLibDir instead of $developDir/lib since the
  latter is not appropriate for 2nd arch builds.
* aplayer: Drop $secondaryArchSuffix for cmd:nasm in BUILD_PREREQ.
* re2c: use tabs (instead of white spaces) in BUILD_REQUIRES.
* Remove x86_64 from SECONDARY_ARCHITECTURES for sdl2_net, edgar,
  paladin-git and mediainfo-0.7.61.
This commit is contained in:
fbrosson
2016-05-09 20:19:34 +00:00
committed by waddlesplash
parent e2a88cc000
commit bcebdeb6dd
8 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ applications using various audio and video codecs."
HOMEPAGE="http://www.live555.com/liveMedia/"
COPYRIGHT="Live Networks, Inc."
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/xanview/live555/archive/d9e97d7953d531a243a8372870bdb6c7a9bb80cb.tar.gz"
CHECKSUM_SHA256="c6cb4a6ad32a329b95cc16fa97b6c3ac43c70ac27c97bf1b2f56dc4a474759d7"
SOURCE_DIR="live555-d9e97d7953d531a243a8372870bdb6c7a9bb80cb"
@@ -48,6 +48,6 @@ BUILD()
INSTALL()
{
make install PREFIX=$prefix INSTALLDIR=$prefix/bin LIBDIR=$developDir/lib \
make install PREFIX=$prefix INSTALLDIR=$prefix/bin LIBDIR=$developLibDir \
MANDIR=$manDir/man1 BINDIR=$binDir DESTDIR=${DESTDIR}
}