mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Pixman: update to latest version
* Cairo needs at least 0.22 * Also remove !x86_gcc2 restriction since it builds and passes all tests.
This commit is contained in:
@@ -15,12 +15,7 @@ COPYRIGHT="1987-1998 The Open Group
|
|||||||
|
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
|
||||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
|
||||||
# for a different secondary architecture.
|
|
||||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
|
||||||
fi
|
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
|
|||||||
84
x11-libs/pixman/pixman-0.32.4.recipe
Normal file
84
x11-libs/pixman/pixman-0.32.4.recipe
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
SUMMARY="pixman"
|
||||||
|
DESCRIPTION="
|
||||||
|
Pixman - The pixel-manipulation library for X and cairo.
|
||||||
|
"
|
||||||
|
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||||
|
SRC_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
|
||||||
|
CHECKSUM_SHA256="80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84"
|
||||||
|
LICENSE="MIT"
|
||||||
|
COPYRIGHT="1987-1998 The Open Group
|
||||||
|
1987-1989 Digital Equipment Corporation
|
||||||
|
1999, 2004, 2008 Keith Packard
|
||||||
|
2004-2010 Red Hat, Inc.
|
||||||
|
2009-2010 Sun Microsystems, Inc.
|
||||||
|
and many others"
|
||||||
|
|
||||||
|
REVISION="1"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
pixman$secondaryArchSuffix = $portVersion
|
||||||
|
lib:libpixman_1$secondaryArchSuffix = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
PROVIDES_devel="
|
||||||
|
pixman${secondaryArchSuffix}_devel = $portVersion
|
||||||
|
devel:libpixman_1$secondaryArchSuffix = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES_devel="
|
||||||
|
pixman$secondaryArchSuffix == $portVersion base
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
|
cmd:aclocal
|
||||||
|
cmd:autoconf
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:ld$secondaryArchSuffix
|
||||||
|
cmd:libtoolize
|
||||||
|
cmd:make
|
||||||
|
cmd:perl
|
||||||
|
cmd:pkg_config
|
||||||
|
"
|
||||||
|
|
||||||
|
PATCH()
|
||||||
|
{
|
||||||
|
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac
|
||||||
|
}
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
aclocal
|
||||||
|
libtoolize --force --copy --install
|
||||||
|
automake --add-missing
|
||||||
|
autoconf
|
||||||
|
runConfigure ./configure
|
||||||
|
make $jobArgs
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
make install
|
||||||
|
|
||||||
|
prepareInstalledDevelLibs libpixman-1
|
||||||
|
|
||||||
|
fixPkgconfig
|
||||||
|
|
||||||
|
packageEntries devel \
|
||||||
|
$developDir
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST()
|
||||||
|
{
|
||||||
|
make check
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user