123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libopenshot</Name>
- <Homepage>https://openshot.org/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <Icon>libopenshot</Icon>
- <IsA>library</IsA>
- <Summary>A free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.</Summary>
- <Description>OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to delivering high quality video editing, animation, and playback solutions to the world.</Description>
- <Archive sha1sum="e2ddbe2d19c5904d9273446970a50f71d817adab" type="targz">https://github.com/OpenShot/libopenshot/archive/refs/tags/v0.2.7.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>swig</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>catch2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>x264-devel</Dependency>
- <Dependency>ruby-devel</Dependency>
- <Dependency>glibc-devel</Dependency>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>zeromq-devel</Dependency>
- <Dependency>openmp-devel</Dependency>
- <Dependency>opencv-devel</Dependency>
- <Dependency>python3-pyzmq</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt5-svg-devel</Dependency>
- <Dependency>jsoncpp-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>protobuf-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>python3-qt5-devel</Dependency>
- <Dependency>libopenshot-audio-devel</Dependency>
- <Dependency>imagemagick-devel</Dependency>
- <Dependency>qt5-multimedia-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libopenshot</Name>
- <RuntimeDependencies>
- <Dependency>ffmpeg</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>zeromq</Dependency>
- <Dependency>opencv</Dependency>
- <Dependency>jsoncpp</Dependency>
- <Dependency>libgomp</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>protobuf</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>imagemagick</Dependency>
- <Dependency>libopenshot-audio</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*/site-packages</Path>
- <Path fileType="library">/usr/lib/libopenshot_protobuf.so*</Path>
- <Path fileType="library">/usr/lib/libopenshot.so*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libopenshot-devel</Name>
- <Summary>Development files for libopenshot</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libopenshot</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <!-- <Path fileType="data">/usr/lib/cmake</Path> -->
- <!-- <Path fileType="library">/usr/lib/pkgconfig</Path> -->
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2023-11-04</Date>
- <Version>0.2.7</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2023-10-25</Date>
- <Version>0.2.7</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2023-03-31</Date>
- <Version>0.2.7</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2022-11-05</Date>
- <Version>0.2.7</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2022-07-05</Date>
- <Version>0.2.7</Version>
- <Comment>Rebuild for imagemagick</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2021-12-09</Date>
- <Version>0.2.7</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|