From 5c69785e8e668a3a2dada4cb992b7c08617fff0e Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 31 Dec 2016 14:49:37 +0100 Subject: [PATCH] libass, remove *.la file and ordered the recipe, no structural changes (#968) --- media-libs/libass/libass-0.13.2.recipe | 29 +++++++++++++------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/media-libs/libass/libass-0.13.2.recipe b/media-libs/libass/libass-0.13.2.recipe index 0fc58146f..7c5515ced 100644 --- a/media-libs/libass/libass-0.13.2.recipe +++ b/media-libs/libass/libass-0.13.2.recipe @@ -11,11 +11,12 @@ COPYRIGHT=" 2013 Rodger Combs " LICENSE="ISC" +REVISION="3" SOURCE_URI="https://github.com/libass/libass/releases/download/$portVersion/libass-$portVersion.tar.xz" CHECKSUM_SHA256="d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face" -REVISION="2" -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" + +ARCHITECTURES="!x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" libass$secondaryArchSuffix = $portVersion compat >= 0.11 @@ -40,6 +41,15 @@ REQUIRES=" lib:libglib_2.0$secondaryArchSuffix lib:libgraphite2$secondaryArchSuffix " + +PROVIDES_devel=" + libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11 + devel:libass$secondaryArchSuffix = 5.3.0 compat >= 5 + " +REQUIRES_devel=" + libass$secondaryArchSuffix == $portVersion base + " + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libenca$secondaryArchSuffix @@ -81,20 +91,11 @@ INSTALL() { make install + rm $libDir/libass.la + prepareInstalledDevelLibs libass fixPkgconfig - # devel package packageEntries devel \ $developDir } - -# ----- devel package ------------------------------------------------------- - -PROVIDES_devel=" - libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11 - devel:libass$secondaryArchSuffix = 5.3.0 compat >= 5 - " -REQUIRES_devel=" - libass$secondaryArchSuffix == $portVersion base - "