mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libass: bump to 0.13.6, add TEST(). (#1009)
This commit is contained in:
@@ -1,26 +1,23 @@
|
||||
SUMMARY="Library for SSA/ASS subtitles rendering"
|
||||
DESCRIPTION="
|
||||
Libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation \
|
||||
Alpha/Substation Alpha) subtitle format.
|
||||
"
|
||||
DESCRIPTION="Libass is a portable subtitle renderer for the ASS/SSA (Advanced \
|
||||
Substation Alpha/Substation Alpha) subtitle format."
|
||||
HOMEPAGE="http://github.com/libass/libass"
|
||||
COPYRIGHT="
|
||||
COPYRIGHT="2006-2017 libass contributors
|
||||
2006 Evgeniy Stepanov
|
||||
2011 Grigori Goronzy
|
||||
2011-2014 Yu Zhuohuang
|
||||
2013 Rodger Combs
|
||||
"
|
||||
2013 Rodger Combs"
|
||||
LICENSE="ISC"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libass/libass/releases/download/$portVersion/libass-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face"
|
||||
CHECKSUM_SHA256="f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libass$secondaryArchSuffix = $portVersion compat >= 0.11
|
||||
lib:libass$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
lib:libass$secondaryArchSuffix = 9.0.0 compat >= 9
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -44,7 +41,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11
|
||||
devel:libass$secondaryArchSuffix = 5.3.0 compat >= 5
|
||||
devel:libass$secondaryArchSuffix = 9.0.0 compat >= 9
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libass$secondaryArchSuffix == $portVersion base
|
||||
@@ -99,3 +96,8 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user