pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>audacity</Name>
  6. <Homepage>http://audacity.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Multi-track audio editor and recorder</Summary>
  14. <Description>With Audacity, you can cut, copy, splice or mix sounds together; change the speed or pitch of a recording and much more. Editing is very fast and provides unlimited undo/redo. There are digital effects and spectrum analysis tools. Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU..</Description>
  15. <Archive sha1sum="969f7c6217b2e3df9934ea3cf48230b293c09f88" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.1.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>alsa-lib-devel</Dependency>
  19. <Dependency>ffmpeg-devel</Dependency>
  20. <Dependency>flac-devel</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>jack-audio-connection-kit-devel</Dependency>
  23. <Dependency>libid3tag-devel</Dependency>
  24. <Dependency>libmad-devel</Dependency>
  25. <Dependency>libogg-devel</Dependency>
  26. <Dependency>libsamplerate-devel</Dependency>
  27. <Dependency>libsndfile-devel</Dependency>
  28. <Dependency>libvorbis-devel</Dependency>
  29. <Dependency>soundtouch-devel</Dependency>
  30. <Dependency>libid3tag-devel</Dependency>
  31. <Dependency>taglib-devel</Dependency>
  32. <Dependency>twolame-devel</Dependency>
  33. <Dependency>wxGTK-devel</Dependency>
  34. <Dependency>wxBase-devel</Dependency>
  35. <Dependency>lame-devel</Dependency>
  36. <Dependency>desktop-file-utils</Dependency>
  37. <Dependency>lv2-devel</Dependency>
  38. <Dependency>vamp-plugin-sdk-devel</Dependency>
  39. <Dependency>soundtouch-devel</Dependency>
  40. <Dependency>libmad-devel</Dependency>
  41. <Dependency>expat-devel</Dependency>
  42. <Dependency>glib2-devel</Dependency>
  43. <Dependency>gdk-pixbuf-devel</Dependency>
  44. </BuildDependencies>
  45. </Source>
  46. <Package>
  47. <Name>audacity</Name>
  48. <RuntimeDependencies>
  49. <Dependency>gtk2</Dependency>
  50. <Dependency>flac</Dependency>
  51. <Dependency>wxGTK</Dependency>
  52. <Dependency>wxBase</Dependency>
  53. <Dependency>libogg</Dependency>
  54. <Dependency>libmad</Dependency>
  55. <Dependency>twolame</Dependency>
  56. <Dependency>alsa-lib</Dependency>
  57. <Dependency>libid3tag</Dependency>
  58. <Dependency>libvorbis</Dependency>
  59. <Dependency>soundtouch</Dependency>
  60. <Dependency>libsndfile</Dependency>
  61. <Dependency>libsamplerate</Dependency>
  62. <Dependency>jack-audio-connection-kit</Dependency>
  63. <Dependency>ffmpeg</Dependency>
  64. <Dependency>lame</Dependency>
  65. <Dependency>lv2</Dependency>
  66. <Dependency>vamp-plugin-sdk</Dependency>
  67. <Dependency>soundtouch</Dependency>
  68. <Dependency>libmad</Dependency>
  69. <Dependency>expat</Dependency>
  70. <Dependency>glib2</Dependency>
  71. <Dependency>libgcc</Dependency>
  72. <Dependency>gdk-pixbuf</Dependency>
  73. <!-- Only needed for runtime -->
  74. <Dependency>lame</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="executable">/usr/bin</Path>
  78. <Path fileType="data">/usr/share/audacity</Path>
  79. <Path fileType="data">/usr/share/applications</Path>
  80. <Path fileType="data">/usr/share/mime</Path>
  81. <Path fileType="data">/usr/share/pixmaps</Path>
  82. <Path fileType="data">/usr/share/icons</Path>
  83. <Path fileType="data">/usr/share/appdata</Path>
  84. <Path fileType="localedata">/usr/share/locale</Path>
  85. <Path fileType="doc">/usr/share/doc/audacity</Path>
  86. <Path fileType="man">/usr/share/man</Path>
  87. </Files>
  88. </Package>
  89. <History>
  90. <Update release="2">
  91. <Date>2018-04-28</Date>
  92. <Version>2.2.2</Version>
  93. <Comment>Rebuild ffmpeg.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@pisilinux.org</Email>
  96. </Update>
  97. <Update release="1">
  98. <Date>2018-04-04</Date>
  99. <Version>2.2.2</Version>
  100. <Comment>First release for Pisi Linux 2.0.</Comment>
  101. <Name>Stefan Gronewold</Name>
  102. <Email>groni@pisilinux.org</Email>
  103. </Update>
  104. </History>
  105. </PISI>