mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fixed .recipe for smpeg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="smpeg"
|
||||
SUMMARY="smpeg is an mpeg decoing library."
|
||||
DESCRIPTION="smpeg is an mpeg decoding library, which runs on just about any platform. It comes with a sample decoder, plaympeg."
|
||||
HOMEPAGE="http://www.icculus.org/smpeg"
|
||||
SRC_URI="svn://svn.icculus.org/smpeg/tags/release_0_4_5"
|
||||
@@ -6,21 +6,25 @@ LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
smpeg = 0.4.5 compat >= 0
|
||||
cmd:smpeg
|
||||
cmd:plaympeg
|
||||
cmd:smpeg = 0.4.5 compat >= 0
|
||||
cmd:plaympeg = 0.4.5 compat >= 0
|
||||
cmd:glmovie = 0.4.5 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libglu
|
||||
lib:libsdl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libglu
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -53,12 +57,12 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libFLAC
|
||||
prepareInstalledDevelLibs libsmpeg
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir $binDir/smpeg-config
|
||||
|
||||
}
|
||||
|
||||
@@ -67,6 +71,7 @@ INSTALL()
|
||||
PROVIDES_devel="
|
||||
smpeg_devel = $portVersion
|
||||
devel:smpeg = 0.4.5 compat >= 0
|
||||
devel:libsmpeg = 0.1.4 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user