1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>clipgrab</Name>
- <Homepage>https://clipgrab.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <Summary>A video downloader</Summary>
- <Description>A program which downloads and converts online videos from YouTube, Vimeo, DailyMotion, MyVideo and many other platforms.</Description>
- <License>GPLv3</License>
- <Icon>clipgrab</Icon>
- <IsA>app:gui</IsA>
- <PartOf>network.download</PartOf>
- <Archive sha1sum="ade7e11dcf27e93f0052b13c539dddff90b2e88f" type="targz">https://download.clipgrab.org/clipgrab-3.9.10.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-webengine-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>clipgrab</Name>
- <RuntimeDependencies>
- <Dependency>ffmpeg</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>yt-dlp</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-webengine</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="doc">/usr/share/doc/clipgrab</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/usr/share/applications/clipgrab.desktop" permission="0644" owner="root">clipgrab.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-06-13</Date>
- <Version>3.9.10</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2022-03-29</Date>
- <Version>3.9.7</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|