pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://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="23ea9f7d21ebba5324da0605cb904a04a65aef49" type="targz">https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXext-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libvdpau</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libXext</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="config">/etc</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libvdpau-devel</Name>
  33. <Summary>Development files for libvdpau</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libvdpau</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libvdpau-32bit</Name>
  45. <PartOf>emul32</PartOf>
  46. <Summary>32-bit shared libraries for libvdpau</Summary>
  47. <BuildType>emul32</BuildType>
  48. <BuildDependencies>
  49. <Dependency>libXext-32bit</Dependency>
  50. </BuildDependencies>
  51. <RuntimeDependencies>
  52. <Dependency release="current">libvdpau</Dependency>
  53. <Dependency>libXext-32bit</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="library">/usr/lib32</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="3">
  61. <Date>2017-02-02</Date>
  62. <Version>1.1.1</Version>
  63. <Comment>Rebuild</Comment>
  64. <Name>Alihan Öztürk</Name>
  65. <Email>alihan@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-04-27</Date>
  69. <Version>1.1.1</Version>
  70. <Comment>First release</Comment>
  71. <Name>Alihan Öztürk</Name>
  72. <Email>alihan@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2015-11-20</Date>
  76. <Version>1.1</Version>
  77. <Comment>First release</Comment>
  78. <Name>Stefan Gronewold(groni)</Name>
  79. <Email>groni@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>