Recipe cosmetics: improved SUMMARY/DESCRIPTION and re-ordered blocks.

This commit is contained in:
Humdinger
2015-08-31 17:16:33 +02:00
parent e9901f64b8
commit ae698c8c3b
15 changed files with 265 additions and 309 deletions

View File

@@ -1,14 +1,13 @@
SUMMARY="An implementation of the smjpeg decoding library"
DESCRIPTION="
smjpeg is an implementation of the smjpeg decoding library, which runs on just \
about any platform. It comes with one sample deoder, smjpeg_decode (console, \
no UI)."
DESCRIPTION="smjpeg is short for the SDL Motion JPEG library, originally \
developed by Loki Software, It is used to playback motion JPEGs and runs \
on just about any platform. It comes with one sample decoder, smjpeg_decode \
(console, no UI)."
HOMEPAGE="http://www.icculus.org/smjpeg"
SOURCE_URI="svn://svn.icculus.org/smjpeg/trunk/"
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="svn://svn.icculus.org/smjpeg/trunk/"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -20,17 +19,24 @@ PROVIDES="
cmd:smjpeg_encode$secondaryArchSuffix = $portVersion compat >= 0
cmd:smjpeg_decode$secondaryArchSuffix = $portVersion compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
libsdl$secondaryArchSuffix
"
PROVIDES_devel="
smjpeg${secondaryArchSuffix}_devel = $portVersion
devel:libsmjpeg$secondaryArchSuffix = 0.2_0.0.2 compat >= 0.2_0
devel:libsmjpeg_0.2$secondaryArchSuffix = 0.0.2 compat >= 0
"
REQUIRES_devel="
smjpeg$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:libtoolize
@@ -64,15 +70,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
smjpeg${secondaryArchSuffix}_devel = $portVersion
devel:libsmjpeg$secondaryArchSuffix = 0.2_0.0.2 compat >= 0.2_0
devel:libsmjpeg_0.2$secondaryArchSuffix = 0.0.2 compat >= 0
"
REQUIRES_devel="
smjpeg$secondaryArchSuffix == $portVersion base
"