pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libvdpau</Name>
  6. <Homepage>http://freedesktop.org/wiki/Software/VDPAU</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Wrapper library for the Video Decode and Presentation API</Summary>
  14. <Description>VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.</Description>
  15. <Archive sha1sum="7c30763796f6abe178dab49268e818378b7c3d4a" type="tarbz2">https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>xorg-proto</Dependency>
  19. <Dependency>libXext-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libvdpau</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libXext</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libvdpau-devel</Name>
  35. <Summary>Development files for libvdpau</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libvdpau</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libvdpau-32bit</Name>
  47. <PartOf>emul32</PartOf>
  48. <Summary>32-bit shared libraries for libvdpau</Summary>
  49. <BuildType>emul32</BuildType>
  50. <BuildDependencies>
  51. <Dependency>libXext-32bit</Dependency>
  52. </BuildDependencies>
  53. <RuntimeDependencies>
  54. <Dependency release="current">libvdpau</Dependency>
  55. <Dependency>libXext-32bit</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib32</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="7">
  63. <Date>2024-03-07</Date>
  64. <Version>1.5</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="6">
  70. <Date>2020-01-10</Date>
  71. <Version>1.2</Version>
  72. <Comment>Rebuild</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="5">
  77. <Date>2019-10-25</Date>
  78. <Version>1.2</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="4">
  84. <Date>2018-07-24</Date>
  85. <Version>1.1.1</Version>
  86. <Comment>Rebuild.</Comment>
  87. <Name>Mustafa Cinasal</Name>
  88. <Email>muscnsl@gmail.com</Email>
  89. </Update>
  90. <Update release="3">
  91. <Date>2017-02-02</Date>
  92. <Version>1.1.1</Version>
  93. <Comment>Rebuild</Comment>
  94. <Name>Alihan Öztürk</Name>
  95. <Email>alihan@pisilinux.org</Email>
  96. </Update>
  97. <Update release="2">
  98. <Date>2016-04-27</Date>
  99. <Version>1.1.1</Version>
  100. <Comment>First release</Comment>
  101. <Name>Alihan Öztürk</Name>
  102. <Email>alihan@pisilinux.org</Email>
  103. </Update>
  104. <Update release="1">
  105. <Date>2015-11-20</Date>
  106. <Version>1.1</Version>
  107. <Comment>First release</Comment>
  108. <Name>Stefan Gronewold(groni)</Name>
  109. <Email>groni@pisilinux.org</Email>
  110. </Update>
  111. </History>
  112. </PISI>