Add live555 recipe, gcc2 fixes included

This commit is contained in:
Dario Casalinuovo
2016-03-23 19:41:59 +00:00
parent 22aaae287d
commit 2672725134
2 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
SUMMARY="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/"
COPYRIGHT="Live Networks, Inc."
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="git+https://github.com/xanview/live555#d9e97d7953d531a243a8372870bdb6c7a9bb80cb"
PATCHES="live555-2016.01.29.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
live555$secondaryArchSuffix = $portVersion
lib:live555 = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
live555${secondaryArchSuffix}_devel = $portVersion
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:ld$secondaryArchSuffix
"
BUILD()
{
./genMakefiles haiku
make -j4
}
INSTALL()
{
make install
}