Merge pull request #15167 from kurtbahartr/master

Initial package release for libva-nvidia-driver
This commit is contained in:
Kamil ATLI
2024-10-20 17:39:28 +03:00
committed by GitHub
3 changed files with 71 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
shelltools.copy("COPYING", "LICENSE")
mesontools.install()
pisitools.dodoc("LICENSE", "README*")
+44
View File
@@ -0,0 +1,44 @@
<PISI>
<Source>
<Name>libva-nvidia-driver</Name>
<Homepage>https://github.com/elFarto/nvidia-vaapi-driver/</Homepage>
<Packager>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Packager>
<License>MIT</License>
<Summary>VA-API implementation that uses NVDEC as a backend</Summary>
<Description>libva-nvidia-driver is a VA-API implementation that uses NVDEC as a backend. This implementation is noted to be "specifically designed to be used by Firefox for accelerated decode of web content, and may not operate correctly in other applications" by the upstream developer.</Description>
<BuildDependencies>
<Dependency>ffnvcodec</Dependency>
<Dependency>libva</Dependency>
<Dependency>meson</Dependency>
<Dependency>libdrm-devel</Dependency>
<Dependency>libva-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="02b4458ae84a3ad86786a7f8af42c90f1b337d88" type="targz">https://github.com/elFarto/nvidia-vaapi-driver/archive/v0.0.12.tar.gz</Archive>
</Source>
<Package>
<Name>libva-nvidia-driver</Name>
<RuntimeDependencies>
<Dependency>libglvnd</Dependency>
<Dependency>gst-plugins-bad</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Conflicts>
<Package>vdpau-video</Package>
</Conflicts>
</Package>
<History>
<Update release="1">
<Date>2024-10-20</Date>
<Version>0.0.12</Version>
<Comment>Initial Pisi Linux packaging</Comment>
<Name>Bedirhan Kurt</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>libva-nvidia-driver</Name>
<Summary xml:lang="tr">Arka uç (Backend) olarak NVDEC kullanan VA-API implamantasyonu.</Summary>
<Description xml:lang="tr">libva-nvidia-driver, arka uç (backend) olarak NVDEC kullanan bir VA-API implamantasyonudur. Bu implamantasyon upstream geliştiriciye göre "web içeriğinin hızlandırılmış çözümlemesi için Firefox tarafından kullanılması adına özellikle tasarlanmıştır, ve diğer uygulamalarda doğru çalışmayabilir."</Description>
</Source>
</PISI>