pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qt5-phonon</Name>
  6. <Homepage>http://phonon.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Cross platform multimedia API for KDE4 using QT5</Summary>
  14. <Description>Phonon was created as a solution to several problems with multimedia commonly faced by Unix desktops, especially KDE 3's outdated multimedia framework aRts. Phonon itself is not a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends.</Description>
  15. <Archive sha1sum="0c4663ffd736d75dff03ec87db5c91171ed16880" type="tarxz">https://download.kde.org/stable/phonon/4.10.0/phonon-4.10.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>extra-cmake-modules</Dependency>
  18. <Dependency versionFrom="5.9.3">qt5-declarative-devel</Dependency>
  19. <Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
  20. <Dependency versionFrom="5.9.3">qt5-designer-devel</Dependency>
  21. <!-- <Dependency>qt5-quick1-devel</Dependency> -->
  22. <Dependency>alsa-lib-devel</Dependency>
  23. <Dependency>gst-plugins-base-devel</Dependency>
  24. <Dependency>pulseaudio-libs-devel</Dependency>
  25. <Dependency>gstreamer-devel</Dependency>
  26. <Dependency versionFrom="13.0.4">mesa-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch>qt-5.4.2.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>qt5-phonon</Name>
  34. <RuntimeDependencies>
  35. <Dependency>libgcc</Dependency>
  36. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  37. <Dependency versionFrom="5.7.1">qt5-designer</Dependency>
  38. <!-- <Dependency>qt5-quick1</Dependency> -->
  39. <Dependency>pulseaudio-libs</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="library">/usr/lib/libphonon*</Path>
  43. <Path fileType="library">/usr/lib/qt5</Path>
  44. <Path fileType="data">/usr/share/dbus-1</Path>
  45. <Path fileType="data">/usr/share/phonon4qt5</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>qt5-phonon-devel</Name>
  50. <Summary>Development files for phonon-qt5</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">qt5-phonon</Dependency>
  53. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  54. <Dependency versionFrom="5.7.1">qt5-designer-devel</Dependency>
  55. <Dependency>pulseaudio-libs-devel</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="header">/usr/include</Path>
  59. <Path fileType="data">/usr/lib/pkgconfig</Path>
  60. <Path fileType="data">/usr/lib/cmake</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="6">
  65. <Date>2018-02-27</Date>
  66. <Version>4.10.0</Version>
  67. <Comment>Version bump</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="5">
  72. <Date>2017-02-28</Date>
  73. <Version>5.29.0</Version>
  74. <Comment>Rebuild for new Toolchain.</Comment>
  75. <Name>Stefan Gronewold(groni)</Name>
  76. <Email>groni@pisilinux.org</Email>
  77. </Update>
  78. <Update release="4">
  79. <Date>2017-02-27</Date>
  80. <Version>4.9.1</Version>
  81. <Comment>Version bump.</Comment>
  82. <Name>Stefan Gronewold(groni)</Name>
  83. <Email>groni@pisilinux.org</Email>
  84. </Update>
  85. <Update release="3">
  86. <Date>2016-05-16</Date>
  87. <Version>4.9.0</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Stefan Gronewold(groni)</Name>
  90. <Email>groni@pisilinux.org</Email>
  91. </Update>
  92. <Update release="2">
  93. <Date>2016-05-03</Date>
  94. <Version>4.9.0</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>Stefan Gronewold(groni)</Name>
  97. <Email>groni@pisilinux.org</Email>
  98. </Update>
  99. <Update release="1">
  100. <Date>2015-08-13</Date>
  101. <Version>4.8.3</Version>
  102. <Comment>First release</Comment>
  103. <Name>Stefan Gronewold(groni)</Name>
  104. <Email>groni@pisilinux.org</Email>
  105. </Update>
  106. </History>
  107. </PISI>