mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
gnuplot: bump to 5.0.7, switch to libvpx.so.5. (#2587)
This commit is contained in:
@@ -3,22 +3,29 @@ DESCRIPTION="Originally created to allow both students and scientists to \
|
|||||||
visualize mathematical functions and data interactively, but has grown to \
|
visualize mathematical functions and data interactively, but has grown to \
|
||||||
support many non-interactive uses such as web scripting. It is also used \
|
support many non-interactive uses such as web scripting. It is also used \
|
||||||
as a plotting engine by third-party applications like Octave."
|
as a plotting engine by third-party applications like Octave."
|
||||||
HOMEPAGE="http://www.gnuplot.info"
|
HOMEPAGE="http://www.gnuplot.info/"
|
||||||
COPYRIGHT="1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley"
|
COPYRIGHT="1986-1993, 1998, 2004-2018 Thomas Williams, Colin Kelley"
|
||||||
LICENSE="Gnuplot"
|
LICENSE="Gnuplot"
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
SOURCE_URI="http://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz"
|
SOURCE_URI="https://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="5bbe4713e555c2e103b7d4ffd45fca69551fff09cf5c3f9cb17428aaacc9b460"
|
CHECKSUM_SHA256="0ad760ff013b4a9cf29853fa9b50c50030a33cd8fb86220a23abb466655136fc"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
commandSuffix=$secondaryArchSuffix
|
||||||
|
commandBinDir=$binDir
|
||||||
|
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||||
|
commandSuffix=
|
||||||
|
commandBinDir=$prefix/bin
|
||||||
|
fi
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
gnuplot$secondaryArchSuffix = $portVersion
|
gnuplot$secondaryArchSuffix = $portVersion
|
||||||
cmd:gnuplot$secondaryArchSuffix = $portVersion
|
cmd:gnuplot$commandSuffix = $portVersion
|
||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku${secondaryArchSuffix}
|
haiku$secondaryArchSuffix
|
||||||
lib:libfontconfig$secondaryArchSuffix
|
lib:libfontconfig$secondaryArchSuffix
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
lib:libgd$secondaryArchSuffix
|
lib:libgd$secondaryArchSuffix
|
||||||
@@ -35,7 +42,7 @@ REQUIRES="
|
|||||||
lib:libQt5Widgets$secondaryArchSuffix
|
lib:libQt5Widgets$secondaryArchSuffix
|
||||||
lib:libreadline$secondaryArchSuffix
|
lib:libreadline$secondaryArchSuffix
|
||||||
lib:libtiff$secondaryArchSuffix
|
lib:libtiff$secondaryArchSuffix
|
||||||
lib:libvpx$secondaryArchSuffix
|
lib:libvpx$secondaryArchSuffix >= 5
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -54,7 +61,7 @@ BUILD_REQUIRES="
|
|||||||
devel:libQt5Svg$secondaryArchSuffix
|
devel:libQt5Svg$secondaryArchSuffix
|
||||||
devel:libQt5Widgets$secondaryArchSuffix
|
devel:libQt5Widgets$secondaryArchSuffix
|
||||||
devel:libreadline$secondaryArchSuffix
|
devel:libreadline$secondaryArchSuffix
|
||||||
devel:libvpx$secondaryArchSuffix
|
devel:libvpx$secondaryArchSuffix >= 5
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
@@ -81,7 +88,10 @@ BUILD()
|
|||||||
export CXXFLAGS="-std=c++11"
|
export CXXFLAGS="-std=c++11"
|
||||||
aclocal
|
aclocal
|
||||||
automake
|
automake
|
||||||
runConfigure ./configure --without-cairo --with-qt
|
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
|
||||||
|
--without-cairo \
|
||||||
|
--with-qt \
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,3 +99,8 @@ INSTALL()
|
|||||||
{
|
{
|
||||||
make install-strip
|
make install-strip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST()
|
||||||
|
{
|
||||||
|
make check
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user