pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>rtmpdump</Name>
  6. <Homepage>http://rtmpdump.mplayerhq.hu/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <!-- librtmp has LGPL -->
  13. <License>LGPLv2</License>
  14. <IsA>app:console</IsA>
  15. <IsA>library</IsA>
  16. <Summary>Toolkit for RTMP streams</Summary>
  17. <Description>rtmpdump is a tool for dumping media content streamed over RTMP. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps:// .</Description>
  18. <Archive sha1sum="b981d669a6aeabb08f2b58262b6299d4ead62c29" type="targz">http://source.pisilinux.org/1.0/rtmpdump-15012015.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>rtmpdump</Name>
  26. <RuntimeDependencies>
  27. <Dependency>openssl</Dependency>
  28. <Dependency>zlib</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc/rtmpdump</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>rtmpdump-devel</Name>
  39. <Summary>Development files for rtmpdump</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">rtmpdump</Dependency>
  42. <Dependency>openssl-devel</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. <Path fileType="man">/usr/share/man/man3</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2017-02-15</Date>
  53. <Version>20150115</Version>
  54. <Comment>Rebuild</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-06-09</Date>
  60. <Version>20150115</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2015-07-29</Date>
  67. <Version>20150115</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>