pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gsound</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/gsound</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>GSound is a small library for playing system sounds.</Summary>
  14. <Description>GSound is a small library for playing system sounds. It's designed to be used via GObject Introspection, and is a thin wrapper around the libcanberra C library.</Description>
  15. <Archive sha1sum="dc3d3d33c16024eca3c898c5c0802c31807f87b7">https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>vala-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>libcanberra-devel</Dependency>
  22. <Dependency>gobject-introspection-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>gsound</Name>
  27. <RuntimeDependencies>
  28. <Dependency>glib2</Dependency>
  29. <Dependency>libcanberra</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  33. <Path fileType="library">/usr/lib/lib*.*</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>gsound-devel</Name>
  40. <Summary>Development files for gsound</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">gsound</Dependency>
  43. <Dependency>libcanberra-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="data">/usr/share/gir-1.0</Path>
  49. <Path fileType="library">/usr/share/vala</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>gsound-docs</Name>
  54. <Files>
  55. <Path fileType="doc">/usr/share/gtk-doc</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="2">
  60. <Date>2021-08-19</Date>
  61. <Version>1.0.3</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2021-05-28</Date>
  68. <Version>1.0.2</Version>
  69. <Comment>First release for Pisi Linux</Comment>
  70. <Name>Berk Çakar</Name>
  71. <Email>berk2238@hotmail.com</Email>
  72. </Update>
  73. </History>
  74. </PISI>