pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>spice</Name>
  6. <Homepage>https://www.spice-space.org/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Simple Protocol for Independent Computing Environments</Summary>
  15. <Description>SPICE is a remote display system built for virtual environments which
  16. allows you to view a computing 'desktop' environment not only on the
  17. machine where it is running, but from anywhere on the Internet and
  18. from a wide variety of machine architectures.</Description>
  19. <Archive sha1sum="c3816cf76e6214d71924e48e329e3ebbce42296b" type="tarbz2">https://www.spice-space.org/download/releases/spice-server/spice-0.15.2.tar.bz2</Archive>
  20. <BuildDependencies>
  21. <Dependency>meson</Dependency>
  22. <Dependency>doxygen</Dependency>
  23. <Dependency>asciidoc</Dependency>
  24. <Dependency>lz4-devel</Dependency>
  25. <Dependency>orc-devel</Dependency>
  26. <Dependency>zlib-devel</Dependency>
  27. <Dependency>python3-six</Dependency>
  28. <Dependency>glib2-devel</Dependency>
  29. <Dependency>pixman-devel</Dependency>
  30. <Dependency>python3-devel</Dependency>
  31. <Dependency>libopus-devel</Dependency>
  32. <Dependency>openssl-devel</Dependency>
  33. <Dependency>spice-protocol</Dependency>
  34. <Dependency>libcacard-devel</Dependency>
  35. <Dependency>gstreamer-devel</Dependency>
  36. <Dependency>autoconf-archive</Dependency>
  37. <Dependency>cyrus-sasl-devel</Dependency>
  38. <Dependency>python3-pyparsing</Dependency>
  39. <Dependency>libjpeg-turbo-devel</Dependency>
  40. <Dependency>gst-plugins-base-devel</Dependency>
  41. </BuildDependencies>
  42. </Source>
  43. <Package>
  44. <Name>spice</Name>
  45. <Summary>Simple Protocol for Independent Computing Environments</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>lz4</Dependency>
  48. <Dependency>orc</Dependency>
  49. <Dependency>zlib</Dependency>
  50. <Dependency>glib2</Dependency>
  51. <Dependency>libgcc</Dependency>
  52. <Dependency>pixman</Dependency>
  53. <Dependency>libopus</Dependency>
  54. <Dependency>openssl</Dependency>
  55. <Dependency>libcacard</Dependency>
  56. <Dependency>gstreamer</Dependency>
  57. <Dependency>cyrus-sasl</Dependency>
  58. <Dependency>libjpeg-turbo</Dependency>
  59. <Dependency>spice-protocol</Dependency>
  60. <Dependency>gst-plugins-base</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="library">/usr/lib/libspice-server.so*</Path>
  64. <Path fileType="doc">/usr/share/doc/</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>spice-devel</Name>
  69. <Summary>Development files for spice</Summary>
  70. <RuntimeDependencies>
  71. <Dependency>glib2-devel</Dependency>
  72. <Dependency>pixman-devel</Dependency>
  73. <Dependency>openssl-devel</Dependency>
  74. <Dependency>spice-protocol</Dependency>
  75. <Dependency>libcacard-devel</Dependency>
  76. <Dependency release="current">spice</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="header">/usr/include/spice-server</Path>
  80. <Path fileType="data">/usr/lib/pkgconfig</Path>
  81. </Files>
  82. </Package>
  83. <History>
  84. <Update release="3">
  85. <Date>2024-12-18</Date>
  86. <Version>0.15.2</Version>
  87. <Comment>Rebuild.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="2">
  92. <Date>2023-11-03</Date>
  93. <Version>0.15.2</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="1">
  99. <Date>2021-02-10</Date>
  100. <Version>0.15.0</Version>
  101. <Comment>First release</Comment>
  102. <Name>Kamil Atlı</Name>
  103. <Email>suvari@pisilinux.org</Email>
  104. </Update>
  105. </History>
  106. </PISI>