pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>totem-pl-parser</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/totem-pl-parser</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>Totem playlist parser</Summary>
  13. <Description>totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those</Description>
  14. <Archive sha1sum="d115b509fd6dc3874eef2300717aa6be241a08c3" type="tarxz">https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.5.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>glib2-devel</Dependency>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>libarchive-devel</Dependency>
  19. <Dependency>libgcrypt-devel</Dependency>
  20. <Dependency>libxml2-devel</Dependency>
  21. <Dependency>gobject-introspection-devel</Dependency>
  22. <Dependency>meson</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>totem-pl-parser</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libarchive</Dependency>
  29. <Dependency>glib2</Dependency>
  30. <Dependency>libxml2</Dependency>
  31. <Dependency>libgcrypt</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib/girepository-1.0/</Path>
  35. <Path fileType="library">/usr/lib/lib*.so*</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>totem-pl-parser-devel</Name>
  42. <Summary>Development files for totem-pl-aprser</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">totem-pl-parser</Dependency>
  45. <Dependency>libarchive-devel</Dependency>
  46. <Dependency>glib2-devel</Dependency>
  47. <Dependency>libxml2-devel</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. <Path fileType="data">/usr/share/gir-1.0</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2021-05-28</Date>
  58. <Version>3.26.5</Version>
  59. <Comment>First release for Pisi Linux</Comment>
  60. <Name>Berk Çakar</Name>
  61. <Email>berk2238@hotmail.com</Email>
  62. </Update>
  63. </History>
  64. </PISI>