openshot, libopenshot, libopenshot-audio: new packages

This commit is contained in:
suvari
2021-12-07 02:30:23 +03:00
parent 3cd6ac4845
commit 7cfa9c5ee2
14 changed files with 742 additions and 67 deletions
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libopenshot-audio</Name>
<Homepage>https://openshot.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>A free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions.</Summary>
<Description>OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world.</Description>
<Archive sha1sum="66cc679f5a4033253cf7058692a6fda890cc2287" type="targz">https://github.com/OpenShot/libopenshot-audio/archive/refs/tags/v0.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libopenshot-audio</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libopenshot-audio.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<Package>
<Name>libopenshot-audio-devel</Name>
<Summary>Development files for libopenshot-audio</Summary>
<RuntimeDependencies>
<Dependency release="current">libopenshot-audio</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="1">
<Date>2021-12-05</Date>
<Version>0.2.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>