123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://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="7c30763796f6abe178dab49268e818378b7c3d4a" type="tarbz2">https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/1.5/libvdpau-1.5.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>xorg-proto</Dependency>
- <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="7">
- <Date>2024-03-07</Date>
- <Version>1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-10</Date>
- <Version>1.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-10-25</Date>
- <Version>1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|