pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xrdp</Name>
  6. <Homepage>https://xorg.freedesktop.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>xrdp an open source RDP server</Summary>
  14. <Description>xrdp açık kaynaklı bir RDP sunucusu. RDP istemcileri FreeRDP, rdesktop, NeutrinoRDP ve Microsoft Uzak Masaüstü</Description>
  15. <Archive sha1sum="3d6fd40f76384413a5d6eef441cb1be95d468663" type="targz">https://github.com/neutrinolabs/xrdp/releases/download/v0.9.24/xrdp-0.9.24.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>nasm</Dependency>
  18. <Dependency>openssl-devel</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>libjpeg-turbo-devel</Dependency>
  21. <Dependency>fuse-devel</Dependency>
  22. <Dependency>libopus-devel</Dependency>
  23. <Dependency>lame-devel</Dependency>
  24. <Dependency>pixman-devel</Dependency>
  25. <Dependency>libX11-devel</Dependency>
  26. <Dependency>libXfixes-devel</Dependency>
  27. <Dependency>libXrandr-devel</Dependency>
  28. <!--
  29. <Dependency>mit-kerberos</Dependency>
  30. <Dependency>openssl-devel</Dependency>
  31. <Dependency>e2fsprogs-devel</Dependency>
  32. -->
  33. </BuildDependencies>
  34. <!--
  35. <Patches>
  36. <Patch>xrdp.patch</Patch>
  37. <Patch level="1">xrdp.patch</Patch>
  38. </Patches>
  39. -->
  40. </Source>
  41. <Package>
  42. <Name>xrdp</Name>
  43. <RuntimeDependencies>
  44. <Dependency>pam</Dependency>
  45. <Dependency>fuse</Dependency>
  46. <Dependency>lame</Dependency>
  47. <Dependency>pixman</Dependency>
  48. <Dependency>mit-kerberos</Dependency>
  49. <Dependency>libX11</Dependency>
  50. <Dependency>libopus</Dependency>
  51. <Dependency>openssl</Dependency>
  52. <Dependency>libXfixes</Dependency>
  53. <Dependency>libXrandr</Dependency>
  54. <Dependency>libjpeg-turbo</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="executable">/usr/bin</Path>
  58. <Path fileType="executable">/usr/sbin</Path>
  59. <Path fileType="config">/etc</Path>
  60. <Path fileType="library">/usr/lib</Path>
  61. <Path fileType="data">/usr/share</Path>
  62. <Path fileType="man">/usr/share/man</Path>
  63. <Path fileType="doc">/usr/share/doc</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>xrdp-devel</Name>
  68. <Summary>Development files for xrdp</Summary>
  69. <RuntimeDependencies>
  70. <Dependency release="current">xrdp</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="header">/usr/include</Path>
  74. <Path fileType="library">/usr/lib/pkgconfig</Path>
  75. </Files>
  76. </Package>
  77. <History>
  78. <Update release="2">
  79. <Date>2024-12-27</Date>
  80. <Version>0.9.24</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2021-05-29</Date>
  87. <Version>0.9.16</Version>
  88. <Comment>First release</Comment>
  89. <Name>PisiLinux Community</Name>
  90. <Email>admins@pisilinux.org</Email>
  91. </Update>
  92. </History>
  93. </PISI>