pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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="8bf5aee002885b410c0656d16f72f6d227c33e7b" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/rtmpdump-20190330.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">rtmpdump-openssl-1.1-v2.patch</Patch>
  25. <Patch level="1">rtmpdump-swf_vertification_type_2.patch</Patch>
  26. <Patch level="1">rtmpdump-swf_vertification_type_2_part_2.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>rtmpdump</Name>
  31. <RuntimeDependencies>
  32. <Dependency>openssl</Dependency>
  33. <Dependency>zlib</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc/rtmpdump</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>rtmpdump-devel</Name>
  44. <Summary>Development files for rtmpdump</Summary>
  45. <RuntimeDependencies>
  46. <Dependency release="current">rtmpdump</Dependency>
  47. <Dependency>openssl-devel</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. <Path fileType="man">/usr/share/man/man3</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="6">
  57. <Date>2020-12-18</Date>
  58. <Version>20190330</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2020-01-18</Date>
  65. <Version>20190330</Version>
  66. <Comment>Version bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2018-08-01</Date>
  72. <Version>20150115</Version>
  73. <Comment>Rebuild</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2017-02-15</Date>
  79. <Version>20150115</Version>
  80. <Comment>Rebuild</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2016-06-09</Date>
  86. <Version>20150115</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2015-07-29</Date>
  93. <Version>20150115</Version>
  94. <Comment>First release</Comment>
  95. <Name>Ayhan Yalçınsoy</Name>
  96. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  97. </Update>
  98. </History>
  99. </PISI>