From 8a99a53165cfd4f56182f7d1754103e1fdfc3a57 Mon Sep 17 00:00:00 2001 From: begasus Date: Tue, 19 Aug 2014 22:17:02 +0000 Subject: [PATCH] changes to the recipe to be able to build it in Strickt modus with haikuporter --- media-libs/libmpeg2/libmpeg2-0.5.1.recipe | 24 ++++++++++------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe index 4aec337ff..b11bd7beb 100644 --- a/media-libs/libmpeg2/libmpeg2-0.5.1.recipe +++ b/media-libs/libmpeg2/libmpeg2-0.5.1.recipe @@ -1,7 +1,5 @@ SUMMARY="A library for decoding mpeg-2 and mpeg-1 video" -DESCRIPTION=" -A library for decoding mpeg-2 and mpeg-1 video. -" +DESCRIPTION="A library for decoding mpeg-2 and mpeg-1 video." HOMEPAGE="http://www.libmpeg2.sourceforge.net" LICENSE="GNU GPL v2" COPYRIGHT=" @@ -10,16 +8,17 @@ COPYRIGHT=" " SRC_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz" CHECKSUM_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" -REVISION="1" +REVISION="2" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" - libmpeg2${secondaryArchSuffix} = $portVersion - lib:libmpeg2 - cmd:mpeg2dec - cmd:corrupt_mpeg2 - cmd:extract_mpeg2 + libmpeg2${secondaryArchSuffix} = $portVersion compat >= 0.5 + lib:libmpeg2${secondaryArchSuffix} = 0.5.1 compat >= 0.5 + lib:libmpeg2convert${secondaryArchSuffix} = $portVersion + cmd:mpeg2dec${secondaryArchSuffix} = $portVersion + cmd:corrupt_mpeg2${secondaryArchSuffix} = $portVersion + cmd:extract_mpeg2${secondaryArchSuffix} = $portVersion " REQUIRES=" @@ -65,13 +64,10 @@ INSTALL() # ----- devel package ------------------------------------------------------- PROVIDES_devel=" - libmpeg2${secondaryArchSuffix}_devel = $portVersion - devel:libmpeg2${secondaryArchSuffix} = $portVersion + libmpeg2${secondaryArchSuffix}_devel = $portVersion compat >= 0.5 + devel:libmpeg2${secondaryArchSuffix} = 0.5.1 compat >= 0.5 devel:libmpeg2convert${secondaryArchSuffix} = $portVersion " REQUIRES_devel=" libmpeg2${secondaryArchSuffix} == $portVersion base " - - -