pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>freealut</Name>
  6. <Homepage>http://www.openal.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>The OpenAL Utility Toolkit</Summary>
  14. <Description>freealut is a free implementation of OpenAL's ALUT standard.</Description>
  15. <Archive sha1sum="d6a9406bbe6f7dd2f51db31e804ec5b65dfd4b05" type="targz">http://github.com/vancegroup/freealut/archive/freealut_1_1_0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>openal-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">shared-openal.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>freealut</Name>
  25. <RuntimeDependencies>
  26. <Dependency>openal</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc/freealut</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>freealut-devel</Name>
  35. <Summary>Development files for freealut</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">freealut</Dependency>
  38. <Dependency>openal-devel</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. <Path fileType="doc">/usr/share/doc/freealut/html</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="7">
  49. <Date>2020-03-08</Date>
  50. <Version>1.1.0</Version>
  51. <Comment>Rebuild New T.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="6">
  56. <Date>2018-09-01</Date>
  57. <Version>1.1.0</Version>
  58. <Comment>Rebuild New T.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="5">
  63. <Date>2017-02-18</Date>
  64. <Version>1.1.0</Version>
  65. <Comment>Rebuild for new toolchain.</Comment>
  66. <Name>Stefan Gronewold</Name>
  67. <Email>groni@pisilinux.org</Email>
  68. </Update>
  69. <Update release="4">
  70. <Date>2016-12-07</Date>
  71. <Version>1.1.0</Version>
  72. <Comment>Rebuild for Pisi Linux 2.0</Comment>
  73. <Name>Stefan Gronewold</Name>
  74. <Email>groni@pisilinux.org</Email>
  75. </Update>
  76. <Update release="3">
  77. <Date>2014-06-08</Date>
  78. <Version>1.1.0</Version>
  79. <Comment>Rebuild</Comment>
  80. <Name>Kamil Atlı</Name>
  81. <Email>suvari@pisilinux.org</Email>
  82. </Update>
  83. <Update release="2">
  84. <Date>2014-01-24</Date>
  85. <Version>1.1.0</Version>
  86. <Comment>Rebuild</Comment>
  87. <Name>Stefan Gronewold(groni)</Name>
  88. <Email>groni@pisilinux.org</Email>
  89. </Update>
  90. <Update release="1">
  91. <Date>2010-10-12</Date>
  92. <Version>1.1.0</Version>
  93. <Comment>First release</Comment>
  94. <Name>Pisi Linux Admins</Name>
  95. <Email>admins@pisilinux.org</Email>
  96. </Update>
  97. </History>
  98. </PISI>