diff --git a/x11-libs/pixman/pixman-0.20.0.recipe b/x11-libs/pixman/pixman-0.20.0.recipe deleted file mode 100644 index 57bd873fe..000000000 --- a/x11-libs/pixman/pixman-0.20.0.recipe +++ /dev/null @@ -1,83 +0,0 @@ -SUMMARY="A pixel-manipulation library for X and cairo" -DESCRIPTION="Pixman is a low-level software library for pixel manipulation, \ -providing features such as image compositing and trapezoid rasterization. \ -Important users of pixman are the cairo graphics library and the X server. - -Pixman is implemented as a library in the C programming language. It runs on \ -many platforms, including Linux, BSD Derivatives, MacOS X, and Windows." -HOMEPAGE="http://pixman.org/" -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" -LICENSE="MIT" -REVISION="1" -SOURCE_URI="http://cairographics.org/releases/pixman-0.20.0.tar.gz" -CHECKSUM_SHA256="9c02c22c6cc3f28f3633d02ef6f0cac130518f621edb011ebbbf08cd1a81251a" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - pixman$secondaryArchSuffix = $portVersion - lib:libpixman_1$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - pixman${secondaryArchSuffix}_devel = $portVersion - devel:libpixman_1$secondaryArchSuffix = $portVersion - " -REQUIRES_devel=" - pixman$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize - cmd:make - cmd:perl - cmd:pkg_config$secondaryArchSuffix - " - -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 -} diff --git a/x11-libs/pixman/pixman-0.32.4.recipe b/x11-libs/pixman/pixman-0.32.4.recipe deleted file mode 100644 index 2960a1cd3..000000000 --- a/x11-libs/pixman/pixman-0.32.4.recipe +++ /dev/null @@ -1,83 +0,0 @@ -SUMMARY="A pixel-manipulation library for X and cairo" -DESCRIPTION="Pixman is a low-level software library for pixel manipulation, \ -providing features such as image compositing and trapezoid rasterization. \ -Important users of pixman are the cairo graphics library and the X server. - -Pixman is implemented as a library in the C programming language. It runs on \ -many platforms, including Linux, BSD Derivatives, MacOS X, and Windows." -HOMEPAGE="http://pixman.org/" -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" -LICENSE="MIT" -REVISION="1" -SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz" -CHECKSUM_SHA256="80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - pixman$secondaryArchSuffix = $portVersion - lib:libpixman_1$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - pixman${secondaryArchSuffix}_devel = $portVersion - devel:libpixman_1$secondaryArchSuffix = $portVersion - " -REQUIRES_devel=" - pixman$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize - cmd:make - cmd:perl - cmd:pkg_config$secondaryArchSuffix - " - -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 -} diff --git a/x11-libs/pixman/pixman-0.32.6.recipe b/x11-libs/pixman/pixman-0.32.6.recipe deleted file mode 100644 index cc0dd846a..000000000 --- a/x11-libs/pixman/pixman-0.32.6.recipe +++ /dev/null @@ -1,82 +0,0 @@ -SUMMARY="A pixel-manipulation library for X and cairo" -DESCRIPTION="Pixman is a low-level software library for pixel manipulation, \ -providing features such as image compositing and trapezoid rasterization. \ -Important users of pixman are the cairo graphics library and the X server." -HOMEPAGE="http://cgit.freedesktop.org/pixman/" -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" -LICENSE="MIT" -REVISION="3" -SOURCE_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz" -CHECKSUM_SHA256="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - pixman$secondaryArchSuffix = $portVersion - lib:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0 - " -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - pixman${secondaryArchSuffix}_devel = $portVersion - devel:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0 - " -REQUIRES_devel=" - pixman$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize - cmd:make - cmd:perl - cmd:pkg_config$secondaryArchSuffix - " - -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 - - rm $libDir/libpixman-1.la - - prepareInstalledDevelLibs libpixman-1 - - fixPkgconfig - - packageEntries devel \ - $developDir -} - -TEST() -{ - make check -} diff --git a/x11-libs/pixman/pixman-0.34.0.recipe b/x11-libs/pixman/pixman-0.38.4.recipe similarity index 91% rename from x11-libs/pixman/pixman-0.34.0.recipe rename to x11-libs/pixman/pixman-0.38.4.recipe index 221a371dc..b81c7bb7c 100644 --- a/x11-libs/pixman/pixman-0.34.0.recipe +++ b/x11-libs/pixman/pixman-0.38.4.recipe @@ -7,12 +7,12 @@ 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. + 2009-2010 Nokia Corporation and many others" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://cairographics.org/releases/pixman-$portVersion.tar.gz" -CHECKSUM_SHA256="21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e" +CHECKSUM_SHA256="da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" ARCHITECTURES="?x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="?x86"