Initial package release for nvidia-prime
nvidia-prime is a package originating from Arch Linux, containing the prime-run script, meant to allow DEs, and users in some cases, to run apps on the NVIDIA GPU exclusively.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Licensed under GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def install():
|
||||
pisitools.dobin("prime-run")
|
||||
@@ -0,0 +1,41 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nvidia-prime</Name>
|
||||
<Homepage>https://archlinux.org/packages/extra/any/nvidia-prime/</Homepage>
|
||||
<Packager>
|
||||
<Name>Bedirhan Kurt</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<PartOf>kernel.tools</PartOf>
|
||||
<Summary>NVIDIA Prime Render Offload configuration and utilities</Summary>
|
||||
<Description>Coming from Arch Linux, nvidia-prime is a package that provides the prime-run script, which can later be combined with switcheroo-control, to launch programs using NVIDIA GPU, assuming the proprietary drivers are installed and configured properly.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>bash</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="3b005e12d112154d3461b9c3036ffca7590acd30" type="binary">https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-prime/-/raw/main/prime-run</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>nvidia-prime</Name>
|
||||
<Summary>NVIDIA Prime Render Offload configuration and utilities</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bash</Dependency>
|
||||
<AnyDependency>
|
||||
<Dependency>module-nvidia-current</Dependency>
|
||||
<Dependency>nvidia-current-dkms</Dependency>
|
||||
</AnyDependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-10-20</Date>
|
||||
<Version>1.0</Version>
|
||||
<Comment>Initial Pisi Linux packaging for proposal</Comment>
|
||||
<Name>Bedirhan Kurt</Name>
|
||||
<Email>bedirhan.kurt@outlook.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nvidia-prime</Name>
|
||||
<Summary xml:lang="tr">NVIDIA Prime Render Boşaltma ayarlama ve araçları</Summary>
|
||||
<Description xml:lang="tr">Arch Linux'tan gelen nvidia-prime, kapalı kaynak sürücülerin kurulu olduğunu varsayarsak, sonradan switcheroo-control ile kombine edilebilen ve programların NVIDIA ekran kartı üstünde çalıştırılmasını sağlayan prime-run betiğini sağlayan pakettir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user