pspec.xml 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>vorbis-tools</Name>
  6. <Homepage>https://xiph.org/vorbis/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>Tools for using the Ogg Vorbis sound file format</Summary>
  15. <Description>This set of tools allow you to play and encode Ogg Vorbis files.</Description>
  16. <Archive sha1sum="c7012dc104da4f35a5d5d46e902cd49214377f5b" type="targz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>curl-devel</Dependency>
  19. <Dependency>flac-devel</Dependency>
  20. <Dependency>libao-devel</Dependency>
  21. <Dependency>speex-devel</Dependency>
  22. <Dependency>libogg-devel</Dependency>
  23. <Dependency>libkate-devel</Dependency>
  24. <Dependency>opusfile-devel</Dependency>
  25. <Dependency>libvorbis-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>vorbis-tools</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libvorbis</Dependency>
  32. <Dependency>libao</Dependency>
  33. <Dependency>flac</Dependency>
  34. <Dependency>speex</Dependency>
  35. <Dependency>libogg</Dependency>
  36. <Dependency>libkate</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="localedata">/usr/share/locale</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="6">
  47. <Date>2021-12-04</Date>
  48. <Version>1.4.2</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="5">
  54. <Date>2020-03-08</Date>
  55. <Version>1.4.0</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="4">
  61. <Date>2018-09-01</Date>
  62. <Version>1.4.0</Version>
  63. <Comment>Release Bump</Comment>
  64. <Name>Pisi Linux Community</Name>
  65. <Email>admin@pisilinux.org</Email>
  66. </Update>
  67. <Update release="3">
  68. <Date>2017-02-18</Date>
  69. <Version>1.4.0</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-09</Date>
  76. <Version>1.4.0</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2014-01-28</Date>
  83. <Version>1.4.0</Version>
  84. <Comment>First release</Comment>
  85. <Name>Alihan Öztürk</Name>
  86. <Email>alihan@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>