pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>normalize</Name>
  6. <Homepage>http://normalize.nongnu.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Bu karışık CD'ler ve mp3 koleksiyonları oluşturma gibi şeyler için yararlıdır</Summary>
  14. <Description>Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CD's and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song</Description>
  15. <Archive sha1sum="1509ca998703aacc15f6098df58650b3c83980c7" type="targz">http://savannah.nongnu.org/download/normalize/normalize-0.7.7.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>libmad-devel</Dependency>
  19. <Dependency>vorbis-tools</Dependency>
  20. <Dependency>lame-devel</Dependency>
  21. <Dependency>flac-devel</Dependency>
  22. <Dependency>mpg123-devel</Dependency>
  23. <Dependency>audiofile-devel</Dependency>
  24. <Dependency>bash-completion</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <Patch level="1">mageia/compressed-wav-files.dpatch</Patch>
  28. <Patch level="1">mageia/fix-flac.dpatch</Patch>
  29. <Patch level="1">mageia/normalize-0.7.7-audiofile-pkgconfig.patch</Patch>
  30. <Patch level="1">mageia/normalize-0.7.7-automake-1.13.patch</Patch>
  31. <Patch level="1">mageia/normalize-0.7.7-m4.patch</Patch>
  32. <Patch level="1">mageia/normalize-0.7.7-mdv-fix-local-config.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>normalize</Name>
  37. <RuntimeDependencies>
  38. <Dependency>libmad</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="data">/usr/share</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2020-03-08</Date>
  51. <Version>0.7.7</Version>
  52. <Comment>Rebuild.</Comment>
  53. <Name>PisiLinux Community</Name>
  54. <Email>admins@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2018-12-17</Date>
  58. <Version>0.7.7</Version>
  59. <Comment>First release k3b.</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admins@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>