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,16 +1,14 @@
SUMMARY="An mpeg decoding library"
DESCRIPTION="
SMPEG is short for the SDL MPEG library originally developed by Loki Software. \
SMPEG uses MPEG-1 standard as a video display library, rather than MPEG-2, \
since only the MPEG-1 standard is unencumbered with software patents in the \
United States.
"
SUMMARY="An MPEG decoding library"
DESCRIPTION="SMPEG is short for the SDL MPEG library originally developed \
by Loki Software. SMPEG uses MPEG-1 standard as a video display library, \
rather than MPEG-2, since only the MPEG-1 standard is unencumbered with \
software patents in the United States."
HOMEPAGE="http://www.icculus.org/smpeg"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
LICENSE="GNU LGPL v2"
REVISION="4"
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/libs/old/smpeg-0.4.5.zip"
CHECKSUM_SHA256="8d4e4a6bc1892279ae7727e192df0ad0cef5927d50090f846e0bf3ba1b8f3d41"
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
REVISION="4"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -29,6 +27,17 @@ REQUIRES="
lib:libSDL_1.2$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
"
PROVIDES_devel="
smpeg${secondaryArchSuffix}_devel = $portVersion
cmd:smpeg_config$secondaryArchSuffix
devel:libsmpeg$secondaryArchSuffix = 0.4_0.1.4 compat >= 0.4_0
devel:libsmpeg_0.4$secondaryArchSuffix = 0.1.4 compat >= 0
"
REQUIRES_devel="
smpeg$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl$secondaryArchSuffix
@@ -77,15 +86,3 @@ INSTALL()
$developDir $binDir/smpeg-config \
$dataDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
smpeg${secondaryArchSuffix}_devel = $portVersion
cmd:smpeg_config$secondaryArchSuffix
devel:libsmpeg$secondaryArchSuffix = 0.4_0.1.4 compat >= 0.4_0
devel:libsmpeg_0.4$secondaryArchSuffix = 0.1.4 compat >= 0
"
REQUIRES_devel="
smpeg$secondaryArchSuffix == $portVersion base
"