12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>onevpl</Name>
- <Homepage>https://github.com/oneapi-src/oneVPL</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <PartOf>hardware.graphics</PartOf>
- <Summary>Video Processing Library.</Summary>
- <Description>
- The oneAPI Video Processing Library (oneVPL) is a programming interface for video decoding, encoding, and processing to build portable media pipelines on CPUs, GPUs, and other accelerators.
- </Description>
- <Archive sha1sum="ddd2d81851356354add31c98afe0738aadc7e9a3" type="targz">
- https://github.com/intel/libvpl/archive/refs/tags/v2.13.0.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>libva-devel</Dependency>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>wayland-client</Dependency>
- <!-- <Dependency>wayland-server</Dependency> -->
- <Dependency>libpciaccess-devel</Dependency>
- <Dependency>wayland-protocols-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>onevpl</Name>
- <RuntimeDependencies>
- <Dependency>libva</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libdrm</Dependency>
- <Dependency>libdrm-intel</Dependency>
- <Dependency>wayland-client</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/lib/vpl</Path>
- <Path fileType="data">/usr/share/doc/onevpl</Path>
- <Path fileType="data">/usr/share/vpl/licensing</Path>
- <Path fileType="data">/usr/share/vpl/vars.sh</Path>
- <Path fileType="data">/usr/share/vpl/modulefiles/vpl</Path>
- </Files>
- </Package>
- <Package>
- <Name>onevpl-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">onevpl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/vpl</Path>
- <Path fileType="library">/usr/lib/pkgconfig/vpl.pc</Path>
- <Path fileType="headers">/usr/include/vpl</Path>
- <Path fileType="data">/usr/share/vpl/examples</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-11-29</Date>
- <Version>2.13.0</Version>
- <Comment>First build.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-01-02</Date>
- <Version>2023.1.1</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|