live555: Secondary arch and other minor fixes

* Add checksum and archive
* Update description
This commit is contained in:
Dario Casalinuovo
2016-03-24 01:04:38 +00:00
parent 2672725134
commit 66989cd1bb

View File

@@ -1,20 +1,22 @@
SUMMARY="C++ libraries for multimedia streaming"
DESCRIPTION="live555 forms a set of c++ libraries for multimedia streaming \
DESCRIPTION="live555 forms a set of C++ libraries for multimedia streaming \
using open standard protocols. The library can be used to build streaming \
applications using several audio codecs."
HOMEPAGE="www.live555.com/liveMedia/"
applications using various audio and video codecs."
HOMEPAGE="http://www.live555.com/liveMedia/"
COPYRIGHT="Live Networks, Inc."
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="git+https://github.com/xanview/live555#d9e97d7953d531a243a8372870bdb6c7a9bb80cb"
SOURCE_URI="https://github.com/xanview/live555/archive/d9e97d7953d531a243a8372870bdb6c7a9bb80cb.tar.gz"
CHECKSUM_SHA256="c6cb4a6ad32a329b95cc16fa97b6c3ac43c70ac27c97bf1b2f56dc4a474759d7"
SOURCE_DIR="live555-d9e97d7953d531a243a8372870bdb6c7a9bb80cb"
PATCHES="live555-2016.01.29.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
live555$secondaryArchSuffix = $portVersion
lib:live555 = $portVersion
lib:live555$secondaryArchSuffix = $portVersion
"
REQUIRES="
@@ -35,7 +37,7 @@ BUILD_PREREQUIRES="
BUILD()
{
./genMakefiles haiku
make -j4
make $jobArgs
}
INSTALL()