imagemagick:ver bump

This commit is contained in:
blue-devil
2020-09-16 00:34:37 +02:00
parent dfc0dcdc76
commit 6c44f8ed64
3 changed files with 48 additions and 32 deletions
+27 -26
View File
@@ -4,11 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import perlmodules
KeepSpecial=["libtool"]
@@ -17,33 +17,34 @@ def setup():
autotools.autoreconf("-fi")
pisitools.dosed("configure", "DOCUMENTATION_RELATIVE_PATH=.*", "DOCUMENTATION_RELATIVE_PATH=%s/html" % get.srcNAME())
autotools.configure("--with-gs-font-dir=/usr/share/fonts/default/ghostscript \
--docdir=/usr/share/doc/imagemagick \
autotools.configure("--with-x \
--with-fpx \
--with-jp2 \
--with-xml \
--with-wmf \
--with-djvu \
--with-perl \
--with-zlib \
--with-rsvg \
--with-tiff \
--with-jpeg \
--with-gslib \
--with-lcms2 \
--with-bzlib \
--without-dps \
--enable-hdri \
--without-fpx \
--with-modules \
--with-threads \
--without-jbig \
--enable-shared \
--disable-static \
--with-modules \
--with-perl \
--with-perl-options='INSTALLDIRS=vendor' \
--with-x \
--with-threads \
--with-magick_plus_plus \
--with-gslib \
--with-wmf \
--with-lcms2 \
--with-rsvg \
--with-xml \
--with-djvu \
--with-bzlib \
--with-zlib \
--with-fpx \
--with-tiff \
--with-jp2 \
--with-jpeg \
--without-jbig \
--without-fpx \
--without-dps")
--docdir=/usr/share/doc/imagemagick \
--with-perl-options='INSTALLDIRS=vendor' \
--with-gs-font-dir=/usr/share/fonts/default/ghostscript")
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -52,7 +53,7 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS.txt", "ChangeLog", "LICENSE", "NEWS.txt")
pisitools.dodoc("LICENSE", "README*")
pisitools.remove("/usr/lib/*.la")
+19 -6
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>imagemagick</Name>
@@ -8,11 +8,12 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>multimedia.graphics</PartOf>
<License>as-is</License>
<IsA>app:gui</IsA>
<Summary>A collection of tools and libraries for many image file formats</Summary>
<Description>ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. You can use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</Description>
<Archive sha1sum="d16c5306aafba476491c229f80a5407c5ca74f06" type="tarxz">https://www.imagemagick.org/download/releases/ImageMagick-7.0.9-27.tar.xz</Archive>
<Archive sha1sum="836cec7298898473f606f6c2db3e1f89120c530f" type="tarxz">https://www.imagemagick.org/download/releases/ImageMagick-7.0.10-29.tar.xz</Archive>
<BuildDependencies>
<Dependency>xz-devel</Dependency>
<Dependency>webp-devel</Dependency>
@@ -21,7 +22,7 @@
<Dependency>fftw3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libraw-devel</Dependency>
<Dependency>libraw-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>jasper-devel</Dependency>
<Dependency>liblqr-devel</Dependency>
@@ -36,12 +37,13 @@
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="0">perlmagick.rpath.patch</Patch> -->
<!--<Patch level="0">perlmagick.rpath.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>imagemagick</Name>
<Summary>A collection of tools and libraries for many image file formats</Summary>
<RuntimeDependencies>
<Dependency>xz</Dependency>
<Dependency>perl</Dependency>
@@ -84,7 +86,11 @@
<Package>
<Name>imagemagick-docs</Name>
<IsA>data:doc</IsA>
<Summary>HTML documentation for imagemagick</Summary>
<RuntimeDependencies>
<Dependency release="current">imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/imagemagick/html</Path>
</Files>
@@ -100,12 +106,19 @@
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="man">/usr/share/man/man1/*-config*</Path>
<Path fileType="executable">/usr/bin/*-config</Path>
<Path fileType="man">/usr/share/man/man1/*-config*</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2020-09-14</Date>
<Version>7.0.10.29</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="11">
<Date>2020-03-06</Date>
<Version>7.0.9.27</Version>
@@ -184,4 +197,4 @@
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -9,11 +9,13 @@
<Package>
<Name>imagemagick-docs</Name>
<Summary xml:lang="tr">Imagemagick için API belgeleri</Summary>
<Description xml:lang="tr">imagemagick-docs, imagemagick için belgelendirme dosyalarını içerir.</Description>
</Package>
<Package>
<Name>imagemagick-devel</Name>
<Summary xml:lang="tr">imagemagick için geliştirme dosyaları</Summary>
<Description xml:lang="tr">imagemagick-devel, imagemagick için geliştirme dosyalarını içerir.</Description>
<Summary xml:lang="pl">Pliki nagłówkowe imagemagick</Summary>
</Package>
</PISI>