pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clipgrab</Name>
  6. <Homepage>https://clipgrab.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <Summary>A video downloader</Summary>
  12. <Description>A program which downloads and converts online videos from YouTube, Vimeo, DailyMotion, MyVideo and many other platforms.</Description>
  13. <License>GPLv3</License>
  14. <Icon>clipgrab</Icon>
  15. <IsA>app:gui</IsA>
  16. <PartOf>network.download</PartOf>
  17. <Archive sha1sum="ade7e11dcf27e93f0052b13c539dddff90b2e88f" type="targz">https://download.clipgrab.org/clipgrab-3.9.10.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>ffmpeg-devel</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt5-webengine-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>clipgrab</Name>
  26. <RuntimeDependencies>
  27. <Dependency>ffmpeg</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>yt-dlp</Dependency>
  30. <Dependency>qt5-base</Dependency>
  31. <Dependency>qt5-webengine</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="data">/usr/share/pixmaps</Path>
  36. <Path fileType="data">/usr/share/applications</Path>
  37. <Path fileType="doc">/usr/share/doc/clipgrab</Path>
  38. </Files>
  39. <AdditionalFiles>
  40. <AdditionalFile target="/usr/share/applications/clipgrab.desktop" permission="0644" owner="root">clipgrab.desktop</AdditionalFile>
  41. </AdditionalFiles>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2024-06-13</Date>
  46. <Version>3.9.10</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2022-03-29</Date>
  53. <Version>3.9.7</Version>
  54. <Comment>First release.</Comment>
  55. <Name>Kamil Atlı</Name>
  56. <Email>suvari@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>