pspec.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gsm</Name>
  6. <Homepage>http://kbs.cs.tu-berlin.de/~jutta/toast.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>OSI-Approved</License>
  12. <IsA>library</IsA>
  13. <Summary>Lossy speech compression library and tool</Summary>
  14. <Description>Gsm is an implementation of the final draft GSM 06.10 standard for full-rate speech transcoding</Description>
  15. <Archive sha1sum="668b0a180039a50d379b3d5a22e78da4b1d90afc" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osxwinebuilder/gsm-1.0.13.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">gsm-1.0.10-dyn.patch</Patch>
  18. <Patch level="1">gsm-1.0-pl10-includes.patch</Patch>
  19. <Patch>gsm-1.0-pl10-shared.diff</Patch>
  20. <Patch>gsm-1.0-pl10-add-includefile.patch</Patch>
  21. <Patch level="1">pardusflags.patch</Patch>
  22. <Patch level="1">gsm-1.0.12-64bit.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>gsm</Name>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="data">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>gsm-devel</Name>
  36. <Summary>Development files for gsm</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">gsm</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <!-- FIXME: Remove this if not necessary -->
  43. <Path fileType="man">/usr/share/man/man3</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>gsm-32bit</Name>
  48. <PartOf>emul32</PartOf>
  49. <Summary>32-bit shared libraries for gsm</Summary>
  50. <BuildType>emul32</BuildType>
  51. <BuildDependencies>
  52. </BuildDependencies>
  53. <RuntimeDependencies>
  54. <Dependency release="current">gsm</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib32</Path>
  58. </Files>
  59. </Package>
  60. <History>
  61. <Update release="3">
  62. <Date>2017-02-16</Date>
  63. <Version>1.0.13</Version>
  64. <Comment>Rebuild.</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-06-09</Date>
  70. <Version>1.0.13</Version>
  71. <Comment>Release Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2014-12-14</Date>
  77. <Version>1.0.13</Version>
  78. <Comment>First release</Comment>
  79. <Name>Yusuf Aydemir</Name>
  80. <Email>yusuf.aydemir@pisilinux.org</Email>
  81. </Update>
  82. </History>
  83. </PISI>