pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>freerdp</Name>
  6. <Homepage>http://www.freerdp.com</Homepage>
  7. <Packager>
  8. <Name>Aydın Demirel</Name>
  9. <Email>aydin.demirel@pisilinux.org</Email>
  10. </Packager>
  11. <License>ASF</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A Remote Desktop Implementation</Summary>
  14. <Description>FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under Apacle License.</Description>
  15. <Archive sha1sum="53cd2a8992a1e2c05978ab2083a12ac573985df2" type="targz">https://github.com/FreeRDP/FreeRDP/archive/6001cb710dc67eb8811362b7bf383754257a902b/FreeRDP-6001cb710dc67eb8811362b7bf383754257a902b.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cups-devel</Dependency>
  18. <Dependency>ffmpeg-devel</Dependency>
  19. <Dependency>alsa-lib-devel</Dependency>
  20. <Dependency>libXinerama-devel</Dependency>
  21. <Dependency>xmlto</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. <Dependency>libXi-devel</Dependency>
  24. <Dependency>libXcursor-devel</Dependency>
  25. <Dependency>libxkbcommon-devel</Dependency>
  26. <Dependency>libxkbfile-devel</Dependency>
  27. <Dependency>libXv-devel</Dependency>
  28. <Dependency>libXrandr-devel</Dependency>
  29. <Dependency>gstreamer-next-devel</Dependency>
  30. <Dependency>gst-plugins-base-next-devel</Dependency>
  31. <Dependency>glib2-devel</Dependency>
  32. <Dependency>openssl-devel</Dependency>
  33. <Dependency>zlib-devel</Dependency>
  34. <Dependency>cmake</Dependency>
  35. <Dependency>libxslt</Dependency>
  36. <Dependency>util-linux</Dependency>
  37. </BuildDependencies>
  38. <Patches>
  39. <!-- <Patch level="1">ffmpeg2.0.patch</Patch> -->
  40. <!-- <Patch level="1">patch_numblock.patch</Patch> -->
  41. </Patches>
  42. </Source>
  43. <Package>
  44. <Name>freerdp</Name>
  45. <RuntimeDependencies>
  46. <Dependency>glib2</Dependency>
  47. <Dependency>libXi</Dependency>
  48. <Dependency>libXv</Dependency>
  49. <Dependency>ffmpeg</Dependency>
  50. <Dependency>libX11</Dependency>
  51. <Dependency>libXext</Dependency>
  52. <Dependency>openssl</Dependency>
  53. <Dependency>alsa-lib</Dependency>
  54. <Dependency>libXfixes</Dependency>
  55. <Dependency>libXcursor</Dependency>
  56. <Dependency>libXrender</Dependency>
  57. <Dependency>libxkbfile</Dependency>
  58. <Dependency>libXinerama</Dependency>
  59. <Dependency>gstreamer-next</Dependency>
  60. <Dependency>gst-plugins-base-next</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="executable">/usr/bin</Path>
  64. <Path fileType="lib">/usr/lib</Path>
  65. <Path fileType="data">/usr/share/freerdp</Path>
  66. <Path fileType="doc">/usr/share/doc</Path>
  67. <Path fileType="man">/usr/share/man</Path>
  68. </Files>
  69. </Package>
  70. <Package>
  71. <Name>freerdp-devel</Name>
  72. <RuntimeDependencies>
  73. <Dependency release="current">freerdp</Dependency>
  74. <Dependency>openssl-devel</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="header">/usr/include</Path>
  78. <Path fileType="lib">/usr/lib/pkgconfig</Path>
  79. </Files>
  80. </Package>
  81. <History>
  82. <Update release="4">
  83. <Date>2017-03-01</Date>
  84. <Version>2.0_20170201</Version>
  85. <Comment>Version Bump</Comment>
  86. <Name>Pisi Linux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="3">
  90. <Date>2016-06-14</Date>
  91. <Version>2.0</Version>
  92. <Comment>Version Bump</Comment>
  93. <Name>Pisi Linux Community</Name>
  94. <Email>admin@pisilinux.org</Email>
  95. </Update>
  96. <Update release="2">
  97. <Date>2016-06-09</Date>
  98. <Version>1.0.2</Version>
  99. <Comment>Release Bump</Comment>
  100. <Name>Pisi Linux Community</Name>
  101. <Email>admin@pisilinux.org</Email>
  102. </Update>
  103. <Update release="1">
  104. <Date>2015-01-01</Date>
  105. <Version>1.0.2</Version>
  106. <Comment>First release</Comment>
  107. <Name>Ertuğrul Erata</Name>
  108. <Email>ertugrulerata@gmail.com</Email>
  109. </Update>
  110. </History>
  111. </PISI>