Skip to content

Commit

Permalink
libass, remove *.la file and ordered the recipe, no structural changes (
Browse files Browse the repository at this point in the history
  • Loading branch information
Begasus authored and pulkomandy committed Dec 31, 2016
1 parent 218dfd4 commit 5c69785
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions media-libs/libass/libass-0.13.2.recipe
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
"

1 comment on commit 5c69785

@korli
Copy link
Contributor

@korli korli commented on 5c69785 Dec 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would have been nice to cut the commit message, and to describe that x86_gcc2 is now disabled.

Please sign in to comment.