mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libwebp: bump to 0.5.2, add TEST() with "make check".
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -94,3 +94,8 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user