@@ -13,7 +13,7 @@
|
||||
<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="e115a2eaf0ff5291365d3923b0200172c9b7dd72" type="tarxz">https://imagemagick.org/archive/ImageMagick-7.1.0-40.tar.xz</Archive>
|
||||
<Archive sha1sum="c10108620b68b610b47a216436ff3b1fd16493b5" type="tarxz">https://imagemagick.org/archive/ImageMagick-7.1.0-53.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>libzip-devel</Dependency>
|
||||
@@ -118,6 +118,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2022-12-05</Date>
|
||||
<Version>7.1.0.53</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2022-07-04</Date>
|
||||
<Version>7.1.0.40</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org composite library</Summary>
|
||||
<Description>libXcomposite is the X Composite library. Compositing allows modification of the window system's base elements like window borders, window buttons and window titlebars.</Description>
|
||||
<Archive sha1sum="902631efb55a798c81086e5ff90b60349839db40" type="tarbz2">mirrors://xorg/individual/lib/libXcomposite-0.4.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="3c7e36d9ab261044cc01dc6bef7f493f9967e456" type="tarxz">mirrors://xorg/individual/lib/libXcomposite-0.4.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-12-05</Date>
|
||||
<Version>0.4.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-09-25</Date>
|
||||
<Version>0.4.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org damage library</Summary>
|
||||
<Description>LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered).</Description>
|
||||
<Archive sha1sum="719ae6ab8c1b972c6386b654976c479255af5572" type="tarbz2">mirrors://xorg/individual/lib/libXdamage-1.1.5.tar.bz2</Archive>
|
||||
<Archive sha1sum="c206351caae36b95aa4954282b762734fc30c061" type="tarxz">mirrors://xorg/individual/lib/libXdamage-1.1.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXfixes-devel</Dependency>
|
||||
<Dependency>util-macros</Dependency>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2022-12-05</Date>
|
||||
<Version>1.1.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-09-25</Date>
|
||||
<Version>1.1.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org Xres library</Summary>
|
||||
<Description>X-Resource is an extension that allows a client to query the X server about its usage of various resources.</Description>
|
||||
<Archive sha1sum="38429bd0e14573d1df9149ab1aceda912ba17fa0" type="tarbz2">mirrors://xorg/individual/lib/libXres-1.2.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="0a467b6fec6121da45125b7258cfde3002e10c4d" type="tarxz">mirrors://xorg/individual/lib/libXres-1.2.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2022-12-05</Date>
|
||||
<Version>1.2.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2022-06-21</Date>
|
||||
<Version>1.2.1</Version>
|
||||
|
||||
@@ -20,4 +20,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org Xv library</Summary>
|
||||
<Description>LibXv is the X Window System video extension library.</Description>
|
||||
<Archive sha1sum="d79f9c56faedd682f420fa68bb9d7ff755b84579" type="tarbz2">mirrors://xorg/individual/lib/libXv-1.0.11.tar.bz2</Archive>
|
||||
<Archive sha1sum="d7673f962eea2e9f285def9b3d9443099384a029" type="tarxz">mirrors://xorg/individual/lib/libXv-1.0.12.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
@@ -71,6 +71,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2022-12-05</Date>
|
||||
<Version>1.0.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-01-10</Date>
|
||||
<Version>1.0.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user