pspec.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>x265</Name>
  6. <Homepage>http://x265.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Open source H265/EVC encoder</Summary>
  15. <Description>x265 is a commercially funded open source implementation of the H.265/High Efficiency Video Coding (HEVC) compression standard.</Description>
  16. <Archive sha1sum="51fc4592a9f1e340d87a51233361cc5a3ffd739d" type="targz">https://ftp2.osuosl.org/pub/blfs/conglomeration/x265/x265_3.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>yasm-devel</Dependency>
  20. <Dependency>cmake</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">x265-1.9-enable_static-1.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>x265</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>x265-devel</Name>
  38. <Summary>Development files for x265</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">x265</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="14">
  49. <Date>2024-11-01</Date>
  50. <Version>265.3.6</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="13">
  56. <Date>2022-06-24</Date>
  57. <Version>20220219</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="12">
  63. <Date>2021-05-05</Date>
  64. <Version>3.5</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="11">
  70. <Date>2020-10-14</Date>
  71. <Version>3.4</Version>
  72. <Comment>Version Bump.</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="10">
  77. <Date>2020-01-17</Date>
  78. <Version>3.2.1</Version>
  79. <Comment>Version Bump.</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="9">
  84. <Date>2019-10-06</Date>
  85. <Version>3.2</Version>
  86. <Comment>Version Bump.</Comment>
  87. <Name>Pisi Linux Community</Name>
  88. <Email>admin@pisilinux.org</Email>
  89. </Update>
  90. <Update release="8">
  91. <Date>2019-04-14</Date>
  92. <Version>3.0</Version>
  93. <Comment>Version Bump.</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="7">
  98. <Date>2018-08-05</Date>
  99. <Version>2.7</Version>
  100. <Comment>Rebuild.</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="6">
  105. <Date>2018-05-19</Date>
  106. <Version>2.7</Version>
  107. <Comment>Version Bump</Comment>
  108. <Name>Pisi Linux Community</Name>
  109. <Email>admin@pisilinux.org</Email>
  110. </Update>
  111. <Update release="5">
  112. <Date>2018-02-18</Date>
  113. <Version>2.6</Version>
  114. <Comment>Version Bump</Comment>
  115. <Name>Pisi Linux Community</Name>
  116. <Email>admin@pisilinux.org</Email>
  117. </Update>
  118. <Update release="4">
  119. <Date>2017-02-11</Date>
  120. <Version>2.2</Version>
  121. <Comment>Version Bump</Comment>
  122. <Name>Pisi Linux Community</Name>
  123. <Email>admin@pisilinux.org</Email>
  124. </Update>
  125. <Update release="3">
  126. <Date>2016-06-12</Date>
  127. <Version>1.9</Version>
  128. <Comment>Version Bump</Comment>
  129. <Name>Pisi Linux Community</Name>
  130. <Email>admin@pisilinux.org</Email>
  131. </Update>
  132. <Update release="2">
  133. <Date>2016-06-09</Date>
  134. <Version>1.7</Version>
  135. <Comment>Release Bump</Comment>
  136. <Name>Pisi Linux Community</Name>
  137. <Email>admin@pisilinux.org</Email>
  138. </Update>
  139. <Update release="1">
  140. <Date>2015-07-23</Date>
  141. <Version>1.7</Version>
  142. <Comment>First release</Comment>
  143. <Name>Ayhan Yalçınsoy</Name>
  144. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  145. </Update>
  146. </History>
  147. </PISI>