Files
main/multimedia/misc/exempi/pspec.xml
T
2020-02-29 21:12:54 +03:00

58 lines
2.1 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>exempi</Name>
<Homepage>https://libopenraw.freedesktop.org/exempi/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD-3</License>
<IsA>library</IsA>
<Summary>An implementation of XMP, based on Adobe SDK</Summary>
<Description>exempi is a port of Adobe XMP SDK to work on UNIX and to be built with GNU automake. It includes XMPCore and XMPFiles, and exempi, a C-based API.</Description>
<Archive sha1sum="445c20c1bad06c75ca5d1963662c25dd9bdf8e1d" type="tarbz2">http://libopenraw.freedesktop.org/download/exempi-2.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>exempi</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>expat</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/exempi</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>exempi-devel</Name>
<Summary>Development files for exempi</Summary>
<RuntimeDependencies>
<Dependency release="current">exempi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-29</Date>
<Version>2.5.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>