Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks.

This commit is contained in:
Humdinger
2015-08-28 17:15:00 +02:00
parent a7553e5136
commit f5b71b546d
25 changed files with 405 additions and 441 deletions

View File

@@ -1,25 +1,25 @@
SUMMARY="WebM VP8 video codec library"
DESCRIPTION="
The WebM VP8 SDK allows you to integrate your applications with the VP8 video \
codec, a high quality, royalty free, open source codec deployed on millions of \
computers and devices worldwide.
DESCRIPTION="The WebM VP8 SDK allows you to integrate your applications with \
the VP8 video codec, a high quality, royalty free, open source codec deployed \
on millions of computers and devices worldwide.
This distribution of the WebM VP8 Codec SDK includes the following support:
* WebM VP8 Encoder
* WebM VP8 Decoder
"
- WebM VP8 Encoder
- WebM VP8 Decoder"
HOMEPAGE="http://www.webmproject.org"
LICENSE="BSD (3-clause)"
COPYRIGHT="2009-2012 Google Inc.,
The Mozilla Foundation and
The Xiph.Org Foundation"
The Mozilla Foundation and
The Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="http://webm.googlecode.com/files/libvpx-v1.0.0.tar.bz2"
CHECKSUM_SHA256="07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21"
REVISION="2"
SOURCE_DIR="libvpx-v1.0.0"
PATCHES="libvpx-1.0.0.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libvpx-1.0.0.patchset"
PROVIDES="
libvpx$secondaryArchSuffix = $portVersion
lib:libvpx$secondaryArchSuffix = $portVersion compat >= 1
@@ -35,12 +35,21 @@ fi
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libvpx${secondaryArchSuffix}_devel = $portVersion
devel:libvpx$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES_devel="
libvpx$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
# Note: The build system also looks for libvorbis and SDL, but that seems
# to be needed only for building the sample player, which we don't need.
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:awk
@@ -49,8 +58,6 @@ BUILD_PREREQUIRES="
cmd:yasm
"
SOURCE_DIR="libvpx-v1.0.0"
BUILD()
{
# not an auto tools configure
@@ -84,13 +91,3 @@ INSTALL()
rm -rf $prefix/bin
fi
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libvpx${secondaryArchSuffix}_devel = $portVersion
devel:libvpx$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES_devel="
libvpx$secondaryArchSuffix == $portVersion
"