pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>audex</Name>
  6. <Homepage>https://github.com/KDE/audex</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Audex is an audio grabber tool for CD-ROM drives for the KDE desktop environment.</Summary>
  14. <Description>Audex creates profiles for LAME, Ogg Vorbis (oggenc), FLAC, MP4/M4A/AAC (faac) and RIFF WAVE. Please install your favorite encoder. For WAVE no external encoder is needed. Beyond you can define custom profile, which means, that Audex works together with commmand line encoders in general.</Description>
  15. <Archive sha1sum="12a05c6f970c4aee0478ecfd6515773f8e26e532" type="zip">https://github.com/groni/Sources/raw/master/audex-master.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>cdparanoia-devel</Dependency>
  18. <Dependency>glibc-devel</Dependency>
  19. <Dependency>gettext-devel</Dependency>
  20. <Dependency>extra-cmake-modules</Dependency>
  21. <Dependency>kconfig-devel</Dependency>
  22. <Dependency>kcompletion-devel</Dependency>
  23. <Dependency>kcoreaddons-devel</Dependency>
  24. <Dependency>ki18n-devel</Dependency>
  25. <Dependency>kiconthemes-devel</Dependency>
  26. <Dependency>kcmutils-devel</Dependency>
  27. <Dependency>kio-devel</Dependency>
  28. <Dependency>solid-devel</Dependency>
  29. <Dependency>ktextwidgets-devel</Dependency>
  30. <Dependency>kwidgetsaddons-devel</Dependency>
  31. <Dependency>kxmlgui-devel</Dependency>
  32. <Dependency>qt5-base-devel</Dependency>
  33. <Dependency>qt5-x11extras-devel</Dependency>
  34. <Dependency>qt5-script-devel</Dependency>
  35. <Dependency>python</Dependency>
  36. <Dependency>libkcddb</Dependency>
  37. <Dependency>qt5-assistant-devel</Dependency>
  38. <Dependency>qt5-designer-devel</Dependency>
  39. <Dependency>qt5-linguist</Dependency>
  40. <Dependency>qt5-qdbusviewer</Dependency>
  41. </BuildDependencies>
  42. </Source>
  43. <Package>
  44. <Name>audex</Name>
  45. <RuntimeDependencies>
  46. <Dependency>kio</Dependency>
  47. <Dependency>ki18n</Dependency>
  48. <Dependency>solid</Dependency>
  49. <Dependency>libgcc</Dependency>
  50. <Dependency>kconfig</Dependency>
  51. <Dependency>kxmlgui</Dependency>
  52. <Dependency>kcmutils</Dependency>
  53. <Dependency>kservice</Dependency>
  54. <Dependency>libkcddb</Dependency>
  55. <Dependency>qt5-base</Dependency>
  56. <Dependency>cdparanoia</Dependency>
  57. <Dependency>qt5-script</Dependency>
  58. <Dependency>kcompletion</Dependency>
  59. <Dependency>kcoreaddons</Dependency>
  60. <Dependency>kiconthemes</Dependency>
  61. <Dependency>ktextwidgets</Dependency>
  62. <Dependency>qt5-x11extras</Dependency>
  63. <Dependency>kconfigwidgets</Dependency>
  64. <Dependency>kwidgetsaddons</Dependency>
  65. <Dependency>lame</Dependency>
  66. <Dependency>flac</Dependency>
  67. <Dependency>faac</Dependency>
  68. <Dependency>vorbis-tools</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="executable">/usr/bin</Path>
  72. <Path fileType="data">/usr/share</Path>
  73. <Path fileType="doc">/usr/share/doc</Path>
  74. </Files>
  75. </Package>
  76. <History>
  77. <Update release="3">
  78. <Date>2020-03-08</Date>
  79. <Version>0.95</Version>
  80. <Comment>Rebuild New T.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2018-09-01</Date>
  86. <Version>0.95</Version>
  87. <Comment>Rebuild New T.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2018-04-14</Date>
  93. <Version>0.95</Version>
  94. <Comment>First release</Comment>
  95. <Name>Stefan Gronewold(groni)</Name>
  96. <Email>groni@pisilinux.org</Email>
  97. </Update>
  98. </History>
  99. </PISI>