mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Recipe cosmetics: improved SUMMARY/DESCRIPTION and re-ordered blocks.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user