mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Add live555 recipe, gcc2 fixes included
This commit is contained in:
44
media-video/live555/live555-2016.01.29.recipe
Normal file
44
media-video/live555/live555-2016.01.29.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user