mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
imagemagick: bump version.
This commit is contained in:
@@ -9,10 +9,10 @@ HOMEPAGE="https://www.imagemagick.org/"
|
||||
COPYRIGHT="1999-2017 ImageMagick Studio LLC"
|
||||
LICENSE="IMAGEMAGICK"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-6.9.7-10.tar.xz
|
||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-6.9.7-10.tar.xz"
|
||||
CHECKSUM_SHA256="0bfb2e3459b739669845c20ee1b6014a1a3c429fb0cb9777a8b65cd5c3effb09"
|
||||
SOURCE_DIR="ImageMagick-6.9.7-10"
|
||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-6.9.8-2.tar.xz
|
||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-6.9.8-2.tar.xz"
|
||||
CHECKSUM_SHA256="be809993975dbc84b69987a8b914b656849351396c519b54199083967fceb143"
|
||||
SOURCE_DIR="ImageMagick-6.9.8-2"
|
||||
PATCHES="imagemagick-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -1,4 +1,4 @@
|
||||
From e4541a48e8b683254cb9eff6aa57ac518256ae88 Mon Sep 17 00:00:00 2001
|
||||
From b1edb6af5836e72c2bf0f32461f699c85f3539dd Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||
Date: Sun, 26 Oct 2014 17:46:46 +0100
|
||||
Subject: Make gcc2 happy.
|
||||
@@ -40,7 +40,7 @@ index 5289c62..b4029d5 100644
|
||||
|
||||
Magick::ImageMoments::ImageMoments(const Image &image_)
|
||||
diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp
|
||||
index cd8b74b..00d8f25 100644
|
||||
index 3e42e0b..b060db1 100644
|
||||
--- a/Magick++/lib/Image.cpp
|
||||
+++ b/Magick++/lib/Image.cpp
|
||||
@@ -509,9 +509,9 @@ Magick::Image Magick::Image::clipMask(void) const
|
||||
@@ -690,8 +690,8 @@ index cd8b74b..00d8f25 100644
|
||||
+ return std::string();
|
||||
}
|
||||
|
||||
void Magick::Image::attribute(const std::string name_,const std::string value_)
|
||||
@@ -2041,9 +2041,9 @@ std::string Magick::Image::attribute(const std::string name_) const
|
||||
void Magick::Image::attribute(const std::string name_,const char *value_)
|
||||
@@ -2047,9 +2047,9 @@ std::string Magick::Image::attribute(const std::string name_) const
|
||||
value=GetImageProperty(constImage(),name_.c_str());
|
||||
|
||||
if (value)
|
||||
@@ -703,7 +703,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::autoGamma(void)
|
||||
@@ -2391,13 +2391,13 @@ Magick::Color Magick::Image::colorMap(const size_t index_) const
|
||||
@@ -2397,13 +2397,13 @@ Magick::Color Magick::Image::colorMap(const size_t index_) const
|
||||
if (!constImage()->colormap)
|
||||
{
|
||||
throwExceptionExplicit(OptionError,"Image does not contain a colormap");
|
||||
@@ -719,7 +719,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::colorMatrix(const size_t order_,
|
||||
@@ -2437,7 +2437,7 @@ bool Magick::Image::compare(const Image &reference_)
|
||||
@@ -2443,7 +2443,7 @@ bool Magick::Image::compare(const Image &reference_)
|
||||
ref.modifyImage();
|
||||
status=static_cast<bool>(IsImagesEqual(image(),ref.constImage()));
|
||||
throwImageException();
|
||||
@@ -728,7 +728,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
double Magick::Image::compare(const Image &reference_,const MetricType metric_)
|
||||
@@ -2476,9 +2476,9 @@ Magick::Image Magick::Image::compare(const Image &reference_,
|
||||
@@ -2482,9 +2482,9 @@ Magick::Image Magick::Image::compare(const Image &reference_,
|
||||
exceptionInfo);
|
||||
ThrowImageException;
|
||||
if (newImage == (MagickCore::Image *) NULL)
|
||||
@@ -740,7 +740,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
||||
@@ -2492,9 +2492,9 @@ Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
||||
@@ -2498,9 +2498,9 @@ Magick::Image Magick::Image::compareChannel(const ChannelType channel_,
|
||||
metric_,distortion,exceptionInfo);
|
||||
ThrowImageException;
|
||||
if (newImage == (MagickCore::Image *) NULL)
|
||||
@@ -752,7 +752,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::composite(const Image &compositeImage_,
|
||||
@@ -2662,8 +2662,8 @@ bool Magick::Image::defineSet(const std::string &magick_,
|
||||
@@ -2668,8 +2668,8 @@ bool Magick::Image::defineSet(const std::string &magick_,
|
||||
key=magick_ + ":" + key_;
|
||||
option=GetImageOption(constImageInfo(),key.c_str());
|
||||
if (option)
|
||||
@@ -763,7 +763,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::defineValue(const std::string &magick_,
|
||||
@@ -2689,8 +2689,8 @@ std::string Magick::Image::defineValue(const std::string &magick_,
|
||||
@@ -2695,8 +2695,8 @@ std::string Magick::Image::defineValue(const std::string &magick_,
|
||||
definition=magick_ + ":" + key_;
|
||||
option=GetImageOption(constImageInfo(),definition.c_str());
|
||||
if (option)
|
||||
@@ -774,7 +774,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::deskew(const double threshold_)
|
||||
@@ -3243,7 +3243,7 @@ const Magick::IndexPacket* Magick::Image::getConstIndexes(void) const
|
||||
@@ -3249,7 +3249,7 @@ const Magick::IndexPacket* Magick::Image::getConstIndexes(void) const
|
||||
if (!result)
|
||||
throwImageException();
|
||||
|
||||
@@ -783,7 +783,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
const Magick::PixelPacket* Magick::Image::getConstPixels(const ssize_t x_,
|
||||
@@ -3268,7 +3268,7 @@ Magick::IndexPacket *Magick::Image::getIndexes(void)
|
||||
@@ -3274,7 +3274,7 @@ Magick::IndexPacket *Magick::Image::getIndexes(void)
|
||||
if(!result)
|
||||
throwImageException();
|
||||
|
||||
@@ -792,7 +792,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
Magick::PixelPacket *Magick::Image::getPixels(const ssize_t x_,
|
||||
@@ -3843,7 +3843,7 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||
@@ -3849,7 +3849,7 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||
|
||||
pixel=getConstPixels(x_,y_,1,1);
|
||||
if (pixel)
|
||||
@@ -801,7 +801,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
else if (storage_class == PseudoClass)
|
||||
{
|
||||
@@ -3852,10 +3852,10 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||
@@ -3858,10 +3858,10 @@ Magick::Color Magick::Image::pixelColor(const ssize_t x_,
|
||||
|
||||
indexes=getConstIndexes();
|
||||
if(indexes)
|
||||
@@ -814,7 +814,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::polaroid(const std::string &caption_,const double angle_)
|
||||
@@ -3924,9 +3924,9 @@ Magick::Blob Magick::Image::profile(const std::string name_) const
|
||||
@@ -3930,9 +3930,9 @@ Magick::Blob Magick::Image::profile(const std::string name_) const
|
||||
profile=GetImageProfile(constImage(),name_.c_str());
|
||||
|
||||
if (profile == (StringInfo *) NULL)
|
||||
@@ -827,7 +827,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::quantize(const bool measureError_)
|
||||
@@ -4332,9 +4332,9 @@ Magick::Image Magick::Image::separate(const ChannelType channel_) const
|
||||
@@ -4338,9 +4338,9 @@ Magick::Image Magick::Image::separate(const ChannelType channel_) const
|
||||
image=SeparateImage(constImage(),channel_,exceptionInfo);
|
||||
ThrowImageException;
|
||||
if (image == (MagickCore::Image *) NULL)
|
||||
@@ -839,7 +839,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::sepiaTone(const double threshold_)
|
||||
@@ -4458,7 +4458,7 @@ std::string Magick::Image::signature(const bool force_) const
|
||||
@@ -4464,7 +4464,7 @@ std::string Magick::Image::signature(const bool force_) const
|
||||
|
||||
property=GetImageProperty(constImage(),"Signature");
|
||||
|
||||
@@ -848,7 +848,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::sketch(const double radius_,const double sigma_,
|
||||
@@ -4631,9 +4631,9 @@ Magick::Image Magick::Image::subImageSearch(const Image &reference_,
|
||||
@@ -4637,9 +4637,9 @@ Magick::Image Magick::Image::subImageSearch(const Image &reference_,
|
||||
if (offset_ != (Geometry *) NULL)
|
||||
*offset_=offset;
|
||||
if (newImage == (MagickCore::Image *) NULL)
|
||||
@@ -860,7 +860,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::swirl(const double degrees_)
|
||||
@@ -4823,9 +4823,9 @@ Magick::Image Magick::Image::uniqueColors(void) const
|
||||
@@ -4829,9 +4829,9 @@ Magick::Image Magick::Image::uniqueColors(void) const
|
||||
image=UniqueImageColors(constImage(),exceptionInfo);
|
||||
ThrowImageException;
|
||||
if (image == (MagickCore::Image *) NULL)
|
||||
@@ -872,7 +872,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::unsharpmask(const double radius_,const double sigma_,
|
||||
@@ -5025,42 +5025,42 @@ Magick::Image::Image(MagickCore::Image *image_)
|
||||
@@ -5031,42 +5031,42 @@ Magick::Image::Image(MagickCore::Image *image_)
|
||||
|
||||
MagickCore::Image *&Magick::Image::image(void)
|
||||
{
|
||||
@@ -923,7 +923,7 @@ index cd8b74b..00d8f25 100644
|
||||
}
|
||||
|
||||
void Magick::Image::modifyImage(void)
|
||||
@@ -5103,7 +5103,7 @@ MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_)
|
||||
@@ -5109,7 +5109,7 @@ MagickCore::Image *Magick::Image::replaceImage(MagickCore::Image *replacement_)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1079,10 +1079,10 @@ index 08ae27f..5428bc9 100644
|
||||
|
||||
MagickCore::ImageInfo *Magick::ReadOptions::imageInfo(void)
|
||||
--
|
||||
2.7.0
|
||||
2.10.2
|
||||
|
||||
|
||||
From 4fb7038056af587bc073761822b4a1bc87a9c7e0 Mon Sep 17 00:00:00 2001
|
||||
From 2e2dd08b3fdbb7e899eae8ee072b894e96ffa246 Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@gmail.com>
|
||||
Date: Sun, 26 Oct 2014 17:47:29 +0100
|
||||
Subject: Don't reset LIBRARY_PATH.
|
||||
@@ -1091,7 +1091,7 @@ Using a variable named LIBRARY_PATH is not a good idea on Haiku. Just
|
||||
rename it.
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8e347e6..8780efd 100644
|
||||
index d8fc51b..5def208 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2885,15 +2885,15 @@ AC_DEFINE_UNQUOTED(EXECUTABLE_PATH,"$DEFINE_EXECUTABLE_PATH",[Directory where ex
|
||||
@@ -1143,5 +1143,5 @@ index 8e347e6..8780efd 100644
|
||||
|
||||
#
|
||||
--
|
||||
2.7.0
|
||||
2.10.2
|
||||
|
||||
Reference in New Issue
Block a user