12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>shotcut</Name>
- <Homepage>https://www.shotcut.org</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Packager>
- <License>GPL3</License>
- <Icon>shotcut</Icon>
- <Summary>Cross-platform Qt based Video Editor</Summary>
- <Description>Shotcut is a free, open source, cross-platform video editor.
- </Description>
- <Archive type="targz" sha1sum="6a7843468bb4a7955f29597caeb46cfd030284fe">https://github.com/mltframework/shotcut/archive/refs/tags/v24.01.28.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>mlt-devel</Dependency>
- <Dependency>x264-devel</Dependency>
- <Dependency>lame-devel</Dependency>
- <Dependency>swh-plugins</Dependency>
- <Dependency>fftw3-devel</Dependency>
- <Dependency>libvpx-devel</Dependency>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>qt6-linguist</Dependency>
- <Dependency>qt6-sql-odbc</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- <Dependency>qt6-sql-mysql</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>qt6-sql-sqlite</Dependency>
- <Dependency>ladspa-sdk-devel</Dependency>
- <Dependency>qt6-imageformats</Dependency>
- <Dependency>qt6-translations</Dependency>
- <Dependency>qt6-charts-devel</Dependency>
- <Dependency>qt6-sql-postgresql</Dependency>
- <Dependency>qt6-multimedia-devel</Dependency>
- <Dependency>frei0r-plugins-devel</Dependency>
- <Dependency>qt6-declarative-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>shotcut</Name>
- <Summary>Cross-platform Qt based Video Editor</Summary>
- <RuntimeDependencies>
- <Dependency>mlt</Dependency>
- <Dependency>lame</Dependency>
- <Dependency>x264</Dependency>
- <Dependency>fftw3</Dependency>
- <Dependency>libvpx</Dependency>
- <Dependency>ffmpeg</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libsdl2</Dependency>
- <Dependency>ladspa-sdk</Dependency>
- <Dependency>qt6-charts</Dependency>
- <Dependency>swh-plugins</Dependency>
- <Dependency>qt6-multimedia</Dependency>
- <Dependency>frei0r-plugins</Dependency>
- <Dependency>qt6-declarative</Dependency>
- <Dependency>qt6-imageformats</Dependency>
- <Dependency>qt6-translations</Dependency>
- <Dependency versionFrom="6.6.2">qt6-base</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/usr/share/shotcut</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-02-21</Date>
- <Version>24.01.28</Version>
- <Comment>First Release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|