123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cairo</Name>
- <Homepage>https://cairographics.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <License>MPL-1.1</License>
- <IsA>library</IsA>
- <Summary>2D graphics library with bindings of many programming languages</Summary>
- <Description>Cairo is a 2D graphics library with support for multiple output devices (and fileformats).</Description>
- <Archive sha1sum="c87e75f8e5177fc264ab9af2f7b4e4e8e6ca0421" type="tarbz2">https://gitlab.freedesktop.org/cairo/cairo/-/archive/1.18.2/cairo-1.18.2.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>lzo-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- <Dependency>fontconfig-devel</Dependency>
- <Dependency>libXrender-devel</Dependency>
- <Dependency>pixman-devel</Dependency>
- <Dependency>xcb-util-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- <!-- <Dependency>librsvg-devel</Dependency> --><!--circle dep-->
- <!-- <Dependency>DirectFB-devel</Dependency> -->
- <Dependency>valgrind</Dependency>
- <!-- <Dependency>libspectre-devel</Dependency> -->
- <!-- <Dependency>poppler-devel</Dependency> -->
- </BuildDependencies>
- <Patches>
- <!--Fedora patches-->
- <!-- <Patch level="1">0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
- <!-- <Patch level="1">0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
- <!-- <Patch level="1">git_fixes.diff</Patch> -->
- <!-- <Patch level="1">cairo_script_interpreter_pkgconfig.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>cairo</Name>
- <RuntimeDependencies>
- <Dependency>lzo</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libpng</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>fontconfig</Dependency>
- <Dependency>libXrender</Dependency>
- <Dependency>pixman</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libglvnd</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>cairo-devel</Name>
- <Summary>Development files for cairo</Summary>
- <RuntimeDependencies>
- <Dependency release="current">cairo</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- <Dependency>pixman-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>fontconfig-devel</Dependency>
- <Dependency>libXrender-devel</Dependency>
- <Dependency>libglvnd-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>cairo-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for cairo</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libglvnd-32bit</Dependency>
- <Dependency>lzo-32bit</Dependency>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>glib2-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>pixman-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- <Dependency>libxcb-32bit</Dependency>
- <Dependency>libXext-32bit</Dependency>
- <Dependency>freetype-32bit</Dependency>
- <Dependency>fontconfig-32bit</Dependency>
- <Dependency>libXrender-32bit</Dependency>
- <!--
- <Dependency>libspectre-32bit</Dependency>
- <Dependency>poppler-glib-32bit</Dependency>
- <Dependency>pango-32bit</Dependency>
- <Dependency>librsvg-32bit</Dependency>
- <Dependency>gdk-pixbuf-32bit</Dependency>
- -->
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">cairo</Dependency>
- <Dependency>libglvnd-32bit</Dependency>
- <Dependency>lzo-32bit</Dependency>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>glib2-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>pixman-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- <Dependency>libxcb-32bit</Dependency>
- <Dependency>libXext-32bit</Dependency>
- <Dependency>freetype-32bit</Dependency>
- <Dependency>fontconfig-32bit</Dependency>
- <Dependency>libXrender-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/lib*</Path>
- <Path fileType="library">/usr/lib32/cairo</Path>
- </Files>
- </Package>
- <History>
- <Update release="15">
- <Date>2024-09-07</Date>
- <Version>1.18.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="14">
- <Date>2023-04-05</Date>
- <Version>1.17.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2022-07-29</Date>
- <Version>1.17.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2021-10-23</Date>
- <Version>1.17.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2021-05-26</Date>
- <Version>1.17.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-04-30</Date>
- <Version>1.17.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-08</Date>
- <Version>1.17.2</Version>
- <Comment>version Bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-02-04</Date>
- <Version>1.16.0</Version>
- <Comment>version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-09-16</Date>
- <Version>1.15.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-04-18</Date>
- <Version>1.15.12</Version>
- <Comment>version Bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-01-28</Date>
- <Version>1.14.12</Version>
- <Comment>version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-17</Date>
- <Version>1.14.8</Version>
- <Comment>version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>1.14.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-25</Date>
- <Version>1.14.2</Version>
- <Comment>Release Bump.</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-04-18</Date>
- <Version>1.14.2</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|