1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libmypaint</Name>
- <Homepage>https://github.com/mypaint/libmypaint</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>ISC</License>
- <IsA>library</IsA>
- <Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
- <Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
- <Archive sha1sum="04c08ed585de3469f6f23d52b83f3566a27fb4a6" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.6.1/libmypaint-1.6.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>python3</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>json-c-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libmypaint</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>json-c</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libmypaint-devel</Name>
- <Summary>Development files for libmypaint</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libmypaint</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>json-c-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2023-11-02</Date>
- <Version>1.6.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-11-07</Date>
- <Version>1.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-02-12</Date>
- <Version>1.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-14</Date>
- <Version>1.3.0</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-12-20</Date>
- <Version>1.3.0</Version>
- <Comment>First release.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|