Files
main/x11/library/libvdpau/pspec.xml
T
2018-08-18 14:29:13 +03:00

94 lines
3.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libvdpau</Name>
<Homepage>http://freedesktop.org/wiki/Software/VDPAU</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Wrapper library for the Video Decode and Presentation API</Summary>
<Description>VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.</Description>
<Archive sha1sum="23ea9f7d21ebba5324da0605cb904a04a65aef49" type="targz">https://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libXext-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libvdpau</Name>
<RuntimeDependencies>
<Dependency>libXext</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libvdpau-devel</Name>
<Summary>Development files for libvdpau</Summary>
<RuntimeDependencies>
<Dependency release="current">libvdpau</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libvdpau-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libvdpau</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libXext-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">libvdpau</Dependency>
<Dependency>libXext-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-07-24</Date>
<Version>1.1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.1</Version>
<Comment>Rebuild</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>1.1.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-11-20</Date>
<Version>1.1</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>