From c61a76f17d694debfc0853f093c561e8107e7928 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 13 Dec 2015 21:51:39 +0300 Subject: [PATCH] Gnuplot: enable libgd-based png, jpeg, and gif terminals --- sci-visualization/gnuplot/gnuplot-5.0.1.recipe | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.0.1.recipe b/sci-visualization/gnuplot/gnuplot-5.0.1.recipe index b99898e52..9d7404c22 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.1.recipe +++ b/sci-visualization/gnuplot/gnuplot-5.0.1.recipe @@ -8,7 +8,7 @@ COPYRIGHT="1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley" LICENSE="Gnuplot" SOURCE_URI="http://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz" CHECKSUM_SHA256="7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47" -REVISION="2" +REVISION="3" ARCHITECTURES="!x86_gcc2 ?x86" SECONDARY_ARCHITECTURES="x86" @@ -19,10 +19,16 @@ PROVIDES=" " REQUIRES=" haiku${secondaryArchSuffix} - lib:libqt5$secondaryArchSuffix + lib:libfontconfig$secondaryArchSuffix + lib:libfreetype$secondaryArchSuffix + lib:libgd$secondaryArchSuffix lib:libGL$secondaryArchSuffix + lib:libjpeg$secondaryArchSuffix lib:libncurses$secondaryArchSuffix + lib:libpng16$secondaryArchSuffix + lib:libqt5$secondaryArchSuffix lib:libreadline$secondaryArchSuffix + lib:libvpx$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -31,9 +37,12 @@ BUILD_REQUIRES=" devel:libcairo$secondaryArchSuffix # devel:libcerf$secondaryArchSuffix devel:libGL$secondaryArchSuffix + devel:libgd$secondaryArchSuffix + devel:libjpeg$secondaryArchSuffix # devel:libpango_1.0$secondaryArchSuffix devel:libqt5$secondaryArchSuffix devel:libreadline$secondaryArchSuffix + devel:libvpx$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES="