pspec.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gst-plugins-bad</Name>
  6. <Homepage>http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A set of GStreamer plug-ins that aren't up to par compared to the rest</Summary>
  14. <Description>GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.</Description>
  15. <Archive sha1sum="46208d7bcebaac31310e2a884cc840c51034781a" type="tarbz2">http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>gsm-devel</Dependency>--> <!-- gsmenc gsmdec -->
  18. <Dependency>orc-devel</Dependency>
  19. <Dependency>celt-devel</Dependency>
  20. <Dependency>faac-devel</Dependency>
  21. <Dependency>xvid-devel</Dependency>
  22. <Dependency>faad2-devel</Dependency>
  23. <Dependency>libsdl-devel</Dependency>
  24. <Dependency>jasper-devel</Dependency> <!-- jp2kdec jp2kenc -->
  25. <Dependency>libdca-devel</Dependency>--> <!-- dtsdec -->
  26. <Dependency>openal-devel</Dependency>
  27. <Dependency>libopus-devel</Dependency>
  28. <Dependency>DirectFB-devel</Dependency> <!-- dfbvideosink -->
  29. <Dependency>libvdpau-devel</Dependency>
  30. <Dependency>rtmpdump-devel</Dependency>
  31. <Dependency>libdc1394-devel</Dependency>
  32. <Dependency>libdvdnav-devel</Dependency> --><!-- resindvd -->
  33. <Dependency>libtheora-devel</Dependency>
  34. <Dependency>libdvdread-devel</Dependency>
  35. <Dependency>libmodplug-devel</Dependency>
  36. <Dependency>mjpegtools-devel</Dependency>--> <!-- mplex mpgenc -->
  37. <Dependency>libsndfile-devel</Dependency>--> <!-- sfsrc sfsink -->
  38. <Dependency>soundtouch-devel</Dependency>
  39. <Dependency>libcdaudio-devel</Dependency>
  40. <Dependency>schroedinger-devel</Dependency>
  41. <Dependency>libvo-aacenc-devel</Dependency>
  42. <Dependency>libvo-amrwbenc-devel</Dependency>
  43. <Dependency>gst-plugins-base-devel</Dependency>
  44. </BuildDependencies>
  45. <Patches>
  46. <Patch>directfb.patch</Patch>
  47. </Patches>
  48. </Source>
  49. <Package>
  50. <Name>gst-plugins-bad</Name>
  51. <RuntimeDependencies>
  52. <Dependency>gsm</Dependency> <!-- gsmenc gsmdec -->
  53. <Dependency>orc</Dependency>
  54. <Dependency>celt</Dependency>
  55. <Dependency>faac</Dependency>
  56. <Dependency>xvid</Dependency>
  57. <Dependency>bzip2</Dependency>
  58. <Dependency>faad2</Dependency>
  59. <Dependency>glib2</Dependency>
  60. <Dependency>jasper</Dependency> <!-- jp2kdec jp2kenc -->
  61. <Dependency>libX11</Dependency>
  62. <Dependency>libdca</Dependency> <!-- dtsdec -->
  63. <Dependency>libgcc</Dependency>
  64. <Dependency>libsdl</Dependency>
  65. <Dependency>openal</Dependency>
  66. <Dependency>libopus</Dependency>
  67. <Dependency>openssl</Dependency>
  68. <Dependency>DirectFB</Dependency> <!-- dfbvideosink -->
  69. <Dependency>libvdpau</Dependency>
  70. <Dependency>rtmpdump</Dependency>
  71. <Dependency>gstreamer</Dependency>
  72. <Dependency>libdc1394</Dependency>
  73. <Dependency>libdvdnav</Dependency> <!-- resindvd -->
  74. <Dependency>libcdaudio</Dependency>
  75. <Dependency>libdvdread</Dependency>
  76. <Dependency>libmodplug</Dependency>
  77. <Dependency>libsndfile</Dependency> <!-- sfsrc sfsink -->
  78. <Dependency>mjpegtools</Dependency> <!-- mplex mpgenc -->
  79. <Dependency>soundtouch</Dependency>
  80. <Dependency>libvo-aacenc</Dependency>
  81. <Dependency>schroedinger</Dependency>
  82. <Dependency>libvo-amrwbenc</Dependency>
  83. <Dependency>gst-plugins-base</Dependency>
  84. </RuntimeDependencies>
  85. <Files>
  86. <Path fileType="executable">/usr/bin</Path>
  87. <Path fileType="library">/usr/lib</Path>
  88. <Path fileType="localedata">/usr/share/locale</Path>
  89. <Path fileType="data">/usr/share/gstreamer-0.10</Path>
  90. <Path fileType="doc">/usr/share/doc</Path>
  91. <Path fileType="doc">/usr/share/gtk-doc</Path>
  92. <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
  93. </Files>
  94. </Package>
  95. <Package>
  96. <Name>gst-plugins-bad-devel</Name>
  97. <Summary>Development files for gst-plugins-bad</Summary>
  98. <RuntimeDependencies>
  99. <Dependency release="current">gst-plugins-bad</Dependency>
  100. <Dependency>gstreamer-devel</Dependency>
  101. </RuntimeDependencies>
  102. <Files>
  103. <Path fileType="data">/usr/lib/pkgconfig</Path>
  104. <Path fileType="header">/usr/include</Path>
  105. </Files>
  106. </Package>
  107. <History>
  108. <Update release="5">
  109. <Date>2017-03-05</Date>
  110. <Version>0.10.23</Version>
  111. <Comment>Rebuild.</Comment>
  112. <Name>Pisi Linux Community</Name>
  113. <Email>admin@pisilinux.org</Email>
  114. </Update>
  115. <Update release="4">
  116. <Date>2017-02-17</Date>
  117. <Version>0.10.23</Version>
  118. <Comment>Rebuild and edit.</Comment>
  119. <Name>Pisi Linux Community</Name>
  120. <Email>admin@pisilinux.org</Email>
  121. </Update>
  122. <Update release="3">
  123. <Date>2016-06-10</Date>
  124. <Version>0.10.23</Version>
  125. <Comment>Release Bump</Comment>
  126. <Name>Pisi Linux Community</Name>
  127. <Email>admin@pisilinux.org</Email>
  128. </Update>
  129. <Update release="2">
  130. <Date>2016-05-14</Date>
  131. <Version>0.10.23</Version>
  132. <Comment>rebuild</Comment>
  133. <Name>Alihan Öztürk</Name>
  134. <Email>alihan@pisilinux.org</Email>
  135. </Update>
  136. <Update release="1">
  137. <Date>2016-03-31</Date>
  138. <Version>0.10.23</Version>
  139. <Comment>First release</Comment>
  140. <Name>Alihan Öztürk</Name>
  141. <Email>alihan@pisilinux.org</Email>
  142. </Update>
  143. </History>
  144. </PISI>