pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>avidemux</Name>
  6. <Homepage>http://www.avidemux.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>avidemux</Icon>
  13. <IsA>app:gui</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Simple video editing/encoding tool</Summary>
  16. <Description>Avidemux is a video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.</Description>
  17. <Archive sha1sum="9e3552bba94402a5501becdb59cc606b0906caa2" type="targz">mirrors://sourceforge/avidemux/avidemux_2.8.0.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>qt5-base-devel</Dependency>
  20. <Dependency>qt5-assistant-devel</Dependency>
  21. <Dependency>qt5-designer-devel</Dependency>
  22. <Dependency>qt5-linguist</Dependency>
  23. <Dependency>qt5-qdbusviewer</Dependency>
  24. <Dependency>qt5-multimedia-devel</Dependency>
  25. <Dependency>bash</Dependency>
  26. <Dependency>make</Dependency>
  27. <Dependency>automake</Dependency>
  28. <Dependency>aom-devel</Dependency>
  29. <Dependency>extra-cmake-modules</Dependency>
  30. <Dependency>freetype-devel</Dependency>
  31. <Dependency>lame-devel</Dependency>
  32. <Dependency>xvid-devel</Dependency>
  33. <Dependency>gtk3-devel</Dependency>
  34. <Dependency>mesa-devel</Dependency>
  35. <Dependency>faac-devel</Dependency>
  36. <Dependency>cairo-devel</Dependency>
  37. <Dependency>libva-devel</Dependency>
  38. <Dependency>libXv-devel</Dependency>
  39. <Dependency>ffmpeg-devel</Dependency>
  40. <Dependency>faad2-devel</Dependency>
  41. <Dependency>libvpx-devel</Dependency>
  42. <Dependency>libdca-devel</Dependency>
  43. <Dependency>libsdl-devel</Dependency>
  44. <Dependency>desktop-file-utils</Dependency>
  45. <Dependency>libX11-devel</Dependency>
  46. <Dependency>gettext-devel</Dependency>
  47. <Dependency>yasm-devel</Dependency>
  48. <Dependency>xvid-devel</Dependency>
  49. <Dependency>sqlite-devel</Dependency>
  50. <Dependency>libopus-devel</Dependency>
  51. <Dependency>libxslt-devel</Dependency>
  52. <Dependency>libsamplerate-devel</Dependency>
  53. <Dependency>intltool</Dependency>
  54. <Dependency>lame-devel</Dependency>
  55. <Dependency>libass-devel</Dependency>
  56. <Dependency>x264-devel</Dependency>
  57. <Dependency>x265-devel</Dependency>
  58. <Dependency>libvdpau-devel</Dependency>
  59. <Dependency>yasm-devel</Dependency>
  60. <Dependency>mesa-glu-devel</Dependency>
  61. <Dependency>xvba-video</Dependency>
  62. <Dependency>twolame-devel</Dependency>
  63. <Dependency>libXext-devel</Dependency>
  64. <Dependency>fribidi-devel</Dependency>
  65. <Dependency>alsa-lib-devel</Dependency>
  66. <Dependency>libvorbis-devel</Dependency>
  67. <Dependency>fontconfig-devel</Dependency>
  68. <Dependency>opencore-amr-devel</Dependency>
  69. <Dependency>libfdk-aac-devel</Dependency>
  70. <Dependency>pulseaudio-libs-devel</Dependency>
  71. <Dependency>jack-audio-connection-kit-devel</Dependency>
  72. </BuildDependencies>
  73. <Patches>
  74. <Patch level="1">log.diff</Patch>
  75. <Patch level="1">qt-5.15.diff</Patch>
  76. </Patches>
  77. </Source>
  78. <Package>
  79. <Name>avidemux-common</Name>
  80. <Summary>Common files for avidemux</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>qt5-base</Dependency>
  83. <Dependency>aom</Dependency>
  84. <Dependency>lame</Dependency>
  85. <Dependency>xvid</Dependency>
  86. <Dependency>faac</Dependency>
  87. <Dependency>ffmpeg</Dependency>
  88. <Dependency>faad2</Dependency>
  89. <Dependency>libva</Dependency>
  90. <Dependency>libvpx</Dependency>
  91. <Dependency>libdca</Dependency>
  92. <Dependency>desktop-file-utils</Dependency>
  93. <Dependency>x264</Dependency>
  94. <Dependency>x265</Dependency>
  95. <Dependency>libvdpau</Dependency>
  96. <Dependency>yasm</Dependency>
  97. <Dependency>mesa-glu</Dependency>
  98. <Dependency>xvba-video</Dependency>
  99. <Dependency>mesa</Dependency>
  100. <Dependency>libglvnd</Dependency>
  101. <Dependency>zlib</Dependency>
  102. <Dependency>libXv</Dependency>
  103. <Dependency>libX11</Dependency>
  104. <Dependency>sqlite</Dependency>
  105. <Dependency>libopus</Dependency>
  106. <Dependency>freetype</Dependency>
  107. <Dependency>twolame</Dependency>
  108. <Dependency>fribidi</Dependency>
  109. <Dependency>alsa-lib</Dependency>
  110. <Dependency>libvorbis</Dependency>
  111. <Dependency>fontconfig</Dependency>
  112. <Dependency>opencore-amr</Dependency>
  113. <Dependency>libfdk-aac</Dependency>
  114. <Dependency>pulseaudio-libs</Dependency>
  115. <Dependency>jack-audio-connection-kit</Dependency>
  116. </RuntimeDependencies>
  117. <Files>
  118. <Path fileType="executable">/usr/bin</Path>
  119. <Path fileType="localedata">/usr/share/locale</Path>
  120. <Path fileType="doc">/usr/share/doc/avidemux</Path>
  121. <Path fileType="data">/usr/share/</Path>
  122. <Path fileType="library">/usr/lib</Path>
  123. </Files>
  124. </Package>
  125. <Package>
  126. <Name>avidemux-devel</Name>
  127. <Summary>Avidemux için geliştirme dosyaları</Summary>
  128. <RuntimeDependencies>
  129. <Dependency release="current">avidemux-cli</Dependency>
  130. <Dependency release="current">avidemux-qt</Dependency>
  131. </RuntimeDependencies>
  132. <Files>
  133. <Path fileType="data">/usr/include/avidemux</Path>
  134. </Files>
  135. </Package>
  136. <Package>
  137. <Name>avidemux-cli</Name>
  138. <RuntimeDependencies>
  139. <Dependency>avidemux-common</Dependency>
  140. <Dependency>libgcc</Dependency>
  141. </RuntimeDependencies>
  142. <Files>
  143. <Path fileType="executable">/usr/bin/avidemux3_cli</Path>
  144. <Path fileType="man">/usr/share/man</Path>
  145. <Path fileType="library">/usr/lib/libADM_UI_Cli6.so</Path>
  146. <Path fileType="library">/usr/lib/libADM_render6_cli.so</Path>
  147. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Cli.so</Path>
  148. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/libADM_vf_swscaleResize_cli.so</Path>
  149. </Files>
  150. </Package>
  151. <Package>
  152. <Name>avidemux-qt</Name>
  153. <Summary>Simple video editing/encoding tool (QT GUI)</Summary>
  154. <RuntimeDependencies>
  155. <Dependency release="current">avidemux-common</Dependency>
  156. <Dependency>qt5-base</Dependency>
  157. <Dependency>x264</Dependency>
  158. <Dependency>x265</Dependency>
  159. <Dependency>libX11</Dependency>
  160. <Dependency>libglvnd</Dependency>
  161. <Dependency>libXv</Dependency>
  162. <Dependency>libXext</Dependency>
  163. <Dependency>mesa-glu</Dependency>
  164. </RuntimeDependencies>
  165. <Files>
  166. <Path fileType="executable">/usr/bin/avidemux3_qt5</Path>
  167. <Path fileType="localedata">/usr/share/avidemux6/qt5/i18n</Path>
  168. <Path fileType="data">/usr/share/applications/avidemux3-qt.desktop</Path>
  169. <Path fileType="library">/usr/lib/libADM_UIQT56.so</Path>
  170. <Path fileType="library">/usr/lib/libADM_render6_QT5.so</Path>
  171. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/libADM_vf_gl*.so</Path>
  172. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/libADM_vf_*Gl*.so</Path>
  173. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_*QT5.so</Path>
  174. <Path fileType="library">/usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x264_QT5.so</Path>
  175. <Path fileType="library">/usr/lib/ADM_plugins6/videoEncoders/qt5/libADM_ve_x265_QT5.so</Path>
  176. <Path fileType="library">/usr/lib/ADM_plugins6/scriptEngines/libADM_script_qt.so</Path>
  177. <Path fileType="library">/usr/lib/ADM_plugins6/videoFilters/qt5/libADM_vf_swscaleResize_QT5.so</Path>
  178. </Files>
  179. <AdditionalFiles>
  180. <AdditionalFile target="/usr/share/applications/avidemux3-qt.desktop">avidemux3-qt.desktop</AdditionalFile>
  181. </AdditionalFiles>
  182. </Package>
  183. <Package>
  184. <Name>avidemux-help</Name>
  185. <Summary>Avidemux için yardım dosyaları</Summary>
  186. <RuntimeDependencies>
  187. <Dependency release="current">avidemux-common</Dependency>
  188. </RuntimeDependencies>
  189. <Files>
  190. <Path fileType="data">/usr/share/avidemux6/help</Path>
  191. </Files>
  192. </Package>
  193. <History>
  194. <Update release="17">
  195. <Date>2022-06-28</Date>
  196. <Version>2.8.0</Version>
  197. <Comment>Rebuild x265.</Comment>
  198. <Name>Mustafa Cinasal</Name>
  199. <Email>muscnsl@gmail.com</Email>
  200. </Update>
  201. <Update release="16">
  202. <Date>2022-05-25</Date>
  203. <Version>2.8.0</Version>
  204. <Comment>Version bump.</Comment>
  205. <Name>Mustafa Cinasal</Name>
  206. <Email>muscnsl@gmail.com</Email>
  207. </Update>
  208. <Update release="15">
  209. <Date>2021-06-06</Date>
  210. <Version>2.7.8</Version>
  211. <Comment>Version bump.</Comment>
  212. <Name>Mustafa Cinasal</Name>
  213. <Email>muscnsl@gmail.com</Email>
  214. </Update>
  215. <Update release="14">
  216. <Date>2020-10-15</Date>
  217. <Version>2.7.6</Version>
  218. <Comment>Version bump.</Comment>
  219. <Name>Mustafa Cinasal</Name>
  220. <Email>muscnsl@gmail.com</Email>
  221. </Update>
  222. <Update release="13">
  223. <Date>2020-03-08</Date>
  224. <Version>2.7.4</Version>
  225. <Comment>Rebuild.</Comment>
  226. <Name>Mustafa Cinasal</Name>
  227. <Email>muscnsl@gmail.com</Email>
  228. </Update>
  229. <Update release="12">
  230. <Date>2019-10-14</Date>
  231. <Version>2.7.4</Version>
  232. <Comment>Version bump.</Comment>
  233. <Name>Mustafa Cinasal</Name>
  234. <Email>muscnsl@gmail.com</Email>
  235. </Update>
  236. <Update release="11">
  237. <Date>2019-04-13</Date>
  238. <Version>2.7.2</Version>
  239. <Comment>Version Bump.</Comment>
  240. <Name>Mustafa Cinasal</Name>
  241. <Email>muscnsl@pisilinux.org</Email>
  242. </Update>
  243. <Update release="10">
  244. <Date>2018-09-04</Date>
  245. <Version>2.7.1</Version>
  246. <Comment>Version Bump.</Comment>
  247. <Name>Mustafa Cinasal</Name>
  248. <Email>muscnsl@pisilinux.org</Email>
  249. </Update>
  250. <Update release="9">
  251. <Date>2018-05-20</Date>
  252. <Version>2.7.0</Version>
  253. <Comment>Rebuild ffmpeg.</Comment>
  254. <Name>Mustafa Cinasal</Name>
  255. <Email>muscnsl@pisilinux.org</Email>
  256. </Update>
  257. <Update release="8">
  258. <Date>2018-04-02</Date>
  259. <Version>2.7.0</Version>
  260. <Comment>First Release.</Comment>
  261. <Name>Stefan Gronewold(groni)</Name>
  262. <Email>groni@pisilinux.org</Email>
  263. </Update>
  264. </History>
  265. </PISI>