12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>totem-pl-parser</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/totem-pl-parser</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Summary>Totem playlist parser</Summary>
- <Description>totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those</Description>
- <Archive sha1sum="d115b509fd6dc3874eef2300717aa6be241a08c3" type="tarxz">https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.5.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>libarchive-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>meson</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>totem-pl-parser</Name>
- <RuntimeDependencies>
- <Dependency>libarchive</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libgcrypt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/girepository-1.0/</Path>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>totem-pl-parser-devel</Name>
- <Summary>Development files for totem-pl-aprser</Summary>
- <RuntimeDependencies>
- <Dependency release="current">totem-pl-parser</Dependency>
- <Dependency>libarchive-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2021-05-28</Date>
- <Version>3.26.5</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|