pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>alsa-lib</Name>
  6. <Homepage>http://www.alsa-project.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>The Advanced Linux Sound Architecture (ALSA) library</Summary>
  15. <Description>alsa-lib provides ALSA runtime libraries to simplify application programming and provide higher level functionality as well as support for the older OSS API, providing binary compatibility for most OSS programs.</Description>
  16. <Archive sha1sum="636ac0b2b759108ca9b0f4efa1c3e8650cf9c9f6" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.5.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>alsa-lib</Name>
  23. <RuntimeDependencies>
  24. <Dependency>python</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="data">/usr/share/alsa</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>alsa-lib-devel</Name>
  35. <Summary>Development files for alsa-lib</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">alsa-lib</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  42. <Path fileType="header">/usr/include/sys</Path>
  43. <Path fileType="header">/usr/include/alsa</Path>
  44. <Path fileType="data">/usr/share/aclocal</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>alsa-lib-32bit</Name>
  50. <PartOf>emul32</PartOf>
  51. <Summary>32-bit shared libraries for alsa-lib</Summary>
  52. <BuildType>emul32</BuildType>
  53. <BuildDependencies>
  54. </BuildDependencies>
  55. <RuntimeDependencies>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib32</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="5">
  63. <Date>2018-01-07</Date>
  64. <Version>1.1.5</Version>
  65. <Comment>Version Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="4">
  70. <Date>2017-02-06</Date>
  71. <Version>1.1.3</Version>
  72. <Comment>Version Bump</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="3">
  77. <Date>2016-06-09</Date>
  78. <Version>1.1.1</Version>
  79. <Comment>Release Bump</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="2">
  84. <Date>2016-05-03</Date>
  85. <Version>1.1.1</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>Alihan Öztürk</Name>
  88. <Email>alihan@pisilinux.org</Email>
  89. </Update>
  90. <Update release="1">
  91. <Date>2015-03-04</Date>
  92. <Version>1.0.29</Version>
  93. <Comment>First release</Comment>
  94. <Name>Hakan Yıldız</Name>
  95. <Email>hknyldz93@gmail.com</Email>
  96. </Update>
  97. </History>
  98. </PISI>