From bb89f02c0ed0c2984bb8a4d5bd815c01b9ccd3bf Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 6 Feb 2017 23:59:09 +0000 Subject: [PATCH] libass: bump to 0.13.6, add TEST(). (#1009) --- ...ass-0.13.2.recipe => libass-0.13.6.recipe} | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) rename media-libs/libass/{libass-0.13.2.recipe => libass-0.13.6.recipe} (83%) diff --git a/media-libs/libass/libass-0.13.2.recipe b/media-libs/libass/libass-0.13.6.recipe similarity index 83% rename from media-libs/libass/libass-0.13.2.recipe rename to media-libs/libass/libass-0.13.6.recipe index 7c5515ced..9a9fdf0dc 100644 --- a/media-libs/libass/libass-0.13.2.recipe +++ b/media-libs/libass/libass-0.13.6.recipe @@ -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 +}