From d329ab2234c7e773f1a5e6b5c7b774992fffc848 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 20 Oct 2013 01:33:24 -0700 Subject: [PATCH] Fixed .recipe for smpeg --- media-libs/smpeg/smpeg-0.4.5.recipe | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/media-libs/smpeg/smpeg-0.4.5.recipe b/media-libs/smpeg/smpeg-0.4.5.recipe index c95a2b7e3..2e370ac17 100644 --- a/media-libs/smpeg/smpeg-0.4.5.recipe +++ b/media-libs/smpeg/smpeg-0.4.5.recipe @@ -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="