Skip to content

Commit

Permalink
libwebp: bump to 0.5.2, add TEST() with "make check".
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrosson committed Dec 31, 2016
1 parent 14c9ef5 commit ca6fec7
Showing 1 changed file with 15 additions and 10 deletions.
Expand Up @@ -11,20 +11,20 @@ channels."
HOMEPAGE="https://developers.google.com/speed/webp"
COPYRIGHT="2011 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
CHECKSUM_SHA256="6ad66c6fcd60a023de20b6856b03da8c7d347269d76b1fd9c3287e8b5e8813df"
CHECKSUM_SHA256="b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef"

ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"

PROVIDES="
libwebp$secondaryArchSuffix = $portVersion compat >= 0.5
lib:libwebp$secondaryArchSuffix = 6.0.1 compat >= 6
lib:libwebpdecoder$secondaryArchSuffix = 2.0.1 compat >= 2
lib:libwebpdemux$secondaryArchSuffix = 2.0.0 compat >= 2
lib:libwebp$secondaryArchSuffix = 6.0.2 compat >= 6
lib:libwebpdecoder$secondaryArchSuffix = 2.0.2 compat >= 2
lib:libwebpdemux$secondaryArchSuffix = 2.0.1 compat >= 2
lib:libwebpextras$secondaryArchSuffix = 0.0.0 compat >= 0
lib:libwebpmux$secondaryArchSuffix = 2.0.1 compat >= 2
lib:libwebpmux$secondaryArchSuffix = 2.0.2 compat >= 2
cmd:cwebp$secondaryArchSuffix
cmd:dwebp$secondaryArchSuffix
cmd:gif2webp$secondaryArchSuffix
Expand All @@ -40,11 +40,11 @@ REQUIRES="

PROVIDES_devel="
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.5
devel:libwebp$secondaryArchSuffix = 6.0.1 compat >= 6
devel:libwebpdecoder$secondaryArchSuffix = 2.0.1 compat >= 2
devel:libwebpdemux$secondaryArchSuffix = 2.0.0 compat >= 2
devel:libwebp$secondaryArchSuffix = 6.0.2 compat >= 6
devel:libwebpdecoder$secondaryArchSuffix = 2.0.2 compat >= 2
devel:libwebpdemux$secondaryArchSuffix = 2.0.1 compat >= 2
devel:libwebpextras$secondaryArchSuffix = 0.0.0 compat >= 0
devel:libwebpmux$secondaryArchSuffix = 2.0.1 compat >= 2
devel:libwebpmux$secondaryArchSuffix = 2.0.2 compat >= 2
"
REQUIRES_devel="
libwebp$secondaryArchSuffix == $portVersion base
Expand Down Expand Up @@ -94,3 +94,8 @@ INSTALL()
packageEntries devel \
$developDir
}

TEST()
{
make check
}

0 comments on commit ca6fec7

Please sign in to comment.