pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>soundconverter</Name>
  6. <Homepage>https://soundconverter.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.converter</PartOf>
  14. <Summary>GNOME sound converter application.</Summary>
  15. <Description>
  16. A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
  17. </Description>
  18. <Archive sha1sum="e2cc3b035c327d086999f4d814f44cd73b3c2348" type="targz">https://launchpad.net/soundconverter/trunk/4.0.5/+download/soundconverter-4.0.5.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>gstreamer-devel</Dependency>
  24. <Dependency>desktop-file-utils</Dependency>
  25. <Dependency>python3-setuptools</Dependency>
  26. <Dependency>python3-distutils-extra</Dependency>
  27. <Dependency>python3-pygobject3-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level="1">Prevent_crash_when_duration_is_not_known_or_zero.patch</Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>soundconverter</Name>
  35. <RuntimeDependencies>
  36. <Dependency>gtk3</Dependency>
  37. <Dependency>python3</Dependency>
  38. <Dependency>gst-libav</Dependency>
  39. <Dependency>gst-plugins-bad</Dependency>
  40. <Dependency>gst-plugins-base</Dependency>
  41. <Dependency>gst-plugins-ugly</Dependency>
  42. <Dependency>gst-plugins-good</Dependency>
  43. <Dependency>python3-setuptools</Dependency>
  44. <Dependency>python3-pygobject3</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="data">/usr/share</Path>
  50. <Path fileType="localedata">/usr/share/locale</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="5">
  57. <Date>2024-08-18</Date>
  58. <Version>4.0.5</Version>
  59. <Comment>Version bump</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2023-11-03</Date>
  65. <Version>4.0.4</Version>
  66. <Comment>Version bump</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2021-10-28</Date>
  72. <Version>4.0.2</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2021-05-18</Date>
  79. <Version>4.0.1</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>fury</Name>
  82. <Email>uglyside@yandex.ru</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2020-12-04</Date>
  86. <Version>4.0.0</Version>
  87. <Comment>First build</Comment>
  88. <Name>fury</Name>
  89. <Email>uglyside@yandex.ru</Email>
  90. </Update>
  91. </History>
  92. </PISI>