pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXv</Name>
  6. <Homepage>http://www.x.org/</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>X.Org Xv library</Summary>
  14. <Description>LibXv is the X Window System video extension library.</Description>
  15. <Archive sha1sum="d79f9c56faedd682f420fa68bb9d7ff755b84579" type="tarbz2">mirrors://xorg/individual/lib/libXv-1.0.11.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libX11-devel</Dependency>
  18. <Dependency>libXext-devel</Dependency>
  19. <Dependency>util-macros</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libXv</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libX11</Dependency>
  26. <Dependency>libXext</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libXv-devel</Name>
  35. <Summary>Development files for libXv</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libXv</Dependency>
  38. <Dependency>libXext-devel</Dependency>
  39. <Dependency>libX11-devel</Dependency>
  40. <Dependency>xorg-proto</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include/X11</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>libXv-32bit</Name>
  51. <PartOf>emul32</PartOf>
  52. <Summary>32-bit shared libraries for libXv</Summary>
  53. <BuildType>emul32</BuildType>
  54. <BuildDependencies>
  55. <Dependency>libX11-32bit</Dependency>
  56. <Dependency>libXext-32bit</Dependency>
  57. </BuildDependencies>
  58. <RuntimeDependencies>
  59. <Dependency release="current">libXv</Dependency>
  60. <Dependency>libX11-32bit</Dependency>
  61. <Dependency>libXext-32bit</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="library">/usr/lib32</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="4">
  69. <Date>2017-02-02</Date>
  70. <Version>1.0.11</Version>
  71. <Comment>Rebuild</Comment>
  72. <Name>PisiLinux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="3">
  76. <Date>2016-11-03</Date>
  77. <Version>1.0.11</Version>
  78. <Comment>Release bump</Comment>
  79. <Name>PisiLinux Community</Name>
  80. <Email>admin@pisilinux.org</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2016-04-30</Date>
  84. <Version>1.0.10</Version>
  85. <Comment>Release bump</Comment>
  86. <Name>PisiLinux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2014-05-16</Date>
  91. <Version>1.0.10</Version>
  92. <Comment>First release</Comment>
  93. <Name>Marcin Bojara</Name>
  94. <Email>marcin@pisilinux.org</Email>
  95. </Update>
  96. </History>
  97. </PISI>