mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
libwebp: bump version.
* remove old versions.
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
DESCRIPTION="library for encoding and decoding WebP image files"
|
|
||||||
HOMEPAGE="http://code.google.com/p/webp"
|
|
||||||
SOURCE_URI="git+git://review.webmproject.org/libwebp.git"
|
|
||||||
REVISION="1"
|
|
||||||
STATUS_HAIKU="stable"
|
|
||||||
DEPEND=""
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
cd libwebp-0.1.2-git
|
|
||||||
./autogen.sh
|
|
||||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
||||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
cd libwebp-0.1.2-git
|
|
||||||
make install
|
|
||||||
}
|
|
||||||
|
|
||||||
LICENSE="BSD (3-clause)"
|
|
||||||
COPYRIGHT="2011 Google Inc."
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
DESCRIPTION="library for encoding and decoding WebP image files"
|
|
||||||
HOMEPAGE="http://code.google.com/p/webp"
|
|
||||||
SOURCE_URI="http://webp.googlecode.com/files/libwebp-0.1.3.tar.gz"
|
|
||||||
CHECKSUM_MD5="254d4670e14e9ed881f0536b006ab336"
|
|
||||||
REVISION="1"
|
|
||||||
STATUS_HAIKU="stable"
|
|
||||||
DEPEND=""
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
cd libwebp-0.1.3
|
|
||||||
./autogen.sh
|
|
||||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
||||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
cd libwebp-0.1.3
|
|
||||||
make install
|
|
||||||
}
|
|
||||||
|
|
||||||
LICENSE="BSD (3-clause)"
|
|
||||||
COPYRIGHT="2011 Google Inc."
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
SUMMARY="A library for encoding/decoding WebP images"
|
|
||||||
DESCRIPTION="A library for encoding and decoding WebP image files."
|
|
||||||
HOMEPAGE="http://code.google.com/p/webp"
|
|
||||||
COPYRIGHT="2011 Google Inc."
|
|
||||||
LICENSE="BSD (3-clause)"
|
|
||||||
REVISION="1"
|
|
||||||
SOURCE_URI="http://webp.googlecode.com/files/libwebp-0.3.1.tar.gz"
|
|
||||||
CHECKSUM_SHA256="b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7"
|
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|
||||||
|
|
||||||
PROVIDES="
|
|
||||||
libwebp$secondaryArchSuffix = $portVersion
|
|
||||||
lib:libwebp$secondaryArchSuffix = $portVersion
|
|
||||||
cmd:cwebp$secondaryArchSuffix
|
|
||||||
cmd:dwebp$secondaryArchSuffix
|
|
||||||
"
|
|
||||||
REQUIRES="
|
|
||||||
haiku$secondaryArchSuffix
|
|
||||||
lib:libjpeg$secondaryArchSuffix
|
|
||||||
lib:libgif$secondaryArchSuffix
|
|
||||||
lib:libpng$secondaryArchSuffix
|
|
||||||
lib:libz$secondaryArchSuffix
|
|
||||||
"
|
|
||||||
|
|
||||||
PROVIDES_devel="
|
|
||||||
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.3
|
|
||||||
devel:libwebp$secondaryArchSuffix = 4.0.3 compat >= 4
|
|
||||||
"
|
|
||||||
REQUIRES_devel="
|
|
||||||
libwebp$secondaryArchSuffix == $portVersion base
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
devel:libjpeg$secondaryArchSuffix
|
|
||||||
devel:libgif$secondaryArchSuffix
|
|
||||||
devel:libpng$secondaryArchSuffix
|
|
||||||
devel:libz$secondaryArchSuffix
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
haiku${secondaryArchSuffix}_devel
|
|
||||||
cmd:gcc$secondaryArchSuffix
|
|
||||||
cmd:ld$secondaryArchSuffix
|
|
||||||
cmd:autoconf
|
|
||||||
cmd:libtool
|
|
||||||
cmd:aclocal
|
|
||||||
cmd:make
|
|
||||||
cmd:m4
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
./autogen.sh
|
|
||||||
runConfigure ./configure
|
|
||||||
make $jobArgs
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
make install
|
|
||||||
|
|
||||||
prepareInstalledDevelLibs libwebp
|
|
||||||
fixPkgconfig
|
|
||||||
|
|
||||||
#devel package
|
|
||||||
packageEntries devel \
|
|
||||||
$developDir
|
|
||||||
}
|
|
||||||
@@ -11,16 +11,16 @@ channels."
|
|||||||
HOMEPAGE="https://developers.google.com/speed/webp"
|
HOMEPAGE="https://developers.google.com/speed/webp"
|
||||||
COPYRIGHT="2011 Google Inc."
|
COPYRIGHT="2011 Google Inc."
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="2"
|
REVISION="1"
|
||||||
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
|
SOURCE_URI="http://downloads.webmproject.org/releases/webp/libwebp-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027"
|
CHECKSUM_SHA256="c65d34edb57338e331ba4d622227a2b3179444cfca17d02c34f1ead63f603e86"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libwebp$secondaryArchSuffix = $portVersion compat >= 0.4
|
libwebp$secondaryArchSuffix = $portVersion compat >= 0.4
|
||||||
lib:libwebp$secondaryArchSuffix = 5.0.1 compat >= 5
|
lib:libwebp$secondaryArchSuffix = 5.0.4 compat >= 5
|
||||||
cmd:cwebp$secondaryArchSuffix
|
cmd:cwebp$secondaryArchSuffix
|
||||||
cmd:dwebp$secondaryArchSuffix
|
cmd:dwebp$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
@@ -34,7 +34,7 @@ REQUIRES="
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.4
|
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.4
|
||||||
devel:libwebp$secondaryArchSuffix = 5.0.1 compat >= 5
|
devel:libwebp$secondaryArchSuffix = 5.0.4 compat >= 5
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libwebp$secondaryArchSuffix == $portVersion base
|
libwebp$secondaryArchSuffix == $portVersion base
|
||||||
Reference in New Issue
Block a user