From 66989cd1bbc715340f531029268080ae1700b4e9 Mon Sep 17 00:00:00 2001 From: Dario Casalinuovo Date: Thu, 24 Mar 2016 01:04:38 +0000 Subject: [PATCH] live555: Secondary arch and other minor fixes * Add checksum and archive * Update description --- media-video/live555/live555-2016.01.29.recipe | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/media-video/live555/live555-2016.01.29.recipe b/media-video/live555/live555-2016.01.29.recipe index 2a811592b..0ff5f2d2a 100644 --- a/media-video/live555/live555-2016.01.29.recipe +++ b/media-video/live555/live555-2016.01.29.recipe @@ -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()